.container-new-features{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-top:20px;width:100%}.card-new-feature{background:#fdfdfd;border:1px solid #f0eeee;border-radius:8px;display:flex;flex-direction:column;overflow:hidden;width:calc(50% - 16px)}.card-new-feature picture{height:auto;width:100%}.card-new-feature picture .img-new-feature{height:100%;object-fit:cover;width:100%}.card-feature-content{height:100%;justify-content:space-between;padding:40px 30px}.card-feature-content,.container-up-feature{display:flex;flex-direction:column;gap:18px}.content-up{align-items:center;display:flex;gap:10px}.content-up h3{color:#00004d;font-family:Manrope;font-size:24px;font-weight:500;letter-spacing:-.03em;line-height:110%;margin:0}.content-up img{margin:0}.content-center p{color:#000;font-family:Manrope;font-size:18px;font-weight:500;margin:0;opacity:70%}.content-bottom .feature-btn{background:#00004d;border:1px solid #00004d;border-radius:8px;color:#fff;display:flex;font-family:Manrope;font-size:14px;font-weight:500;padding:8px 20px;text-decoration:none;transition:all .3s ease;width:fit-content}.content-bottom .feature-btn:hover{transform:scale(1.05)}@media screen and (max-width:900px){.card-new-feature{width:calc(50% - 60px)}}@media screen and (max-width:767px){.card-new-feature{width:100%}}@media screen and (max-width:600px){.card-feature-content{padding:30px 20px}}