.main-banner img {
    width: 100%;
    padding: 0px;
    object-fit: contain;
}

.aboutus-content {
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
}

.aboutus-content h6 {
    font-size: 18px;
    line-height: 34px;
}

.values {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 24px 0px rgba(120, 122, 135, 0.25);
}

.values .values-head {
    color: #E8AF73;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

.values .values-content {
    font-weight: 400;
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
}
