.layout-4-wrapper{width:100%;display:block}.layout-4-content-wrapper{flex-wrap:wrap;font-size:0;display:flex;position:relative}.layout-4-container{flex-wrap:wrap;padding:30px 0 30px 0;display:flex;align-items:stretch;justify-content:flex-start}.layout-4-child-wrapper{width:33.33%;font-size:0;position:relative;padding:0 15px;margin:15px 0;display:flex;flex-wrap:wrap}.layout-4-item{width:100%;display:flex;position:relative}.layout-4-item-image{width:100%;height:300px;position:relative;overflow:hidden}.layout-4-item-image img{width:100%;height:100%;object-position:center;object-fit:cover;transition:all 150ms ease-in 0s}.layout-4-item:hover .layout-4-item-image img{transform:scale(1.05)}.layout-4-item-overlay{position:absolute;width:100%;height:100%;z-index:50;display:flex;align-items:flex-end;justify-content:flex-start;transition:all 500ms ease 0s;top:0;left:0;background:rgba(0,0,0,.3)}.layout-4-item-content-wrapper{display:flex;width:100%;padding:30px}.layout-4-item-content{display:flex;width:100%;align-items:center;justify-content:flex-start}.layout-4-item-title{display:inline-block;color:#fff;font-size:16px;line-height:26px}.layout-4-item-ikon{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:30px;margin-right:15px;transition:all 200ms ease 0s;color:var(--color-1)}.layout-4-item:hover .layout-4-item-ikon{background:var(--color-1);color:#fff}@media (max-width:1200px){.layout-4-wrapper{padding:30px 0!important}}@media (max-width:1024px){.layout-4-child-wrapper{width:50%}.layout-4-item-title{font-size:14px;line-height:24px}}@media (max-width:600px){.layout-4-child-wrapper{width:100%}.layout-4-item-image{height:auto}}