.section_3 {
    padding: 88px 0 88px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /*height: 100%;*/
    /*max-height: 539px;*/
    width: 100%;
    /* UI Properties */
    background: #F6F6F6 0% 0% no-repeat padding-box;
    opacity: 1;
}

.section_3_content {
    width: 100%;
    max-width: 1185px;
    gap: 114px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.section_3_img {
    width: 100%;
    max-width: 587px;
    /*height: 363px;*/
    /* UI Properties */
    border-radius: 15px;
    opacity: 1;
}

.section_3_img img {
    width: 100%;
    height: auto;
}


.section_3_text {
    width: 100%;
    max-width: 440px;
    /*height: 363px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 34px;
}

.section_3 h2 {
    padding: 0px;
    margin: 0px;
    text-align: left;
    font: normal normal bold clamp(20px, 5.23vw, 34px)/clamp(26px, 6.46vw, 42px) Montserrat;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.hard_fix {
    text-align: left;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding: 0 0 0 20px;
}

.hard_fix li {
    font: normal normal 500 clamp(12px, 2.77vw, 18px)/clamp(24px, 6.31vw, 41px) Montserrat !important;
}

@media (max-width: 1175px) {
    .section_3_content{
        gap: 30px;
    }
    .section_3 h2 {

        text-align: center;

    }

    .hard_fix {
        text-align: left;
        letter-spacing: 0px;
        color: #000000;
        opacity: 1;
        padding: 0 0 0 20px;
    }
}

@media (max-width: 500px) {
    .section_3{
        padding: 25px 0 25px 0;
    }
    .section_3_description {
        margin: 10px;
    }


}