.menu-wr {
    border-bottom: none;
}

.why-us.lazyloaded{
    background: transparent url("../img/fdsf3ffg.jpg");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: cover;
}
.why-us .container{
    position: relative;
}
.why-us p{
    font-size: 1.0625rem;
}
.why-us h3{
    margin-top: 4.0625rem;
    font-size: 2.6875rem;
}
.why-us h3 strong{
    color: #1E90FF;
}
.why-us .typo ul {
    padding-left: 0;
}
.why-us ul li{
    padding-left: 25px;
    position: relative;
    font-weight: bold;
    font-size: 1.0625rem;
    line-height: 31px;
    list-style: none;
}
.why-us ul li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url("../img/check-mark.png");
    background-size: cover;

}
.why-us ul{
    padding-bottom: 1.3125rem;
}
.why-us .container img.men{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 530px;
    height: auto;
}




