.about-main-wraper {
    padding: 80px 0 60px
}

.about-image-wraper {
    width: 100%;
    position: relative
}

.about-image-wraper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 504px;
    background: #e8f1f5;
    left: -25px;
    bottom: -25px;
    border-radius: 25px
}

.about-image-wraper .big-image {
    width: 100%;
    position: relative;
    z-index: 111;
    border-radius: 25px
}

.award-image {
    position: absolute;
    bottom: 10%;
    left: -80px;
    z-index: 1111
}

.about-text-wraper {
    margin-left: 15px;
    margin-top: 15px
}

.about-text-wraper span {
    font-size: 14px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 35px;
    display: block
}

.about-text-wraper span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: linear-gradient(to right, #D29D51, #F8CA72);
    width: 25px;
    height: 2px
}

.about-text-wraper h2 {
    font-size: 40px;
    color: linear-gradient(to right, #ED1B24, #000000);
    margin: 15px 0;
    line-height: 45px;
    font-weight: 600
}

.about-text-wraper p,
.mission-text {
    font-size: 18px;
    line-height: 31px;
    color: #636579;
    padding-bottom: 15px
}

.mission-text {
    font-weight: 500
}

.tagline-text {
    font-size: 20px;
    line-height: 31px;
    color: linear-gradient(to right, #D29D51, #F8CA72);
    padding-bottom: 15px;
    font-style: italic;
    font-weight: 600
}

.about-text-wraper ul {
    list-style: none;
    margin-top: 10px
}

.about-text-wraper ul li {
    font-size: 18px;
    line-height: 31px;
    color: #636579;
    padding-bottom: 8px
}

.about-text-wraper ul li i {
    color: linear-gradient(to right, #D29D51, #F8CA72);
    margin-right: 5px;
    font-size: 25px;
    position: relative;
    top: 3px
}

.btn-about-wrap {
    margin-top: 20px
}

.btn-about-wrap a {
    display: inline-block;
    background: linear-gradient(to right, #ED1B24, #000000);
    width: 38%;
    text-align: center;
    font-size: 15px;
    padding: 16px 40px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    margin-right: 5px
}

.btn-about-wrap a:nth-child(2) {
    background: linear-gradient(to right, #D29D51, #F8CA72)
}

@media screen and (max-width:768px) {
    .about-main-wraper {
        padding: 20px 0
    }

    .about-text-wraper {
        margin-left: 0
    }

    .btn-about-wrap a {
        width: 100% !important
    }
}

.advantage-main-wrpaer {
    margin-top: -140px;
    position: relative;
    z-index: 4;
}

.advantage-main-wrpaer ul {
    list-style: none
}

.advantage-main-wrpaer ul li {
    background: linear-gradient(180deg, #D29D51, #F8CA72);;
    padding: 25px;
    border-radius: 15px 0 0 15px
}

.advantage-main-wrpaer ul li:nth-child(2) {
    border-radius: 0 !important;
    background: #F8CA72 !important
}

.advantage-main-wrpaer ul li:nth-child(3) {
    border-radius: 0 15px 15px 0
}

.advantage-list-image {
    width: 90px;
    float: left
}

.advantage-list-text {
    width: 75%;
    padding-left: 15px;
    float: left;
    line-height: 26px
}

.advantage-list-text strong {
    font-size: 35px;
    color: #fff;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 10px
}

.advantage-list-text h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.advantage-list-text p {
    font-size: 16px;
    color: #fff
}

@media screen and (max-width:768px) {
    .advantage-list-text {
        width: 70%
    }
}
