#scene_1 {
    /*height: 480px; */
}
.banner_content.login_content {
    width: 100%;
    max-width: 800px;
    margin-top: 155px;
}
.login_content h2 {
    /*font-size: 19px; */
}
ul.support_list {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-bottom: 0;
}
.support_list li {
    display: block;
    background: #37938c;
    padding: 25px 40px;
    border-radius: 10px;
    color: #fff;
}
.support_list span {
    width: 100%;
    display: block;
    color: #fff;
}
.support_list span a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.why-choose-two__single { 
    background: #fff; 
    color: #5ea281; 
    border: 2px solid #5ea281;
    box-shadow: 0px 4px 7px #0000001a;
}

.why-choose-two__single-icon { 
    border: 1px solid #5ea281; 
}
.why-choose-two__single span {
    color: #5ea281 !important;
}
.why-choose-two__single-icon span::before { 
    color: #5ea281; 
}



.faq-item { position: relative; margin-bottom:20px; }
.faq-text {
    max-height: 70px; 
    overflow: hidden;
    transition: .3s ease;
}
.faq-text.expanded {
    max-height: 1500px;
}
.toggle-btn {
    color: #007bff;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    margin-top: 6px;
}
.why-choose-two__single {
    height: -webkit-fill-available;
    max-height: 500px;
}




