.question-cards{margin-top:60px;display:grid}.question-cards__card{padding-block:50px;cursor:pointer;text-align:left;width:100%;min-height:150px;max-height:150px;font:inherit;color:inherit;background:0 0;border:none;padding-right:30px;transition:max-height .5s cubic-bezier(.4,.2,.2,1);position:relative;overflow:hidden}.question-cards__card:last-child{border-bottom:1px solid #ececec}.question-cards__card--active{max-height:2000px}.question-cards__card--active .question-cards__card-icon:before{opacity:0;transform:scale(0)}.question-cards__card--active .question-cards__card-icon:after{opacity:1;transform:scale(1)}.question-cards__card--active .question-cards__card-text{opacity:1}.question-cards__card-heading{justify-content:space-between;align-items:flex-start;gap:20px;width:100%;max-width:1500px;display:flex}.question-cards__card-title{width:100%;max-width:550px;font-family:Montserrat,sans-serif;font-size:25px;font-style:normal;font-weight:600;line-height:97%}.question-cards__card-subtitle-wrap{justify-content:space-between;align-items:flex-start;width:100%;max-width:775px;display:flex}.question-cards__card-text{opacity:0;max-width:700px;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:400;transition:opacity .3s ease-in-out}.question-cards__card-icon{width:25px;min-width:25px;height:25px;transition:all .3s ease-in-out;position:absolute;top:50px;right:0}.question-cards__card-icon:before{content:"";opacity:1;background:url(/images/question-arrow.svg) 50% no-repeat;width:100%;height:100%;transition:all .3s ease-in-out;position:absolute;top:0;left:0;transform:scale(1)}.question-cards__card-icon:after{content:"";opacity:0;background:url(/images/question-close.svg) 50% no-repeat;width:100%;height:100%;transition:all .3s ease-in-out;position:absolute;top:0;left:0;transform:scale(0)}@media screen and (max-width:768px){.question-cards__card{padding-block:40px}.question-cards__card-heading{flex-direction:column;align-items:flex-start;width:100%;height:100%;display:flex}.question-cards__card-text{padding-bottom:40px}.question-cards__card-icon{top:40px}}

