@charset "utf-8";.Section__card{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;position:relative;z-index:1;border-radius:8px;box-sizing:border-box;border:1px solid #EDF2F7;background-color:#EDF2F7;height:100%;min-height:500px;width:100%;box-sizing:border-box;overflow:hidden}.Section:nth-child(2n+2) .Section__card{align-items:flex-start}.Section__card-content{display:block;position:relative;z-index:2;padding:40px 80px;height:fit-content;width:100%;max-width:340px;box-sizing:content-box}.Section__card-header{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center}.Section__card-title{color:#000000;font-size:32px;font-weight:700;line-height:38px}.Section__card-logo{display:block;width:50px;height:50px;flex-shrink:0;margin-left:20px}.Section__card-text{color:#000000;font-size:16px;font-weight:400;line-height:20px;margin-top:24px}.Section__card-text .Link{font-weight:700}.Section__card-image{display:block;position:absolute;z-index:1;width:100%;max-width:calc(100% - (340px + 80px + 80px));height:auto;top:50%;left:0;right:auto;transform:translateY(-50%)}.Section:nth-child(2n+2) .Section__card-image{left:auto;right:0}@media (max-width:732px){.Section__card{min-height:unset!important}.Section__card-content{padding:32px 12px 0 12px;width:calc(100% - 12px * 2)}.Section__card-title{font-size:20px;line-height:24px}.Section__card-logo{width:26px;height:26px;margin-left:12px}.Section__card-text{font-size:14px;line-height:18px;margin-top:18px}.Section__card-image{margin-top:18px;padding:0 12px 32px 12px;position:relative;width:calc(100% - 12px * 2);max-width:unset;height:auto;top:unset!important;left:unset!important;right:unset!important;transform:unset!important}}