.section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.block-3-img {
    transition: 1s;
    height: 120px;
    margin-bottom: 24px;
}

.block-3-img:hover {
    transform: scale(1.2);
}

.block-3-title {
    color: #000000;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 45px;
}

.block-3--main-h3 {
    color: #FF5400;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.block-3-h3 {
    color: #020244;
    font-weight: 700;
    font-size: 26px;
}

.row-margin {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .block-3--main-h3 {
        font-size: 18px;
    }
    .block-3-title {
        font-size: 28px;
    }

    .block-3-h3 {
        font-size: 22px;
    }

    .block-3-paragrah {
        font-size: 14px;
    }
}
