.main-content .hero_image {
    background-image: url(/images/hero_kep_applications.jpg);
}

.main-content .hero_image {
    width: 100%;
}

.main-content .hero_image_background {
    background: transparent;
}

.container-0 {
    margin-top: 94px;
}

.container-0 img {
    border-radius: 25px;
    float: left;
    margin-right: 25px;
    width: 22%;
    height: auto;
}

.main-content .line {
    height: 2px;
    background: #dddddd;
}

.main-content .line.blue {
    background: #33c1f6;
}

.container-0 .line-container {
    margin: 20px 0px;
}

.container-0 .text {
    font-size: 16px;
    color: #858585;
    font-weight: 400;
    text-align: justify;
}

.container-0 .text.additional {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
    width: 100%;
    padding-top: 20px;
}

.container-0 .text.additional.active {
    max-height: 460px;
    transition: max-height 1s ease-in-out;
}

.container-0 .btn.custom-rounded {
    margin-top: 30px;
}

.container-0 .line.margin {
    margin-top: 50px;
}

.main-content .spacer-top {
    height: 50px;
}

@media (max-width:1399px) {
    .container-0 img {
        width: 25%;
    }

    .container-0 .text.additional.active {
        max-height: 530px;
    }
}

@media (max-width:1199px) {
    .container-0 img {
        width: 26%;
        height: 240px;
        object-fit: cover;
    }

    .container-0 .text.additional.active {
        max-height: 550px;
    }
}

@media (max-width:991px) {
    .container-0 h1.custom {
        font-size: 36px;
    }

    .container-0 img {
        height: 193px;
    }

    .container-0 .text.additional.active {
        max-height: 640px;
    }
}

@media (max-width:767px) {
    .container-0 h1.custom {
        font-size: 30px;
    }

    .container-0 img {
        height: 237px;
        width: 36%;
    }

    .container-0 .text.additional.active {
        max-height: 820px;
    }
}

@media (max-width:575px) {
    .container-0 img {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
    }

    .container-0 .text.additional.active {
        max-height: 1350px;
    }
}