.containers{display:flex;flex-wrap:wrap;justify-content:space-around;padding:20px}.cards{background:#fff;margin:10px 0;padding:20px;text-align:start;transition:all .3s ease;width:20%}.cards img{height:50px;margin-bottom:15px;width:50px}.ar{height:auto!important;margin-bottom:0!important;margin-left:10px!important;width:auto!important}.cards h3{color:#000;font-size:29px;margin:10px 0}.cards p{color:#000;font-size:14px}.cards .ar,.cards .faa{transition:opacity .3s ease-in-out}.cards a{align-items:center;color:#ed5b00;display:flex!important;display:inline-block;font-weight:700;justify-content:start;margin-top:10px;text-decoration:none}.cards a:hover{text-decoration:underline}.cards:hover{box-shadow:0 4px 10px rgba(0,0,0,.2);transform:translateY(-5px)}@media (max-width:1100px){.cards{width:30%}.master{height:auto!important}.container,.master{position:unset!important}}@media (max-width:768px){.cards{width:45%}}@media (max-width:480px){.cards{width:90%}}