@media (max-width: 1366px){
    section.about-owner img {
    width: 532px;
    height: 532px;
    object-fit: cover;
}
}
@media (max-width: 1024px) and (min-width: 981px){
    section.about-owner .abt-owner{
    height: 444px;
}
section.about-owner img {
    width: 442px;
    height: 442px;
    object-fit: cover;
}
section.about-owner svg {
    height: 444px;
    width: 100%;
}
section.about-owner .abt-detail{
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}
}
@media (max-width: 980px){
    section.about-owner .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
}
section.about-owner img {
    width: 586px;
    height: 586px;
}
section.about-owner .col-6.col-md-6.col-sm-12.img{
    margin-bottom: var(--m30);
}
}
@media (max-width: 600px){
    section.about-owner svg {
    height: 488px;
}
section.about-owner img {
    width: 485px;
    height: 485px;
}
section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 488px;
}
}
@media (max-width: 540px){
    section.about-owner .col-md-6{
    padding:0px;
}
section.about-owner svg {
    height: 349px;
}
section.about-owner .col-6.col-md-6.col-sm-12.img {
    position: relative;
    height: 348px;
}
section.about-owner img {
    width: 343px;
    height: 343px;
}
section.about-owner svg {
    height: 349px;
    width: 100%;
}
section.about-owner .abt-detail {
    display: flex;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}
}
@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;
}
}
@media (max-width: 384px){
    section.about-owner img {
    width: 316px;
    height: 316px;
}
}
@media (max-width: 380px){
   section.about-owner svg, section.about-owner .col-6.col-md-6.col-sm-12.img{
       height: 310px;
   } 
    section.about-owner img {
    width: 308px;
    height: 308px;
}
}
@media (max-width: 360px){
    section.about-owner svg, section.about-owner .col-6.col-md-6.col-sm-12.img {
    height: 295px;
}
 section.about-owner img {
    width: 292px;
    height: 292px;
}
}
@media (max-width: 320px){
    section.about-owner img {
    width: 252px;
    height: 252px;
}
section.about-owner svg, section.about-owner .col-6.col-md-6.col-sm-12.img {
    height: 255px;
}
section.about-owner .call-area{
    font-size: var(--f14);
}
}