@media (max-width: 980px){
section.about-owner img{
    height: 400px;
}
section.about-owner .row{
    gap: 30px 0;
}
section.about-owner .abt-img{
	width: 100%;
}
}
@media (max-width: 540px){
	section.about-owner img {
        height: 300px;
    }
}