.home-features-section { margin-bottom: 40px; }

@media (min-width: 768px) { .home-features-section { margin-bottom: 60px; } }

@media (min-width: 1200px) { .home-features-section { margin-bottom: 100px; } }

.home-features-section .title-section { max-width: 540px; margin-bottom: 20px; }

@media (min-width: 768px) { .home-features-section .title-section { margin-bottom: 40px; } }

.home-features-section .text-section { max-width: 540px; margin-bottom: 20px; }

@media (min-width: 768px) { .home-features-section .text-section { margin-bottom: 40px; } }

@media (min-width: 1200px) { .home-features-section .text-section { margin-bottom: 100px; } }

.home-features-section .column-list { position: relative; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 100vw; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.home-features-section .column-item { padding-top: 100%; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; position: relative; display: block; text-decoration: none; }

@media (min-width: 480px) { .home-features-section .column-item { max-width: 50%; padding-top: 50%; } }

@media (min-width: 768px) { .home-features-section .column-item { max-width: 33.33%; padding-top: 33.333%; } }

@media (min-width: 1024px) { .home-features-section .column-item { max-width: 25%; padding-top: 25%; } }

@media (min-width: 1200px) { .home-features-section .column-item { max-width: 20%; padding-top: 20%; } }

.home-features-section .column-item:hover:before { -webkit-clip-path: circle(100% at 50% 50%); clip-path: circle(100% at 50% 50%); }

.home-features-section .column-item:before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; background: rgba(211, 45, 35, 0.33); -webkit-clip-path: circle(0% at 50% 50%); clip-path: circle(0% at 50% 50%); -webkit-transition: 0.5s; transition: 0.5s; }

.home-features-section .column-item:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; background: rgba(31, 31, 31, 0.33); }

.home-features-section .column-item .title-block { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; padding: 20px; font-weight: 700; text-transform: uppercase; font-size: 18px; color: #fff; text-align: center; font-family: "Nunito", "Arial", "Helvetica Neue", "Helvetica", sans-serif; margin: 0; z-index: 10; }

/*# sourceMappingURL=block-home-features.css.map */
