.logo_big{
	max-width: 80%;
}
.services .icon-box {
    padding: 0px;
    margin-top: 35px;
    margin-bottom: 25px;
    text-align: center;
    height: 15vw;
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.services .icon-box img{
	margin-bottom: 2vw;
	width: 100%;
	max-height: 8vw;
	border-bottom: solid 1px #a4121c;
}

@media only screen and (max-width: 1366px){
.services .icon-box {
    height: 23vw;
}
}
@media only screen and (max-width: 1024px){
    .services .icon-box {
        height: 30vw;
    }
}
@media only screen and (max-width: 800px){
    .services .icon-box img{
        max-height: 12vw;
    }
    .services .icon-box {
        height: 33vw;
    }
}
@media only screen and (max-width: 700px){
.services .icon-box img {
    max-height: 26vw;
}
.services .icon-box {
    height: 66vw;
}
}
@media (max-height: 768px) {

.services .icon-box img{
	/* max-height: 26vw; */
}
.services .icon-box {
   /* height: 67vw;  */
}

}