.carousel-image {
    max-width: 70%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#carousel-container {
    max-height: 750px;
}

.ct-div-block-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#div_block-110-22 {
    width: 100%;
}

.home_komunikasi-heading {
    font-size: 20px;
    font-weight: 300;
    width: 100%;
}

.container-text {
    width: 80%;
    line-height: 2;
}

.container-text > .ct-div-block {
    margin-bottom: 10px;
}

.container-text > .ct-div-block > h1 {
    text-align: justify;
}

.container-custom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.image-container {
    flex-basis: 35%;
}

.content-container {
    flex-basis: 65%;
}

.image-container {
    margin-left: auto;
    text-align: right;
}

.image-container img {
    max-width: 100%;
}

.img-expert {
    width: 600px;
}

.content-container {
    flex: 1;
    padding: 25px;
}

.container-custom > .content-container > .container-text-team > .ct-div-block > h1 {
    line-height: 2;
    text-align: justify;
    margin-bottom: 10px;
}

.container-faq {
    padding: 30px
}

.social-icon {
    display: inline;
}

.social-icon-mobile {
    display: none;
}

.headline-mentor {
    font-size: 18px;
    text-align: center;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .container-text {
        width: 95%;
    }

    .container-custom > .content-container > .container-text-team > .ct-div-block > h1 {
        text-align: start;
        margin-bottom: 10px;
    }

    .container-text > .ct-div-block > h1 {
        text-align: start;
    }

    .carousel-image {
        max-width: 100%;
    }

    #carousel-container {
        max-height: 750px;
    }

    #about {
        height: 33vh;
    }

    .image-container {
        flex-basis: 35%;
    }

    .content-container {
        flex-basis: 65%;
    }

    .headline-mentor {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {

    .container-text {
        width: 90%;
    }

    .container-custom > .content-container > .container-text-team > .ct-div-block > h1 {
        text-align: start;
        margin-bottom: 2.5px;
    }

    .container-text > .ct-div-block > h1 {
        text-align: start;
    }

    .float-container {
        height: auto;
    }

    .carousel-image {
        max-width: 100%;
    }

    #carousel-container {
        max-height: 425px;
    }

    #about {
        height: 30vh;
    }

    .image-container,
    .content-container {
        flex-basis: 100%;
    }

    .home_komunikasi-heading {
        font-size: 18px;
    }

    .img-expert {
        width: 300px;
    }

    .container-faq {
        padding: 10px
    }

    .social-icon {
        display: none;
    }

    .social-icon-mobile {
        display: block;
    }

    .headline-mentor {
        font-size: 14px;
    }
}
