
.section-fact {
    background: #fff;
    padding: clamp(4.375rem, -0.833rem + 19.469vw, 8.5rem) 0;
    color: #000;
}
.section-fact h2,
.section-fact .h2 {
    color: #FF5740;
    margin-bottom: 32px;
}
.fact-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 50vw;
    object-fit: cover;
}

@media (max-width: 1199px) {
 
    .fact-img {
        width: 100%;
        position: static;

    }
    .section-fact .text-lg {
        font-size: 18px;
    }
    
}

