
.gx6 {
    --bs-gutter-x: 6rem !important;
}

.gy6 {
    --bs-gutter-y: 6rem !important;
}

.about-us-blocks-title {
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    margin-right: 32px;
}

.about-us-blocks-description p {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.about-us-blocks-image {
    width: 100%;
    height: 320px;
}

@media (max-width: 768px) {
    .about-us-blocks-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }
    .about-us-blocks-description p {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }
    .about-us-blocks-image {
        width: 100%;
        height: 230px;
    }
    .gx6 {
        --bs-gutter-x: 3rem !important;
    }
    .gy6 {
        --bs-gutter-y: 3rem !important;
    }
}