section.about-home .about-img,section.about-home .col-7.md-12.sm-12 {
    display: flex;
    display: flex;
    display: flex;
    display: flex
}

section.about-home .about-img .main-about-img,section.about-home .main-about-img {
    overflow: hidden;
    border-radius: 10px
}

section.about-home .about-img {
    justify-content: center;
    align-items: center;
    height: 100%
}

.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7
}

section.about-home img {
    width: 100%;
    min-height: 300px;
    max-height: 460px;
    object-fit: cover;
    height: 440px;
    transition: .5s;
    border-radius: 10px
}

section.about-home img:hover {
    transform: scale(1.14)
}

section.about-home .col-7.md-12.sm-12 {
    padding: 0 var(--p80);
    flex-direction: column;
    justify-content: center;
    padding: 0 var(--p80);
    flex-direction: column;
    justify-content: flex-start
}

section.about-home .cont {
    margin-bottom: 0;
    max-height: 100%
}

section.about-home .cont p {
    font-size: var(--f14)
}

section.about-home a.abt-btn.main-btn {
    width: 250px;
    text-align: center;
    padding: var(--p13) var(--p20)
}

section.about-home .abt-cont {
    min-height: auto
}

section.about-home .head-sec p {
    text-align: left
}

section.about-home .head-sec {
    text-align: left;
    margin-bottom: var(--m20)
}

section.about-home .main-about-img {
    width: 540px;
    float: left;
    margin-right: var(--m50)
}

section.about-home.availability {
    background: var(--lt-bg-color);
}
