#questions-section{justify-content:space-between;display:flex}#questions-section>*{width:50%}.title{margin:0 8vw}.title h2{margin-top:14vw;line-height:100%}.title p{width:calc(25vw + 100px);margin:10px 0}.title button{background-color:#f75e62;margin:100px 0}#questions{margin:14vw 8vw 0 0}.question{color:#2e2e2e;border-bottom:3px solid #d3d3d3;margin-bottom:50px}.question h3{justify-content:space-between;margin:20px 0;display:flex}.question img{width:20px;height:20px;transform:rotate(90deg)}.question p{margin-bottom:20px;overflow:hidden}.question-container{grid-template-rows:0fr;display:grid}@media screen and (max-width:1000px){#questions-section{flex-direction:column}#questions-section>*{width:100%}.title{text-align:center;margin:0}.title p{margin:10px auto}.title h2{margin-top:150px;line-height:100%}#questions{width:60%;margin:0 auto}}
