.faqs {
    padding-top: 90px;
}
.header-container {
    width: 480px;
    flex-shrink: 0;
}
.header-container .section-name-container {
    padding-top: 150px;
}
.main-faqs-wrapper {
    width: 100%;
}
.faqs-list-container {
    padding-top: 150px;
    padding-bottom: 150px;
}
.faqs-info-wrapper {
    width: 720px;
    flex-shrink: 0;
}
.faqs-info-container {
    background-color: var(--grey);
    height: 100%;
}


.list-button-line {
    width: 30px;
    height: 1px;
    background-color: var(--dark);
}
.list-button {
    padding-right: 40px;
    position: relative;
    top: 7px;
}


.list-item-wrapper:not(:last-child) {
    margin-bottom: 15px;
}
.list-item-wrapper:not(:last-child) .list-item .list-content .list-text{
    padding-bottom: 75px;
}
.list-content {
    overflow: hidden;
}
.list-header {
    font-size: 1rem;
    padding-bottom: 35px;
}
.list-item {
    padding-right: 60px;
    cursor: pointer;
}
.list-button-line:first-child {
    transform: rotate(0deg);
    transition: all .7s ease;
}
.list-button-line:nth-child(2) {
    transform: rotate(0deg);
    position: relative;
    bottom: 0;
    transition: all .7s ease;
}
.list-item-active .list-button .list-button-line:first-child {
    transform: rotate(45deg);
}
.list-item-active .list-button .list-button-line:nth-child(2) {
    transform: rotate(-45deg);
    position: relative;
    bottom: 1px;
}



.faqs-info {
    padding-top: 150px;
    padding-left: 60px;
    padding-bottom: 150px;
}
.services-header-container .section-name-container {
    margin-left: 0;
}



.faqs-list h4 {
    font-size: 1.1rem;
    color: var(--green);
    margin-bottom: 20px;
    padding-top: 45px;
    padding-right: 20px;
    font-weight: normal;
}
.faqs-list em strong {
    font-weight: bold;
    font-style: italic;
}
.faqs-list a {
    color: var(--blue);
    text-decoration: underline;
    font-weight: normal;
}
.faqs-list ul {
    margin-left: 25px;
    padding-right: 60px;
}
.faqs-list ul li {
    list-style-type: disc;
    color: var(--blue);
    padding-bottom: 10px;
    line-height: 1.3rem;
    font-weight: normal;
}





@media only screen and (max-width: 1740px) {
    .faqs-info-wrapper {
        width: 600px;
    }
}
@media only screen and (max-width: 1640px) {
    .header-container {
        width: 360px;
    }
}
@media only screen and (max-width: 1440px) {
    .faqs-info-wrapper {
        width: 300px;
    }
}
@media only screen and (max-width: 1280px) {
    .faqs-info-wrapper {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    .faqs {
        display: block;
    }
    .header-container .section-name-container {
        padding-top: 0;
    }
    .list-item {
        padding-left: 60px;
    }
    .faqs-list-container {
        padding-top: 0;
    }
}
@media only screen and (max-width: 768px) {
    .list-item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-container {
        width: auto;
    }
    .header-container .section-name-container {
        margin-left: 15px;
    }
}
@media only screen and (max-width: 575px) {

}