.block_teaser .teaser_title {
    margin: auto;
    color: #fff;
    font-size: clamp(42px, 8vw, 64px);
    font-weight: 700;
    text-align: center;
}
.block_teaser .teaser_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.block_teaser .teaser_img_wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    display: block;
    position: relative;
    height: 125px;
    aspect-ratio: 1 / 1;
    margin: 0 auto 25px;
    height: 115px;
}
@media only screen and (min-width: 768px) {
        .block_teaser .teaser_img_wrapper {
        height: 200px;
    }
}
.block_teaser .teaser_img_wrapper:after, 
.block_teaser .teaser_img_wrapper:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    display: block;
    background-size: 50%;
    position: absolute;
    content: "";
    background-color: #241940;
    aspect-ratio: 1 / 1;
    border-radius: 100px;
}
.block_teaser .teaser_img_wrapper:before {
    left: 500px;
    top: -25px;
    width: 110px;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    background-image: url('https://erp.ioi.online/files/web_template/2024/12/home_fr/subscriptions.svg');
}
.block_teaser .teaser_img_wrapper:after {
    right: 600px;
    top: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background-image: url('https://erp.ioi.online/files/web_template/2024/12/home_fr/crm.svg');
}