.header-icons {
    height: 67.5px;
    padding: 15px 0px;
    font-size: 70px;
    width: -35p;
}

p-w {
    color: #ffffff;
}

h1-w {
    color: #ffffff;
    text-align: center;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .soloists-div {
    }

    .soloist-div {
    }

    .soloist-div {
    }
}

@media (min-width:768px) and (max-width:991px) {
    .soloist-div {
        display: flex;
    }
}

@media (min-width:768px) {
    .soloist-div {
        display: flex;
    }
}

.soloist {
    width: 100%;
}

@media (max-width:767px) {
    .digital-program-header {
        visibility: hidden;
        width: 0%;
    }
}

@media (min-width:768px) {
    .digital-program-header {
    }
}

.digital-program-overlay {
    background-color: rgba(110, 63, 152, 0.38);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width:768px) {
    .digital-program-overlay {
        visibility: hidden;
        height: 0px;
    }
}

.section-image {
    padding-left: 10px;
    padding-right: 10px;
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-textbox {
    padding: 40px;
}

@media (min-width:768px) {
    .section-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width:767px) {
    .section-image-sm {
        width: 100%;
    }
}

@media only screen and (min-width:768px) {
    .section-image-lg {
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .section-textbox-sm {
        width: 100%;
    }
}

@media only screen and (min-width:768px) {
    .section-textbox-lg {
        width: 50%;
    }
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #adadad;
}