.history-desc {
    text-align: center;
    padding-bottom: 80px;
}
.history-desc p{
    max-width: 854px;
    width: 100%;
    margin: 0 auto;
}
.about-inner-history-content h2 {
    color: #1A94CF;
    margin-bottom: 10px;
}
.about-inner-history-content h5 {
    line-height: 26px;
    margin-bottom: 10px;
}
.about-inner-history-content {
    width: 50%;
}
.about-inner-history-img {
    width: 50%;
}
.about-history-inner-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}
.about-history-inner-block:last-child{
    margin-bottom: 0;
}
.about-inner-history-under-img {
    position: relative;
    padding-bottom: 48.389%;
}
.about-inner-history-under-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.about-history-inner-block:nth-child(even){
    flex-direction: row-reverse;
}


.page-id-979 .history-desc {
    padding-bottom: 0;
}
.page-id-979 .history-desc p {
    color: #1A94CF;
    font-weight: 500;
}

@media only screen and (max-width: 767px){
    .history-desc {
        padding-bottom: 40px;
    }
    .about-history-inner-block {
        flex-direction: column-reverse;
    }
    .about-history-inner-block:nth-child(even) {
        flex-direction: column-reverse;
    }
    .about-inner-history-content {
        width: 100%;
    }
    .about-inner-history-img {
        width: 100%;
    }
}