.frequently-asked-questions{display:flex;flex-direction:column;gap:0;list-style:none;margin:0;padding:0}.frequently-asked-questions__item{border-bottom:1px dashed #ef2222;display:grid;gap:30px;grid-template-columns:repeat(2,1fr);margin-bottom:0;padding-block:30px}.frequently-asked-questions__item:last-child{border-width:0}.frequently-asked-questions__description,.frequently-asked-questions__title{margin-bottom:0}@media(max-width:767px){.frequently-asked-questions__item{gap:16px;grid-template-columns:1fr;padding-block:16px}}