.custom-columns{display:flex;justify-content:space-between;margin:0;width:100%}.custom-column{background-color:#ccc;background-position:50%;background-size:cover;height:480px;margin:0;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:25%}.custom-column h3{bottom:100px;font-size:22px;font-weight:500;margin:0;opacity:1}.custom-column .column-content,.custom-column h3{color:#fff;left:20px;position:absolute;right:20px;transition:opacity .3s ease-in-out}.custom-column .column-content{background-color:transparent!important;border-radius:5px;bottom:20px;opacity:0;padding:0}.custom-column:hover .column-content{opacity:1}@keyframes expandWidth{0%{width:25%}to{width:30%}}.custom-column:hover{animation:expandWidth .5s ease-out forwards}h3{font-size:18px;font-weight:700;margin:0}custom-column p{font-size:16px;line-height:1.3;margin-top:0}@media (max-width:767px){@keyframes expandWidth{0%{width:30%}to{width:100%}}.custom-column{background-color:#ccc;background-position:50%;background-size:cover;height:320px!important;margin:0;overflow:hidden;position:relative;transition:all .3s ease-in-out;width:100%!important}.custom-columns{align-content:flex-start!important;align-items:stretch!important;display:flex!important;flex-direction:column!important;margin:0;width:100%}.custom-column:hover{animation:none!important;width:100%}}