.header-how-it-works{
    padding: 5% 0;
    background-image: linear-gradient(to left bottom, #024064, #003654, #002d45, #002337, #011a29);
    text-align: center;
    border-bottom-right-radius: 100px;
}
.header-how-it-works .breadcrumb{
    justify-content: center;
}
.header-how-it-works .breadcrumb ul li{
    background: #034269;
    float: left;
    font-size: 14px;
}
.header-how-it-works .breadcrumb ul li:first-child{
    border-top-left-radius: 10px;
}
.header-how-it-works .breadcrumb ul li:first-child:after{
    content: "/";
    color: #fff;
}
.header-how-it-works .breadcrumb ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 15px;
}
.header-how-it-works .breadcrumb ul li a:hover{
    color: #ed1d24;
}
.header-how-it-works .breadcrumb ul li:nth-child(2){
    padding: 15px;
    color: #a5a5a5;
    border-bottom-right-radius: 10px;
}
.header-how-it-works .header-content{
    width: 60%;
    margin: 0 auto;
}
.header-how-it-works .header-content h1{
    font-size: 40px;
    color: #fff;
    line-height: 1.1;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.header-how-it-works .header-content p{
    color: #a5a5a5;
}

.works{
    padding-top: 4%;
    padding-bottom: 3%;
}
.works .box{
    background: #1baaa0;
    /* background: #fa4e54; */
    border-radius: 50px;
    padding: 30px;
    margin-bottom: 4rem;
}
.works .box .no{
    background-color: #023b5f;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 25px;
    font-size: 1.2em;
    border-bottom: 3px solid #fff;
}
.works .box h2{
    color: #fff;
    font-size: 2.5vw;
    line-height: 2.8vw;
    margin-bottom: 1rem;
}
.works .box p{
    font-weight: 500;
    color: #fff;
}
.works .box img{
    border-radius: 20px;
}

div#six-icon-box{
    margin-bottom: 4%;
}
div#six-icon-box h2 {
    font-size: 40px;
    text-align: center;
}

div#six-icon-box p {text-align: center;margin-top: 10px;}

div#six-icon-box .box {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

div#six-icon-box .box.box-1,
div#six-icon-box .box.box-3,
div#six-icon-box .box.box-5 {
    background-color: #fbf5f0;
}

div#six-icon-box .box.box-2,
div#six-icon-box .box.box-4,
div#six-icon-box .box.box-6 {
    background-color: #e8f6f5;
}

div#six-icon-box .box h4,
div#six-icon-box .box p{
    text-align: left;
    line-height: 1.6;
}
div#six-icon-box .box p{
    font-weight: 500;
    color: #949494;
}

div#six-icon-box .box .col-md-3 img{
    border-radius: 15px;
}

.faq{
    background-color: #fbf5f1;
    padding: 4% 0;
}
.faq h2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 15px;
}
.faq p{
    line-height: 1.3;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.faq__section .accordion-flush .accordion-item .accordion-button {
    font-size: 16px !important;
    font-weight: 600;
}
.faq__section .accordion-item {
    margin: 15px 0;
    border: 1px solid #d7d7d7 !important;
}
.faq__section .accordion-item h2{
    margin-bottom: 0px;
}
.faq__section .accordion-item:first-child h2.accordion-header,
.faq__section .accordion-item:first-child,
.faq__section .accordion-item:first-child .accordion-button{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.faq__section .accordion-item:last-child h2.accordion-header,
.faq__section .accordion-item:last-child,
.faq__section .accordion-item:last-child .accordion-button{
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.faq__section .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #e5e5e5;
}
.faq__section .accordion-button:focus{
    box-shadow: none;
}
.faq__section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

@media screen and (max-width:1200px) {
    .header-how-it-works .header-content {
        width: 100%;
    }
    .header-how-it-works .header-content p{
        margin: 0 auto;
        width: 80%;
    }
    div#six-icon-box .row.mt-5 .col-md-4{
        width: 50%;
    }
    .works .box .no {
        padding: 10px;
        border-radius: 17px;
    }
    .faq {
        padding: 6% 3%;
    }
}

@media screen and (max-width:767px) {
    .faq__section .accordion-flush .accordion-item .accordion-button {
        font-size: 14px !important;
    }
    .container.works .box .no{
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: 2rem;
    }
    .works{
        padding-top: 5rem;
        padding-bottom: 4rem;
    }
    .works .box h2{
        font-size: 30px;
        line-height: 1.2;
    }
    .container.works .box .row .col-md-3{
        display: flex;
        justify-content: center;
        margin-top: 2rem;
    }
    div#six-icon-box h2{
        line-height: 1.1;
    }
    div#six-icon-box .box{
        flex-direction: column;
    }
    div#six-icon-box .box .col-md-3{
        margin-right: auto;
    }
    div#six-icon-box .box .col-md-3 img{
        margin-bottom: 1rem;
    }
    .faq h2{
        line-height: 1.1;
    }
    .header-how-it-works{
        border-bottom-right-radius: 50px;
        padding: 5rem 0;
    }
    .faq{
        padding: 5rem;
    }
}

@media screen and (max-width:575px) {
    .header-how-it-works .header-content h1,
    .faq h2 {
        font-size: 35px;
    }
    .works .box h2 {
        font-size: 25px;
    }
    .faq p {
        width: 100%;
    }
    .faq {
        padding: 5rem 1rem;
    }
    .row.faq__section.mt-4 .col-md-6:first-child div#faqq .accordion-item:last-child{
        margin-bottom: 0px;
    }
    div#six-icon-box .row.mt-5 .col-md-4{
        width: 100%;
    }
}