.Theme_Imagebox .imagebox img{
    max-width: 100%;
}
.Theme_Imagebox{
    padding-bottom: 60px;
}
.Theme_Imagebox .imagebox{
    padding-bottom: 20px;
}

@media (max-width: 992px){
	.Theme_Imagebox{
		padding-bottom: 30px;
	}
    .Theme_Imagebox .imagebox{
        padding-bottom: 58px;
    }
}
@media (max-width: 767px){
	.Theme_Imagebox{
		padding-bottom: 30px;
	}

}