.FaqSection-Master{width:100%;font-family:NeueMontreal;padding:2rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;height:99vh}@media (max-width: 768px){.FaqSection-Master{flex-direction:column;padding:2rem 1rem}}.FaqSection-Master .FaqSectionImage{width:45%;height:100%}@media (max-width: 768px){.FaqSection-Master .FaqSectionImage{display:none}}.FaqSection-Master .FaqSectionImage img{width:100%;height:100%}.FaqSection-Master .QueAnsMain{width:55%;height:100%;font-family:NeueMontreal;padding:0 1rem;overflow:auto}@media (max-width: 768px){.FaqSection-Master .QueAnsMain{width:100%;padding:0}}.FaqSection-Master .QueAnsMain p{font-size:4.5vw;font-weight:500;font-family:NeueMontreal}@media (max-width: 768px){.FaqSection-Master .QueAnsMain p{font-size:8vw}}.FaqSection-Master .QueAns{width:100%;font-family:NeueMontreal;border-bottom:2px dashed #bababa}.FaqSection-Master .FaqQue{display:flex;align-items:center;cursor:pointer;justify-content:space-between}.FaqSection-Master .FaqQue div{font-size:18px;font-family:NeueMontreal;font-weight:400}.FaqSection-Master .FaqQue span{font-size:35px;font-family:NeueMontreal;font-weight:300;transition:transform .3s ease}.FaqSection-Master .FaqAns{max-height:0;font-family:NeueMontreal;overflow:hidden;transition:max-height .4s ease,opacity .3s ease;opacity:0}.FaqSection-Master .FaqAns p{font-size:22px;font-weight:400;font-family:NeueMontreal;line-height:1.4;padding:0 0 1rem}.FaqSection-Master .FaqAns.open{max-height:200px;font-family:NeueMontreal;opacity:1}