.container p {
    line-height: 1.5;
}

.custom-row {
    display: flex;
    gap: 30px;
    padding-left: 115px;
    padding-right: 115px;
    padding-bottom: 50px;
}

.custom-row h3 {
    font-size: 120%;
    font-weight: normal;
    line-height: 1;
}

.custom-row hr {
    width: 200px;
    border-bottom: 1px solid #aaaaaa;
    margin-top: 10px;
    margin-bottom: 5px;
}

.custom-row hr+p {
    color: #980000;
    font-style: italic;
    font-size: 110%;
    padding-bottom: 20px;
}

.band-introduction .custom-col-right,
.director-introduction .custom-col-left,
.conductor-introduction .custom-col-left {
    width: 33.33%;
}

.band-introduction+hr {
    display: none;
}

@media screen and (max-width: 768px) {
    .container p {
        font-size: 86%;
    }

    .custom-row {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
        flex-direction: column;
    }

    .custom-col {
        width: 100%;
    }

    .band-introduction {
        padding-top: 10px;
    }

    .band-introduction+hr {
        display: block;
        margin-left: 15px;
        margin-right: 15px;
        padding-bottom: 50px;
    }
}