.card_deck{max-width:1400px;margin:5vh auto;display:flex;flex-wrap:wrap;justify-content:center}.card{margin:20px;flex-basis:calc(25% - 42px);min-height:50vh;background-color:#fff;border:1px solid;box-shadow:5px 5px 10px #ddd}.card_image{height:50%}.card_text{height:50%;padding:2rem;text-align:center}.card_text h3{font-weight:600}@media only screen and (max-width:1024px){.card{flex-basis:calc(33% - 42px)}}@media only screen and (max-width:768px){.card{flex-basis:calc(50% - 42px)}}@media only screen and (max-width:480px){.card{flex-basis:100%}}.box_wrapper{height:55vh}.box_container{height:100%;position:relative;margin:0 auto 20vh}.box_image{background-position:center;background-size:cover;position:absolute;width:55%;height:100%;right:0;top:20px;border-radius:5px;z-index:-1}.box_text{background-color:var(--silvernail-blue);color:#fff;display:flex;flex-direction:column;justify-content:center;border-radius:5px;box-shadow:5px 5px 10px rgba(0,0,0,.3);min-height:50vh}.box_text p{font-weight:300}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{background-color:#fff}.slick-next{height:3rem;right:-40px;top:46%}.slick-prev{height:3rem;left:-50px;top:46%}.slick-next:before{font-family:fontawesome;content:'\f054';color:#000;font-size:3rem}.slick-prev:before{font-family:fontawesome;content:'\f053';color:#000;font-size:3rem}.slick-dots li button:before{font-size:12px}.slick-disabled{display:none!important}@media only screen and (max-width:1520px){.slick-next{right:0;top:46%;background-color:#fff;width:auto;height:auto;z-index:999;padding:5px;border-radius:5px 0 0 5px}.slick-prev{left:0;top:46%;background-color:#fff;width:auto;height:auto;z-index:999;padding:5px;border-radius:0 5px 5px 0}}@media only screen and (max-width:991px){.box_wrapper{height:unset}.box_container{display:flex;flex-direction:column-reverse;margin-bottom:10vh}.box_text{border-radius:0}.box_image{position:unset;display:flex;flex-direction:column-reverse;height:40vh;width:100%;border-radius:0}}.question_block{border-bottom:2px solid #ededed;padding:20px 20px 30px 20px;cursor:pointer;margin-bottom:2vh;line-height:1.5}.question_block::before{content:"Q.";font-size:2.42857rem;line-height:1.23529;font-weight:700;color:#666a;width:30px;height:30px;position:absolute;left:0;top:-5px}.down_arrow{position:absolute;top:0;right:0;font-size:24px;color:#555;transition:transform .3s linear .2s}.question{padding-left:3vw;font-weight:700;margin-top:-8px}.answer{padding-left:3vw;margin-top:3vh;font-size:14px;display:none}