.blocref .row {
    gap: 16px;
}

.intro-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0 auto 48px auto;
}

.intro-row h1 {
    color: var(--green, #03563C);
    text-align: center;

    /* Headlines/headline-2-desktop */
    font-family: Poppins;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25; /* 125% */
    margin: 0 0 8px 0;
}

.intro-row h2 {
    text-align: center;
    margin: 0 auto;
}

.intro-row .tag-liste {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    gap: 8px;
}

.intro-row .tag-liste .tag {
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 100px;
    background: var(--pink, #F6C3DB);
    color: var(--green, #03563C);

    /* Text/text-md */
    font-family: Gotham;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 150% */
    margin: 0 0 24px 0;
}

.blocref .second-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
    gap: 16px;
    align-items: stretch;
}

.blocref .second-row .second-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1 1 0;
}

.blocref .second-row .second-left .first-bloc {
    border-radius: 30px;
    background: var(--green, #03563C);
    padding: 48px 8.33%;
}

.blocref .second-row .second-left .first-bloc .logo-bloc {
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: #F6C3DB;
    border-radius: 200px;
    margin: 0 0 24px 0;
}

.blocref .second-row .second-left .first-bloc h3 {
    color: var(--white, #FEFEFE);
    /* Headlines/headline-2-desktop */
    font-family: "Poppins";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25; /* 125% */
    margin: 0 0 24px 0;
}

.blocref .second-row .second-left .first-bloc ul {
    color: white;
    list-style: disc;
    padding: 0 0 0 16px;
}

.blocref .second-row .second-left .first-bloc ul li {
    color: white;
    font-family: "Gotham";
    font-size: 1.6rem;
}

.blocref .second-row .second-left .second-bloc {
    border-radius: 30px;
    background: var(--green, #F6C3DB);
    padding: 48px 8.33%;
}

.blocref .second-row .second-left .second-bloc .logo-bloc {
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: #04563c;
    border-radius: 200px;
    margin: 0 0 24px 0;
}

.blocref .second-row .second-left .second-bloc h3 {
    color: var(--white, #04563c);
    /* Headlines/headline-2-desktop */
    font-family: "Poppins";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25; /* 125% */
    margin: 0 0 24px 0;
}

.blocref .second-row .second-left .second-bloc ul {
    color: #04563c;
    list-style: disc;
    padding: 0 0 0 16px;
}

.blocref .second-row .second-left .second-bloc ul li {
    color: #04563c;
    font-family: "Gotham";
    font-size: 1.6rem;
}

.blocref .second-row .second-right {
    display: flex;
    flex: 1 1 0;
    border-radius: 30px;
}

.blocref .second-row .second-right .imgcropCtn {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.blocref .third-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 48px 0px;
    border-radius: 30px;
    background: var(--green, #03563C);
    backdrop-filter: blur(50px);
}

.blocref .third-row .logo-bloc {
    display: flex;
    width: 90px;
    height: 90px;
    align-items: center;
    justify-content: center;
    background: #F6C3DB;
    border-radius: 200px;
    margin: 0 auto;
}

.blocref .third-row h3 {
    color: var(--white, #FEFEFE);
    /* Headlines/headline-2-desktop */
    font-family: "Poppins";
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25; /* 125% */
    margin: 0 auto;
}

.blocref .third-row p strong {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--green, #03563C);
    border-radius: 34px;
    background: var(--pink, #F6C3DB);
    /* Headlines/headline-2-mobile */
    font-family: Poppins;
    text-align: center;
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.28; /* 128.571% */
    padding: 12px 24px;
    margin: 0 auto 12px auto;
}

.blocref .fourth-row {
    display: block;
    width: 100%;
}

.blocref .fourth-row .swiper .swiper-slide {
    aspect-ratio: 1/1;
    border-radius: 30px;
    overflow: hidden;
}

.blocref .fourth-row .swiper .swiper-slide .imgcropCtn {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .blocref .second-row {
        flex-direction: column;
    }

    .blocref .second-row .second-left {
        width: 100%;
        height: auto;
        flex: unset;
        justify-content: flex-end;
    }

    .blocref .second-row .second-right {
        flex: unset;
        width: 100%;
        height: 300px;
    }

    .blocref .third-row p strong {
        width: 90%;
        font-size: 2rem;
        border-radius: 150px;
        margin: 0 auto 12px auto;
    }
}