.section {
    padding: 40px 15px;
}

.section h2 {
    margin-bottom: 20px;
    font-size: 1.75rem;
}

.section-text {
    color: #fff;
    font-size: 20px;
}

.content-container {
    color: #000;
    font-size: 20px;
}

.row-img img {
    height: 200px;
    /* Adjust height as needed */
    object-fit: cover;
    /* Use 'contain' if you want full image visible */
    width: 100%;
}

.label-body-2 {
    font-size: 19px;
}

.section-3-1 {
    background-color: #fff;
    padding: 20px;
}

.section-3 {
    font-size: 16px;
}

.bottom-img-sontainer {
    background-color: #fff;
    margin-top: 10rem;
}

.our-company-text {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.25px;
    color: #004D80;
}

.heading-text {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.body-text {
    font-size: 22px;
}

.body-img-row {
    height: 180px;
    object-fit: contain;
    width: 100%;
}

.services-row p {
    font-size: 16px;
}