.section-title {
    font-size: 40px !important;
    font-weight: 700;
    line-height: 1.2;
    color: #031550;
}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .section-title {
        font-size: 30px;
    }
}

.section-title span {
    color: #18361D;
    display: block;
}

.section-title .color {
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1920px) {
    .history-area .history-txt {
        padding-right: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .history-area .history-txt {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .history-area .history-txt {
        margin-top: 30px;
    }
}

.history-area .history-txt p {
    margin: 25px 35px 45px 0;
}

.history-area .raise-img {
    margin-bottom: 15px;
    border-radius: 7px;
}

.history-area .raise-img:last-child {
    margin: 0;
}

.history-area .raise-img img {
    border-radius: 7px;
}

.history-area .raise-img.height-2 {
    height: 417px;
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {
    .history-area .raise-img.height-2 {
        height: 360px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.9px) {
    .history-area .raise-img.height-2 {
        height: 453px;
    }
}

@media only screen and (max-width: 767px) {
    .history-area .raise-img.height-2 {
        height: 195px;
    }
}

.history-area .raise-img.height-2 img {
    height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .history-area .raise-img.height-2 img {
        height: 305px;
    }
}

img {
    max-width: 100%;
    object-fit: cover;
}