.section-cards{width:100%;margin:0;background-color:#f5f5f5;border-bottom:4px solid #ffb500;padding-bottom:80px}
.card-background{background:none !important}
.title-card{display:none}
.cards_{display:flex;max-width:1120px;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;padding-left:0;padding-right:0;margin:0 auto;padding-top:37px}
.card{width:211px;height:210px;background-color:blue;padding:15px;border:0;border-radius:24px;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:all .5s ease-in-out}
.card_{display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700}
.card_>img{width:64px;height:64px}
.card p{color:#fff;display:flex;justify-content:center;margin:0;margin-top:32px;font-style:normal;font-size:14px;text-transform:uppercase}
.card__{display:flex;flex-direction:column;align-items:center;justify-content:space-between;font-weight:700}
.card_back p{margin-top:0}
.card_back p+p{display:flex;align-items:center;justify-content:space-between;text-align:center;text-transform:none;font-weight:400;margin-top:0;height:130px}
.card p span{margin-left:4px;margin-bottom:-1px}
.arrow-right{display:block}
.arrow-right-mobile{display:none}
.hr{margin:0;border:4px solid #ffb500}
.cards-title h2{display:none}
@media screen and (max-width:500px){.title-card{display:block;font-size:18px;font-weight:700;line-height:22px;letter-spacing:0;text-align:center;padding-top:30px;margin-bottom:-21px}
.cards-title h2{display:block;color:#030061;text-align:center;font-size:16px;font-style:normal;font-weight:700;line-height:150%;text-transform:uppercase;margin-top:32px}
.card{width:100%;display:flex;align-items:center;justify-content:start;flex-direction:row;width:382px;height:96px;gap:8px;border-radius:8px}
.card_{width:100%;display:flex;align-items:center;justify-content:start;flex-direction:row;width:382px;height:96px;padding:0 16px;gap:8px}
.card>img{width:70px;height:70px}
.card p{margin-top:0;margin-left:24px}
.arrow-right{display:none}
.arrow-right-mobile{display:block}
}
@media screen and (max-width:390px){.card{width:340px}
}
.flip-container{width:211px;height:210px;perspective:1000px}
.flipper{position:relative;width:100%;height:100%;transition:transform .8s;transform-style:preserve-3d}
.front,.back{position:absolute;width:100%;height:100%;backface-visibility:hidden;transition:all .6s ease}
.flip-container:hover .front{opacity:0}
.flip-container:hover .back{opacity:1;z-index:2}
.front{z-index:2}
.back{z-index:0}
.btn-card-2{color:#FFF;font-size:16px;font-weight:700;border-radius:8px;border:2px solid #FFF;padding:6px 25px;transition:all .6s}
.btn-card-2:hover{color:blue;border:2px solid #FFF;transform:scale(1);box-shadow:inset 0 -45px 0 0 #fff}