#header{
    height: 475px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-title {
    width: 617px;
}

.box-title p {
    color: #FFF;
    opacity: 80%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 17px;
}

.white-h1{
    font-size: 36px;
    text-align: center;
    font-weight: 500;
}


.card-reason {
    padding: 25px 24px 24px 25px;
    box-shadow: 0px 4px 10px 0px #00000040;
    border-radius: 17px;
    height: 272px;
    width: 360px;
    margin: 10px 10px;
}

.card-body {
    margin-top: 18px;
}

.card-body p{
    font-size: 17px;
    color: #0C2A44;
    font-weight: 400;
}

.card-body a {
    color: #0C2A44;
    text-decoration: underline !important;
    font-size: 20px;
    font-weight: 400;
}

ul.slick-dots {
    width: 100%;
    float: left;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

ul.slick-dots li{
    float: left;
    margin-right: 15px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: #D9D9D9;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
}

.slick-active button {
    background: #0C2A44 !important;
}

@media (min-width: 350px) and (max-width: 768px){
    .card-reason{
        width: 95% !important;
        height: 280px;
    }

    h1.white-h1 {
        font-size: 26px;
        margin-top: 40px;
    }

    #services > .mt-160{
        margin-top: 60px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px){

}


@media (min-width: 992px) and (max-width: 1200px) {

}