.btn {
    background: #EAEDF6;
    border-radius: 20px;
    color: #0E1320;
    font-size: 16px;
    line-height: 19px;
    padding: 9px 23px;
    border:none;
    /*min-width: 160px;*/
}

.btn.btn-outline-secondary {
    background: transparent;
    border: 1px solid #A1ACC9;
}

    .btn.btn-outline-secondary:hover {
        background: #008FA1;
        border-color: #008FA1;
        color: #fff;
    }

.btn.btn-sm {
    font-size: 14px;;
    padding: 7px 14px;
    border-radius: 4px;
}

.btn.btn-lg {
    padding: 19px 38px;
    border-radius: 8px;
}

    .btn.btn-lg:hover {
        background: #008FA1;
        color: #fff;
    }

.btn:hover, .btn:active, .btn:focus {
    background: #D2D9EA;
    color: #0E1320;
}
.btn.dropdown-toggle:after {
    color: #919BB8;
    vertical-align: 0.160em;
}
.btn.dropdown-toggle:hover:after {
    color: #fff;
}

.btn.disabled {
    opacity: 1;
    color: #919BB8;
    background: #EAEDF6;
}

    .btn.btn-circle {
        width: 36px;
        height: 36px;
    }

.single-slider h2 {
    max-width: 60%;
}
.single-slider p {
    font-size: 18px;
}
.single-slider h2 span , .intro h2 span {
    background: -webkit-linear-gradient(left, #b71870, #691e8a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-slider {
    color:#fff;
    padding: 20px 34px;
    font-size: 16px;
    border-radius: 5px;
    background: #008FA1;
    margin-top: 40px;
}
.search-form {
    position: absolute;
    z-index: 5;
    width: 100%;
    padding-top: 50px;
}
.search-form .search-container {
    max-width: 1280px;
    padding: 40px;
    border-radius: 10px;
    position: relative;
}

    .search-form .search-container:after , .intro-inner:after , .with-shadow:after {
        content: "";
        position: absolute;
        width: 100%;
        max-width: 1024px;
        height: 88px;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        box-shadow: 0px 19px 47px rgba(18, 25, 86, 0.15);
        z-index: -1;
    }

    .intro-inner:after {
        bottom: 100%;
        height: 50px;
        max-width: calc(100% - 50px);
        z-index: 1;
    }

    .with-shadow:after {
        width: calc(100% - 120px);
    }

.categories-area .product-title {
    text-align: center;
}
.categories-area .item {
    padding-right: 7px;
    padding-left: 7px;
}
.categories-area h2, .legal-content-area h2, .benefits-area h2 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}
.all-cats {
    text-align: center;
    border-radius: 100px;
    border: 1px solid #0E1320;
    padding: 17px 60px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .all-cats:hover {
        color: #fff;
        background: #008FA1;
        border-color: #008FA1;
    }

    .all-cats span {
        font-size: 32px;
        line-height: 1;
        color: #0057FF;
        vertical-align: middle;
    }

        .all-cats:hover span {
            color: #fff;
        }

.legal-content-area, .topical-categories-area {
    background: #E5E5E5;
}
.legal-content-area h3 {
    font-weight: bold;
}
.legal-content-area img {
    width: 100%;
}
.benefits-area h3 {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
}
.benefits-area h3 svg {
    margin-right: 7px;
}
.benefits-area p {
    font-size: 16px;
    line-height: 22px;
    color: rgba(14, 19, 32, 0.7);
}
.benefits-area .benefit-container {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 25px;
}
.benefits-area .benefit {
    border:1px solid #E5E5E5;
    border-radius: 8px;
    padding: 40px 40px 20px;
    height: 100%;
}

/* Badge new style */
.badge {
    font-size: 14px;
    padding: 4px 7px;
    border-radius: 10px;
}

.text-muted {
    color: #919BB8;
}

/* Change container width to size like in Figma */
@media (min-width: 1200px) {
    
    .container {
        max-width: 1310px;
    }

}