section.about-us span.ratings {
    display: flex;
    gap: 10px;
    margin-bottom: 15px
}

section.about-us p.head,section.services-section .head-sec p {
    margin-bottom: 20px;
    color: var(--secondary-color);
    /* letter-spacing: 3px; */
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

section.about-us .about-content-sec {
    padding-right: 0px;
    min-height: 480px;
}

section.about-us .about-content-sec a.main-btn {
    display: block;
    width: 150px;
    text-align: center;
    transition: .3s ease-in-out
}



section.about-us .about-content-sec .abt-btn {
    margin-top: 40px
}

section.about-us .about-image-sec img {
    width: 100%;
    max-width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
    border-radius: 10px;
    box-shadow: 0 15px 45px 0 rgba(0,0,0,.1);
    filter: brightness(.8)
}

section.about-us .about-image-sec .abt-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column
}
section.about-us .about-image-sec .abt-image .abt-img1{
width:100%;
}
.about-image-sec {
    width: 50%;
    float: right;
    margin-left: 50px;
    margin-bottom: 20px;
}
