.cards{margin-top:40px!important;margin-bottom:0!important;padding-left:0!important;list-style:none!important}@media (min-width:768px){.cards{margin-top:60px!important;margin-bottom:30px!important}}.cards__item{margin-bottom:30px!important;padding-left:0!important}.cards__item.is-green .cards__item-imgwrap:before,.cards__item.is-orange .cards__item-imgwrap:before,.cards__item.is-yellow .cards__item-imgwrap:before{background-size:contain;background-position:bottom;background-repeat:no-repeat}.cards__item.is-green .cards__item-wrap{background-color:var(--color-pale-green)}.cards__item.is-green .cards__item-imgwrap:before{background:url(../../../img/pattern_card-1.svg)}.cards__item.is-green .cards__item-btn:before{background-color:var(--color-lime)}.cards__item.is-orange .cards__item-wrap{background-color:var(--color-pale-orange)}.cards__item.is-orange .cards__item-imgwrap:before{background:url(../../../img/pattern_card-2.svg)}.cards__item.is-orange .cards__item-btn:before{background-color:var(--color-tangerine)}.cards__item.is-yellow .cards__item-wrap{background-color:var(--color-pale-yellow)}.cards__item.is-yellow .cards__item-imgwrap:before{background:url(../../../img/pattern_card-3.svg)}.cards__item.is-yellow .cards__item-btn:before{background-color:var(--color-yellow)}.cards__item:before{display:none}.cards__item:last-child{margin-bottom:0!important}.cards__item-wrap{padding:35px;border-radius:4px}@media (min-width:768px){.cards__item-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:50px 35px 35px 60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.cards__item-imgwrap{position:relative;margin-bottom:30px;padding-left:15px}@media (min-width:768px){.cards__item-imgwrap{width:160px;margin:0;padding:0;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.cards__item-imgwrap:before{position:absolute;top:-15px;left:0;width:110px;background-size:cover!important;height:100%;content:""}@media (min-width:768px){.cards__item-imgwrap:before{top:-20px;left:-20px;width:160px;height:160px}}.cards__item-img{background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;position:relative;width:110px;height:110px;border-radius:50%}@media (min-width:768px){.cards__item-img{width:160px;height:160px}}.cards__item-img img,.cards__item-img picture{position:absolute;width:0;height:0;visibility:hidden;opacity:0}@media (min-width:768px){.cards__item-content{width:calc(100% - 160px);padding-left:30px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.cards__item-title{margin-bottom:20px!important;color:var(--color-forest-green)!important}@media (min-width:768px){.cards__item-title{font-size:var(--font-size-28)!important}}.cards__item-text{display:block!important;margin-bottom:20px!important}.cards__item-btn{position:relative;display:inline-block;padding-bottom:15px;color:var(--color-evergreen)!important;font-weight:900!important;font-size:var(--font-size-16)!important;font-family:var(--font-family-head)!important;text-transform:uppercase!important;text-decoration:none!important;letter-spacing:2px!important;line-height:1!important}.cards__item-btn:before{position:absolute;top:auto!important;right:auto!important;bottom:0!important;left:50%!important;width:100%;height:4px;border:none!important;border-radius:0!important;background-color:var(--color-tangerine);-webkit-transform:translateX(-50%);transform:translateX(-50%);content:"";-webkit-transition:all .25s ease-out!important;transition:all .25s ease-out!important}.cards__item-btn:focus,.cards__item-btn:focus-within,.cards__item-btn:hover{color:var(--color-evergreen);text-decoration:none}.cards__item-btn:focus-within:before,.cards__item-btn:focus:before,.cards__item-btn:hover:before{width:90%}