.section-title {
    color: #222222;
    font-weight: 900;
    font-size: 32px;
}

.more-btn {
    background: #073668;
    border-radius: 100px;
    transition: all ease-in-out 0.3s;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 500;
    align-self: flex-end;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 5px 20px;
    margin-left: auto;
    height: 36px;
}

.more-btn:hover {
    background: #0D427B;
}

.more-btn i {
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    padding: 5px 10px;
    transition: all ease-in-out 0.3s;
}

.more-btn:hover i {
    border: none;
}

.more-btn:hover i::before {
    content: "\f061";
}

.slick-prev:before, .slick-next:before {
   
    color: #003168 !important;
    font-size: 40px !important;
}

.slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
}

.container-big {
    max-width: 1800px !important;
}