.about_page {
    padding-top: 150px;
    padding-bottom: 90px;

}

.about_page_bg {
    top: 50px;
    left: 0
}

.about_page_bg img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.about_page_content {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 80px;
    margin-bottom: 40px
}

.about_page_content h3 {
    margin-bottom: 37px;
    text-align: center
}

.about_page_content .obj1 {
    left: 0;
    bottom: 0;
    width: 90px;
    -webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite
}

.about-process {
    max-width: 726px;
    position: relative
}

.about-process .process-steps+.process-steps {
    border-right: none
}

.about-process .process-steps.process-step-1 {
    width: 57.5%
}

.about-process .process-steps.process-step-1 .process-steps-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.about-process .process-steps.process-step-1 .process-steps-inner .process-content .bottom-text {
    padding-top: 14px;
    margin-top: 5px;
    border-top: 1px solid #c79550
}

.about-process .process-steps.process-step-1 .process-steps-inner .process-img {
    position: inherit;
    -webkit-transform: inherit;
    transform: inherit
}

.about-process .process-steps.process-step-2 .process-steps-inner {
    position: inherit
}

.about-process .process-steps.process-step-2 .process-steps-inner .process-content {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.about-process .process-steps.process-step-2 .process-steps-inner .process-content .top-text .process-step-num:after {
    content: "";
    width: 1px;
    height: 65px;
    background-color: #c79550;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.about-process .process-steps.process-step-2 .process-steps-inner .process-content .top-text .process-icon img {
    width: 145px
}

.about-process .process-steps.process-step-2 .process-steps-inner .process-content .bottom-text {
    max-width: 285px;
    padding-right: 15px
}

.about-process .process-steps.process-step-2 .process-steps-inner .process-img {
    top: 0;
    left: 0;
    -webkit-transform: inherit;
    transform: inherit
}

.about-process .process-steps.process-step-2 .process-steps-inner .process-img img {
    width: 242px
}

.about-process .process-steps.process-step-3 {
    width: 75.5%;
    margin-right: auto
}

.about-process .process-steps.process-step-3 .process-steps-inner .process-content {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.about-process .process-steps.process-step-3 .process-steps-inner .process-content .top-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.about-process .process-steps.process-step-3 .process-steps-inner .process-content .top-text .process-step-num:after {
    content: "";
    width: 1px;
    height: 65px;
    background-color: #c79550;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.about-process .process-steps.process-step-3 .process-steps-inner .process-content .top-text .process-step-num {
    width: auto;
    padding: 0 20px
}

.about-process .process-steps.process-step-3 .process-steps-inner .process-content .top-text .process-icon {
    padding-left: 0;
    width: auto
}

.about-process .process-steps.process-step-3 .process-steps-inner .process-content .top-text .process-icon img {
    width: 81px
}

.about-process .process-steps.process-step-3 .process-steps-inner .process-content .bottom-text {
    max-width: 337px;
    padding-left: 15px
}

.about-process .process-steps.process-step-4 {
    width: 75.5%;
    margin-right: auto
}

.about-process .process-steps.process-step-4 .process-steps-inner {
    position: inherit
}

.about-process .process-steps.process-step-4 .process-steps-inner .process-content {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.about-process .process-steps.process-step-4 .process-steps-inner .process-content .top-text .process-step-num {
    padding: 0 20px 0 15px;
    text-align: center;
    display: block;
    position: relative
}

.about-process .process-steps.process-step-4 .process-steps-inner .process-content .top-text .process-step-num:after {
    content: "";
    width: 1px;
    height: 65px;
    background-color: #c79550;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute
}

.about-process .process-steps.process-step-4 .process-steps-inner .process-content .top-text .process-step-num h2 {
    margin-left: 20px
}

.about-process .process-steps.process-step-4 .process-steps-inner .process-content .bottom-text {
    max-width: 248px
}

.about-process .process-steps.process-step-4 .process-steps-inner .process-img {
    bottom: -50px;
    right: 0;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit
}

.about-process .process-steps.process-step-4 .process-steps-inner .process-img img {
    width: 174px
}

@media (min-width:768px) {
    .about_page {
        padding-bottom: 150px
    }

    .about_page_bg {
        top: 0
    }

    .about_page_bg img {
        -o-object-position: bottom right;
        object-position: bottom right
    }

    .about_page_content h3 {
        text-align: right
    }

    .about-process .process-steps:not(:last-child) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #c79550
    }

    .about-process .process-steps.process-step-4 .process-steps-inner .process-content .top-text .process-step-num {
        padding: 0 50px 0 30px
    }
}

@media (min-width:992px) {
    .about_page {
        padding-bottom: 280px
    }

    .about_page_content {
        max-width: 446px;
        padding-right: 47px;
        padding-bottom: 0;
        margin-bottom: 0
    }

    .about_page_content .obj1 {
        width: auto;
        left: -50px;
        bottom: -130px
    }
}

@media (min-width:1200px) {
    .about_page {
    padding-top: 30px;
    padding-bottom: 110px;
}
}

@media (max-width:768px) {
    .about-process .process-steps.process-step-3 .process-steps-inner .process-content .top-text .process-icon {
        left: 110%;
        right: auto;
        max-width: 33%;
        width: 150px
    }
}