.page-wrapper .page-header .header.content .logo{
    height: 80px;
}
.logo img{
    /*width: 70%;*/
}
#why-AW {
    width: 100%;
    float: left;
    display: inline-block;
    margin: 0 auto;
}

#why-AW ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

#why-AW ul li {
    width: 20%;
    border: 2px solid #cb041e;
    text-align: center;
    padding: 1% 3%;
    margin: 0;
    background: #fff;
    display: inline-block;
}

#why-AW ul li .icon {
    display: contents;
}

#why-AW ul li .head {
    font-size: 18px;
    color: #cb041e;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: left;
    float: left;
}

#why-AW ul li .mask-text {
    color: #666;
    font-size: 12px;
    margin: 2px 0;
    text-transform: uppercase;
    line-height: 15px;
    text-align: left;
    float: left;
}

div#why-AW .view {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
}

.col-3.home-image-inner-4 .cat-text  {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin-top: 10px;
}

.carousel-wrap.school-slider-main a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: center;
    align-items: center;
    font-size: medium;
    word-break: break-word;
}

@media (max-width:768px) {
    .logo img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .block-search {
        width: 100%;
    }

    .carousel-wrap {
        margin: 30px auto;
    }

    .owl-carousel.owl-loaded {
        padding: 0;
    }
    .page-wrapper .page-header .header.content .logo{
        height: 60px;

    }
}
@media (max-width:670px) {
    .logo img {
        display: block;
        width: 100%;
        height: auto;
    }

    .logo {
        width: 60px;
    }

    .home-images-wrapper .home-image-main .home-image-inner-4 {
        width: 25%;
        margin-bottom: 30px;
    }

    .home-images-wrapper .home-image-main .home-image-inner-4>a>img {
        width: 60px;
        border-radius: 8px;
    }

    .col-3.home-image-inner-4 .cat-text {
        font-size: 16px;
        font-weight: 600;
    }

    #why-AW ul {

        flex-wrap: wrap;
        width: 95%;
        margin: 0 auto;
    }

    #why-AW ul li .icon img {
        width: 50px;
        margin-top: 20px;
    }

    #why-AW ul li {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 100%;
        border: 1px solid #cb041e;
        margin: 15px 0px;
    }
}



