.containers {
    background-color: #1C438C;
    width: 100%;
    min-height: 500px;
    justify-content: center;
    align-items: center;
    padding: 140px 10px 100px 10px;
    display: flex;
    flex-wrap: wrap;
    z-index: 2;
}

.text-header {
    max-width: 770px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.text-header h2 {
    color: var(--white);
    font-size: 36px;
    font-weight: 400;
}

.text-header h1 {
    color: var(--white);
    font-size: 56px;
    font-weight: 700;
   line-height: 60px;
}

.text-header p {
    color: #F5F6FA;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
}

.image-bian img {
    max-width: 500px;
    height: auto;
    margin-top: -70px;
}

@media (max-width:1260px) {
    .image-bian img {
        margin-top: 0px;
        width: 350px;
    }
}

.button-faq .btn {
    width: 220px;
    padding: 8px 20px 8px 20px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    border: 2px solid #ffffff;
    justify-content: center;
    align-items: center;
    display: flex;
}

.button-faq .bx {
    font-size: 28px;
}

.btn {
    display: inline-block;
    padding: 0.9rem 1.8rem;
    font-size: 16px;
    font-weight: 700;
    color: white;
    border: 3px solid rgb(255, 255, 255);
    cursor: pointer;
    position: relative;
    background-color: transparent;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: inherit;
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255);
    transform: translateX(-100%);
    transition: all .3s;
    z-index: -1;
}

.btn:hover::before {
    transform: translateX(0);
}

.btn:hover {
    color: #1C438C;
}
.second-container{
    padding: 100px 50px;
}
.title h1 {
    text-align: center;
    font-size: 50px;
    margin-bottom: 55px;
    line-height: 50px;
}

.cards {
    display: flex;
    gap: 50px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (max-width:1024px) {
    .cards {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

.card h2 {
    line-height: 20px;
    color: #1C438C;
    margin-bottom: 10px;
    font-size: 24px;
}

.card .small {
    font-size: 15px;
    font-weight: 300;
}

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 34px;
    height: 34px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #1C438C;
    border-radius: 0 4px 0 30px;
    transition: all 0.35s ease;
}


.card1 {
    display: block;
    position: relative;
    max-width: 300px;
    background-color: #ffffff;
    border: 1px solid #DADADA;
    border-radius: 6px;
    padding: 32px 24px 28px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    transition: all .3s ease;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -10px;
    right: -10px;
    background: #1C438C;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.3s ease-out;
}

.card1:hover {
    box-shadow: 0 8px 50px #23232365;
    border: none;
}

.card1:hover:before {
    transform: scale(21);
}

.card1:hover h2 {
    transition: all 0.5s ease-out;
    color: #ffffff;
}
.card1:hover .small{
    color: #ffffff;
}
.card1:hover .go-corner {
    background-color: #ffffff;
}


.slider {
    margin: 100px auto 0px auto;
    max-width: 940px;
}


.slide_viewer {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.slide {
    display: none;
    position: absolute;
    width: 100%;
}
/* @media (max-width:700px) {
    .slide_viewer{
        height: 400px;
    }
    .slide_group{
        height: 400px;
    }
} */

.slide img {
    width: 100%;
    object-fit: fill;
}

.slide:first-child {
    display: block;
}

.slide_buttons {
    left: 0;
    position: relative;
    right: 0;
    text-align: center;
}

a.slide_btn {
    color: #6a6867;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
    color: var(--blue);
    cursor: pointer;
}

.faq-drawer {
    margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
    margin-top: 5px;
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.faq-drawer__title {
    border-top: #A1A1A1 1px solid;
    cursor: pointer;
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    padding: 30px 0 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
    font-family: 'Lato';
}

.faq-drawer__title1 {
    border-top: #A1A1A1 0px solid;
    cursor: pointer;
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    padding: 0 0 0 0;
    position: relative;
    margin-bottom: 0;
    transition: all 0.25s ease-out;
}

.faq-drawer__title::after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 15px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 15px;
    border-color: #1C438C;
}


.faq-drawer__title1::after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    float: right;
    height: 15px;
    left: 2px;
    position: relative;
    right: 20px;
    top: 2px;
    transform: rotate(135deg);
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 15px;
    border-color: #1C438C;
}


.faq-drawer__title:hover {
    color: #4E4B52;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked+.faq-drawer__title {
    color: #1C438C;
}

.faq-drawer__trigger:checked+.faq-drawer__title1 {
    color: #1C438C;
}

.faq-drawer__trigger:checked+.faq-drawer__title1+.faq-drawer__content-wrapper {
    max-height: 350px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

.faq-drawer__trigger:checked+.faq-drawer__title1::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}

@media only screen and (max-width: 600px) {
    .faq {
        padding: 40px;
    }

    .containers{
        padding: 100px 45px 100px 45px;
    }
}



.faq-title h1 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1C438C;
}

.faq-title {
    margin-bottom: 80px;
}
