.main-content .hero_image {
    background-image: url(/images/hero_kep_introduction.jpg);
}

.main-content .line {
    height: 2px;
    background: #dddddd;
}

.main-content .line.blue {
    background: #33c1f6;
}

.container-0 {
    margin-top: 50px;
}

.container-0.small-margin-top {
    margin-top: 30px;
}

.container-0 img {
    width: 400px;
}

.container-0 .inner {
    margin-top: 30px;
}

.container-0 h1 {
    margin-bottom: 30px;
}

.container-0 .line-row {
    padding: 0px 15px;
}

.container-1 {
    margin-top: 50px;
}

.container-1 h2 {
    font-weight: bold;
    font-size: 36px;
    color: rgb(37, 70, 100);
}

.main-content .title {
    font-size: 23px;
    color: #33c1f6;
}

.container-1 .title {
    margin-bottom: 32px;
    font-size: 20px;
}

.container-1 .line {
    margin-top: 50px;
}

.main-content .text {
    font-size: 15px;
    color: rgb(141, 141, 141);
}

.container-1 .text {
    margin-top: 10px;
}

.container-2 {
    margin-top: 50px;
}

@media (max-width:991px) {
    .container-0 img {
        width: 300px;
    }
}

@media (max-width:767px) {
    .container-0 img {
        width: 100%;
    }

    .container-0 .text {
        margin-top: 20px;
    }

    .container-1 .left {
        margin-bottom: 28px;
    }

    .container-1 h2 {
        font-size: 32px;
    }

    .container-1 .title {
        font-size: 18px;
    }
}

@media (max-width:575px) {
    .container-1 h2 {
        font-size: 26px;
    }

    .container-1 .title {
        font-size: 16px;
    }
}