@media (max-width: 1366px){
section.about-owner .abt-detail{
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}
}
@media (max-width: 980px){
	section.about-owner{
    padding: 50px 0;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
    height: 450px;
    width: 100%;
}
section.about-owner .abt-img{
    width: 100%;
}
section.about-owner img{
    height: 450px;
}
section.about-owner .row{
    gap: 30px 0;
}
section.about-owner .col-6.col-md-6.col-sm-12.cont{
    width: 100%;
}
}
@media (max-width: 540px){
	section.about-owner {
        padding: 40px 0;
    }
        section.about-owner img, section.about-owner .col-6.col-md-6.col-sm-12.img{
        height: 350px;
    }
    section.about-owner h2 {
    font-size: 28px;
}
section.about-owner .call-area{
    font-size: 15px;
}
}
@media (max-width: 400px){
	section.about-owner svg, section.about-owner .col-6.col-md-6.col-sm-12.img {
    height: 319px;
}
section.about-owner img {
    width: 315px;
    height: 315px;
}
section.about-owner .icon-area{
    width: 40px;
    height: 40px;
    font-size: var(--f17);
}
section.about-owner .call-area {
        font-size: 14px;
    }
}
@media (max-width: 320px){
	section.about-owner .call-area {
        font-size: 12px;
    }
}