@import url("../../main-colors.css");

.about-Us-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3;
}
/* About-Us text */
.about-Us-text {
    font-size: 0.80rem;
    font-weight: 400;
    line-height: 2.17;
}
/* accountability title */
.accountability-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.9;
}
/* Call fax */
.Call-fax {
    background-color: var(--primary-light-color, #f1f1f17e);
    padding: 16px;
    border-radius: 16px;
}
/* email */
.email {
    background-color: var(--primary-light-color, #f1f1f17e);
    padding: 16px;
    border-radius: 16px;
}
/* Call fax title */
.Call-fax-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.9;
}
/* email title */
.email-title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.9;
}
/* Call fax number */
.Call-fax-number {
    color: var(--text-color);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
}
/* amail address */
.amail-address {
    color: var(--text-color);
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1;
}
/* About Us imag */
.about-Us-imag {
    width: 96%;
    height: 81vh;
    min-height: 1200px;
    object-fit: cover;
    margin-top: 35px;
    border-radius: 16px;
}
