:root {
  --fluid-34-64: clamp(34px, 19px + 2.3438vw, 64px);
  --fluid-22-32: clamp(22px, 17px + 0.7813vw, 32px);
  --fluid-28-48: clamp(28px, 18px + 1.5625vw, 48px);
  --fluid-16-20: clamp(16px, 14px + 0.3125vw, 20px);
}

.customBlock.customBlock__homeCaption {
    position: relative;
}

.customBlock.customBlock__homeCaption:before,
.customBlock.customBlock__homeCaption:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: contain;
}

.customBlock.customBlock__homeCaption:before {
    transform: translateX(-20%) scale(0.8);
    background-image: url('../images/flowers-left.png');
    background-position: left center;
}

.customBlock.customBlock__homeCaption:after {
    transform: translateX(20%) scale(0.8);
    background-image: url('../images/flowers-right.png');
    background-position: right center;
}

.customBlock .customBlock__h1 {
    color: #008E38;
    font-size: var(--fluid-34-64);
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 900;
}

.customBlock .customBlock__description {
    font-size: var(--fluid-22-32);
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.customBlock .customBlock__h2 {
    color: #008E38;
    font-size: var(--fluid-28-48);
    line-height: 1;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 900;
}

.customBlock__text {
    font-size: var(--fluid-16-20);
    text-align: center;
    line-height: 1.4;
    margin-bottom: 40px;
}

.customBlock_bolli {
    background-color: #E5F4EB;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 80px;
}

.bolli {
    display:flex;
    flex-wrap: wrap;
    /* margin-bottom: 86px; */
}

.bollo {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items:center;
    /* justify-content: center; */
    text-align: center;
    padding: 10px 15px;
}

.bollo img {
    margin-bottom: 20px;
}

.bollo h2 {
    min-height: 45px;
    /* font-size: 20px; */
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
    color: #008E38;
}

@media (min-width: 768px) {
   .bollo {
       flex: 0 0 50%;
       max-width: 50%;
   }
}

@media (min-width: 1200px) {
   .bollo {
       flex: 0 0 25%;
       max-width: 25%;
   }
}


.customBlock_sustainability {
    margin-bottom: 60px;
}

.customBlock__centerer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.customBlock__btn {
    background-color: #008E38;
    color: #ffffff;
    padding: 10px;
}

.customBlock__btn:hover {
    color: #ffffff;
    opacity: 0.6;
}
