@charset "utf-8";.Section__cards{display:grid;grid-template-columns:repeat(2,calc((100% - var(--column-gap) * 1) / 2));grid-gap:var(--column-gap)}.Section__card{display:block;position:relative}.Section__card-in{position:relative;z-index:1;border-radius:8px;box-sizing:border-box;padding-bottom:calc(100% / 157 * 100);background-color:#EDF2F7}.Section__card-logo{display:block;position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%,-50%);width:100%;height:auto;max-width:100%;max-height:120px;padding:0 20px;box-sizing:border-box}.Section__card--main .Section__card-logo{max-height:300px}.Section__card--descriptor .Section__card-logo{max-height:200px}@media (max-width:1660px){.Section__card-in{padding-bottom:calc(100% / 147 * 95)}}@media (max-width:732px){.Section__cards{grid-template-columns:100%}.Section__card-in{padding-bottom:calc(100% / 164 * 95)}.Section__card-logo{max-height:68px;padding:0 16px}.Section__card--main .Section__card-logo{max-height:130px}.Section__card--descriptor .Section__card-logo{max-height:100px}}