.section_6 {
    padding: 125px 0 125px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;
    background: transparent url('../img/Group 4607.png') 0% 0%  padding-box;
    opacity: 1;
    gap: 97px;
}

.top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap:100px;
    max-width: 1110px;
}

.text_6 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 435px;
    gap: 40px;
}

.text_6 h2 {
    margin: 0;
    padding: 0;
    text-align: left;
    font: normal normal bold clamp(24px, 6.15vw, 40px)/clamp(36px, 10.31vw, 36px) Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.paragraph {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    width: 100%;
    max-width: 435px;

}

.paragraph div {
    text-align: left;


    font: normal normal 300 clamp(12px, 2.46vw, 16px)/clamp(16px, 3.54vw, 23px) Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.paragraph div span {
    text-align: left;
    font: normal normal bold clamp(12px, 2.46vw, 16px)/clamp(16px, 3.54vw, 23px) Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.img_6 {
    width: 100%;
    max-width: 558px;
    /* UI Properties */

    border-radius: 14px;
    opacity: 1;
}
.img_6 img{
    height: auto;
    width: 100%;
}

.bottom {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap:42px;
}

.bottom h2 {
    text-align: center;
    font: normal normal bold clamp(24px, 6.15vw, 40px)/clamp(40px, 10.31vw, 67px) Montserrat;
    letter-spacing: 0px;
    color: #000000;
}
.tiles_6 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap:29px;
}

.tile_6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 319px;
    height: 319px;
    background: rgba(247, 249, 252, 0.6) 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 15px;
}
.trust {
    width: 56px;
    height: 54px;
    margin-top: 41px;
    /* UI Properties */

}

.transparent {
    width: 54px;
    height: 54px;
    margin-top: 41px;
    /* UI Properties */
}

.responsible {
    width: 54px;
    height: 54px;
    margin-top: 41px;
    /* UI Properties */
    opacity: 1;
}



.section_6 .tile_6 h3 {
    margin: 31px 0 0 0;

    padding: 0;
    text-align: center;
    font: normal normal bold clamp(16px, 1.042vw, 20px)/clamp(18px, 1.25vw, 24px) Montserrat;
    letter-spacing: 0px;
    color: #000000;
}

.section_6 .tile_6 p {
    margin: 13px 0 0 0;
    padding: 0;
    width: 257px;
    text-align: center;
    font: normal normal 300 clamp(13px, 0.833vw, 16px)/clamp(15px, 0.9896vw, 19px) Montserrat;
    letter-spacing: 0px;
    color: #000000;
}
@media (max-width: 1125px) {

    .text_6 {
        /*align-items: center;*/
        justify-content:center;
    }


}
@media (max-width: 1118px) {
    .section_6{
        padding: 25px 0 25px 0;
        gap:25px;
    }
    .section_3_description {
        margin: 10px;
    }
    .text_6{
        gap: 25px;
    }
    .top{
        gap:25px;
    }

}
@media (max-width: 500px) {

    .text_6 {
        /*align-items: center;*/
        margin: 0 10px 0 10px;
    }


}