.benefits{display:flex;flex-wrap:wrap;margin:30px auto;max-width:1120px;width:100%}.benefits .benefit{align-items:center;background-color:#f5f5f5;display:flex;flex:1 0 21%;flex-direction:column;justify-content:space-between;margin:5px;min-height:272px;padding:30px;text-align:center}@media screen and (max-width:940px){.benefits .benefit{height:auto}}@media screen and (max-width:840px){.benefits .benefit{flex:1 0 30%}}@media screen and (max-width:600px){.benefits .benefit{flex:1 0 45%}}@media screen and (max-width:480px){.benefits .benefit{flex:1 0 90%}}.benefits .benefit .title{font-weight:500;margin-bottom:20px}.benefits .benefit .description{display:none}.benefits .benefit .icon-holder{height:80px;margin-bottom:20px;width:80px}.benefits .benefit .icon-holder img{height:100%;object-fit:contain;width:100%}.benefits .benefit button{background:none;border:none;color:#0264dc;cursor:pointer;font-size:16px}.overflow-hidden{overflow:hidden}.benefit-modal{background-color:#000;background-color:rgba(0,0,0,.7);height:100%;left:0;opacity:0;overflow:auto;position:fixed;top:0;width:100%;z-index:-1}.benefit-modal.show{opacity:1;z-index:9999}.benefit-modal .modal-content{background-color:#fefefe;border:1px solid #888;margin:10% auto;max-width:950px;opacity:0;padding:141px 160px;position:relative;transform:translateY(-20px);transition:opacity .5s,transform .5s;width:85%}@media screen and (max-width:600px){.benefit-modal .modal-content{padding:30px 50px}}.benefit-modal .modal-content.show{opacity:1;transform:translateY(0)}.benefit-modal .modal-content .close{color:#aaa;cursor:pointer;float:right;font-size:28px;font-weight:700;position:absolute;right:15px;top:15px}.benefit-modal .modal-content .close:focus,.benefit-modal .modal-content .close:hover{color:#000;cursor:pointer;text-decoration:none}.benefit-modal .modal-content .modal-header{align-items:center;display:flex;margin-bottom:20px}.benefit-modal .modal-content .modal-header .modal-title{font-weight:500;margin-left:20px}.benefit-modal .modal-content .modal-header .icon-holder{height:80px;width:80px}.benefit-modal .modal-content .modal-header .icon-holder img{height:100%;object-fit:contain;width:100%}.benefit-modal .modal-content .modal-description{margin-top:10px}.benefit-modal .modal-content .modal-buttons{display:flex;justify-content:space-between;margin-top:20px}.benefit-modal .modal-content .modal-buttons button{background-color:#0264dc;border:none;color:#fff;cursor:pointer;font-size:20px;padding:10px 14px;position:absolute;top:50%;transform:translateY(-50%)}.benefit-modal .modal-content .modal-buttons button:hover{background-color:#004080}.benefit-modal .modal-content .modal-buttons button#prevButton{left:0;transform:translateY(-50%) rotate(180deg)}.benefit-modal .modal-content .modal-buttons button#nextButton{right:0}.aaaa{background-color:red;height:50px}