.icard{color:var(--color);background:var(--background);display:flex;flex-direction:column;justify-content:space-between;border-radius:25px;box-sizing:border-box}.icard:hover .icard__title{color:#f99d1c}@media(min-width: 1025px){.icard{min-height:475px;padding:60px 80px 40px 40px}}@media(min-width: 768px)and (max-width: 1024px){.icard{min-height:375px;padding:45px 50px 30px 30px}}@media screen and (max-width: 767px){.icard{min-height:250px;padding:30px 30px 20px 20px}}.icard--schema_orange{background-color:#f99d1c;color:#fff}.icard--schema_orange:hover .icard__title{color:#122346}.icard__title{transition:.3s ease-in-out}@media screen and (max-width: 767px){.icard__icon img{max-height:75px}}