.custom-module{align-items:stretch;background-color:#fff;flex-wrap:wrap;gap:20px;margin:0 auto;max-width:1200px}.custom-box,.custom-module{display:flex;justify-content:space-between;padding:20px}.custom-box{border:1px solid #000;box-sizing:border-box;flex:1;flex-direction:column;max-width:280px;text-align:left}.custom-box h3{font-size:1.4rem;font-weight:700;margin:10px 0;padding:0}.custom-box p{font-size:.9rem;font-weight:400;margin:10px 0 50px;padding:0}.custom-button{border-radius:5px;display:inline-block;font-size:.9rem;margin-top:auto;padding:10px 15px;text-align:center;text-decoration:none;transition:background-color .3s,color .3s}.custom-button-1:hover{background-color:green;color:#000}.custom-button-2:hover,.custom-button-3:hover,.custom-button-4:hover{background-color:#a9a9a9;color:#fff}.custom-button-1{background-color:#00f596;color:#000}.custom-button-2,.custom-button-3,.custom-button-4{background-color:#000;color:#fff}@media (max-width:768px){.custom-module{flex-direction:column;gap:10px}.custom-box{flex:1 1 100%;max-width:100%}}