#fourth-section{width:100%;display:flex;justify-content:center;background-color:#fff}
.foruth-section-wrapper{width:100%;max-width:1550px;height:100%;display:grid;grid-template-columns:1fr;justify-items:center;gap:20px;background-color:white;padding:60px 16px}
.item_content{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;max-height:780px;overflow:hidden;background-color:#d9d9d9;border-radius:18px}
.item_content{position:relative}
.item-header{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:30px;z-index:100}
.item_content label{font-size:var(--font-h3);font-weight:600}
.item_content span{font-size:var(--font-h6);font-weight:500;font-style:italic}
.button_item{width:100%;display:flex;justify-content:center;align-items:center;transition:all 300ms ease}
.button_item:hover a{background-color:white;color:#ff6363}
.item_content:nth-child(2) .item_figure{width:100%;position:absolute;left:40px;bottom:0}
.item_content:nth-child(3) .item_figure{width:100%;position:absolute;left:10px;bottom:0}
.item-figure{margin:0}
.item-figure img{object-fit:contain;width:100%}
.btn-link{height:33px;padding:8px !important}
.fourSection{width:auto;padding:0px 20px;height:34px;font-weight:normal;letter-spacing:0.3px;a{color:#fff;font-weight:400}
}
.fourSection:hover{a{color:#ff6363}
}
.image_bg_styles-3{width:100%;max-height:523px;position:relative}
@media only screen and (min-width:767px){figure.item-figure.image_bg_styles-3{width:100%;max-height:380px;min-height:370px;position:relative}
.image_bg_styles-3 img{width:auto;position:absolute;left:30%;top:-29%;scale:0.9}
}
@media only screen and (min-width:1024px){.image_bg_styles-3 img{left:21%}
}
@media only screen and (min-width:1440px){.image_bg_styles-3 img{left:26%;top:-25%}
}
@media only screen and (min-width:1700px){.image_bg_styles-3 img{left:32%;top:-27%;scale:1}
}
@media only screen and (min-width:2560px){.image_bg_styles-3 img{left:8%;top:-19%}
}
@media only screen and (max-width:600px){.item_content:nth-child(2) .item_figure{width:100%;position:absolute;left:40px;bottom:0}
.item_content:nth-child(3) .item_figure{width:100%;position:absolute;left:10px;bottom:0}
}
@media only screen and (min-width:1024px){.foruth-section-wrapper{grid-template-columns:1fr 1fr}
}