.widget-matuszak-offer-boxes {}

.widget-matuszak-offer-boxes .box{background-color: #00645C;}
.widget-matuszak-offer-boxes .box .image{min-height: 926px; width: 100%; background-position: top !important; background-size: cover !important; background-repeat: no-repeat !important; position:absolute; opacity: 0.3; max-height: 926px;}

.widget-matuszak-offer-boxes .box .overlay{position: absolute; top: 0; left: 0; width: 100%; min-height: 926px; max-height: 926px;; background: linear-gradient(180deg, rgba(0, 100, 92, 0.00) 40.28%, #00645C 98.70%); z-index: 1; opacity: 1;}

.widget-matuszak-offer-boxes .box .top{position: relative; z-index: 2; padding-top: 200px; min-height: 926px;} 

.widget-matuszak-offer-boxes .box .top .text{display: flex; flex-direction: column; gap: 32px; align-items: center; padding-bottom: 100px;}

.widget-matuszak-offer-boxes .box .top .text .subtitle{color: #D5F5D7;font-size: 0.675rem;font-style: normal;font-weight: 400;line-height: 1.25rem; /* 142.857% */letter-spacing: 0.56px; text-transform: uppercase;}

.widget-matuszak-offer-boxes .box .top .text .title{color: #FFF;text-align: center;font-size: 2.7rem;font-style: normal;font-weight: 400;line-height: 2.7rem; /* 115.385% */letter-spacing: -0.26px;}

.widget-matuszak-offer-boxes .box .blocks{display: flex; flex-wrap: wrap; gap: 4px; padding-bottom: 100px; justify-content: center;}

.widget-matuszak-offer-boxes .box .blocks .content-block{padding: 30px; padding-top: 40px; background: #00736A; display: flex; flex-direction: column;flex-basis: calc(33.333333% - 4px); transition: all 200ms;}

.widget-matuszak-offer-boxes .box .blocks .content-block:hover{background: #0A8379;}

.widget-matuszak-offer-boxes .box .blocks .content-block .icon{margin-bottom: 55px;}
.widget-matuszak-offer-boxes .box .blocks .content-block .title{margin-bottom: 55px; color: #FFF;font-size: 1rem;font-style: normal;font-weight: 400;line-height: 1.62rem; /* 130% */text-transform: uppercase; max-width: 300px; min-height: 55px;}

.widget-matuszak-offer-boxes .box .blocks .content-block .btn{background: transparent;padding: 0;display: flex;gap: 30px;align-items: center;color: #BFD8D6;font-size: 11px;font-style: normal;font-weight: 500;line-height: 14px;letter-spacing: 0.33px;text-transform: uppercase;padding-top: 30px;border-top: 1px solid rgba(213, 245, 215, 0.20);}

@media only screen and (max-width: 1600px){

    .widget-matuszak-offer-boxes .box .top .text .title{
        font-size: clamp(2.000rem, 1.800rem + 0.887vw, 2.688rem); line-height: clamp(2.000rem, 1.800rem + 0.887vw, 2.688rem);
    }

}

@media only screen and (max-width: 960px){
    .widget-matuszak-offer-boxes .box .blocks .content-block{flex-basis: calc(50% - 4px);}
}

@media only screen and (max-width: 500px){
    .widget-matuszak-offer-boxes .box .blocks .content-block{flex-basis: 100%;}
}