.banner-custom-clearnace {
    width: 100%;
    margin: 10px 0 32px 0;
}

.custom-clearnace-mob {
    width: 100%;
    height: auto;
    margin: 12px 0 12px 0;
}

.carrier-service-card {
    height: 72px;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #AEB1B8;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #FFFFFF;
}

.finance-card-icons {
    width: 50px;
    height: 50px;
}

.carrier-service-card-hdr {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.014em;
    text-align: center;
    color: #0C1529;
    margin-bottom: 0;
}

.finance-body-img {
    width: 100%;
    height: auto;
    margin: 20px 0 32px 0;
}

.pt-32 {
    padding-top: 32px;
}

.pb-32 {
    padding-bottom: 32px;
}

.mt-32 {
    margin-top: 32px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mt-24 {
    margin-top: 24px;
}

.pb-0 {
    padding-bottom: 0;
}

.finance-services-comman-hdr {
    font-family: Sofia Pro;
    font-size: clamp(16px, 2vw, 24px);
    font-weight: 700;
    line-height: 32px;
    color: #0C1529;
}

.finance-services-para-top {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    color: #5D6370;
    text-align: left;
}

.finance-type-card-hdr {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.014em;
    text-align: left;
    color: #0C1529;
}

.finance-utilize-body-hdr {
    font-family: Lato;
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    line-height: 28px;
    letter-spacing: -0.014em;
    color: #68727D;
    margin-bottom: 0;
    padding: 20px 0 20px 0;
}

.finance-services-card {
    padding: 20px 14px 20px 10px;
    height: 100%;
    border: 1px solid var(--Stroke-Light-Base, #EAEBF0);
    box-shadow: 1px #1018280A;
    height: 100%;
}

.finance-card-col {
    margin-bottom: 24px;
}

.card-header {
    background-color: unset;
}

.finance-services-card-header {
    display: flex;
    gap: 20px;
    align-items: center;
    border-bottom: 1px solid #D4ECFA !important;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .finance-para-top {
        padding-bottom: 0;
    }

    .custom-clearance-main {
        margin-top: 0;
    }

    .finance-body-img {
        margin: 6px 0 6px 0;
    }

    .benefits-carrier-service-section {
        padding: 12px 0 0 0;
    }

    .carrier-service-card-hdr {
        font-size: 14px;
    }

    /* .step-utiliti{
        margin-top: 20px;
    } */
    .carrier-service-card {
        height: 50px;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .finance-card-col {
        margin-bottom: 24px !important;
    }

    .benefits-carrier-service-section {
        padding-top: 12px;
    }
}

@media screen and (max-width: 768px) {
    .custom-clearance-main {
        margin-top: 0;
    }

    .finance-body-img {
        margin: 6px 0 6px 0;
    }

    .benefits-carrier-service-section {
        padding: 12px 0 0 0;
    }

    .carrier-service-card {
        margin-bottom: 1rem;
    }

    .step-utiliti {
        margin-top: 0 !important;
    }

    .finance-card-col {
        margin-bottom: 16px;
    }

    .finance-para-top {
        padding-bottom: 0;
    }

    .carrier-service-card {
        height: 42px;
    }
}

@media screen and (max-width: 576px) and (min-width: 350px) {
    .carrier-service-card-col {
        width: 50%;
        /* margin-bottom: 12px; */
    }
}

@media screen and (max-width: 350px) {
    .carrier-service-card-col {
        width: 100%;
        /* margin-bottom: 12px; */
    }

    .types-of-cookies-polices {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 320px) and (max-width: 463px) {
    .custom-clearnace-mob {
        height: auto;
    }
}

@media screen and (min-width: 464px) and (max-width: 992px) {
    .custom-clearnace-mob {
        height: auto;
    }
}