.three-block-section{width:100%;max-width:1440px;margin:0 auto}.three-block-section .section-header{text-align:center;margin-bottom:30px}.three-block-section .blocks-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.three-block-section .block{width:100%;max-width:300px;text-align:center}.three-block-section .image-wrapper{width:100%;height:0;padding-bottom:100%;overflow:hidden;position:relative;margin-bottom:15px}.three-block-section .image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease-in-out}.three-block-section .block:hover .image-wrapper img{transform:scale(1.1)}.three-block-section .block-text{margin-top:15px}.three-block-section .block-text h3{margin-top:0;margin-bottom:10px;font-size:18px}.three-block-section .block-text p{margin-top:0;font-size:14px;line-height:1.4}@media(min-width: 768px){.three-block-section .blocks-wrapper{flex-wrap:nowrap}.three-block-section .block{width:calc(33.333% - 20px)}.three-block-section .block-text h3{font-size:20px}.three-block-section .block-text p{font-size:16px}}