.site-content {
    padding: 0
}

section.whyus {
    color: #000000;
    padding: 60px 0;
    background: #ffffff;
    margin-top: 10px;
}

.services-boxs,.whyus-boxs {
    display: flex;
    flex-wrap: wrap
}

.why-box p {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
}

.why-box {
    width: calc(100% - 20px);
    background: #fbf0ff;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 20px;
    align-items: center;
    position: relative;
    border: 1px solid #ffffff14;
    margin: 10px;
}

section.citis {
    padding: 30px 0;
    position: relative;
    z-index:1
}



.why-box h3 {
    color: #6f3583;
    font-size: 22px;
}

.section-title {
    margin-bottom: 30px;
}

section.services {
    padding: 60px 0;
    background: transparent linear-gradient(272deg,#6a4797 0,#563a7a 100%);
    color: #fff;
    border-radius: 20%/0 0 35px 35px;
}

.service-box {
    position: relative;
    padding: 4px;
    transition: .35s ease;
}
@media (max-width:1024px){
    .service-box {
        width: 33.33%;
    }
}
@media (max-width:600px){
    .service-box {
        width: 50%;
    }
}

.service-box span {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 4px;
}

.service-box img {
    height: 100%;
    border-radius: 16px;
    display: block;
    width: 100%;
}

.why-icon {
    width: 90px;
    height: 90px;
    border-radius: 15px;
    transition: .5s;
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    font-size: 40px;
    color: #ffffff21;
    border: 1px solid;
    margin-left: 12px;
}
.extend {
    text-align: right;
    margin-right: 18px;
    flex: 1;
}
@media only screen and (min-width: 786px) {
    .service-box {
        width: calc(33.33% - 50px);
    }
}

@media only screen and (min-width: 982px) {
    .why-box {
        width: calc(50% - 20px);
    }

    .service-box {
        width: calc(100% / 7 );
    }
}


a.service-box:hover {
}

@media (max-width:1024px){
    section.whyus {
        margin:10px
    }
    section.citis:before {
        display:none
    }
    .address, .contact-mail, .contact-phone, .working-hours {
        min-width:300px
    }
}

section.services * {
    color: #fff;
}

a.service-box:hover span {color: #ffe637;}

@media(max-width:767px) {
    .why-box {
        display:block
    }
    .why-icon {
        margin:0 auto 10px
    }
}