.kredit-top {
    background: url(../img/bg-lelang-mobil.svg);
    background-size: cover;
    position: relative;
}

.credit-content {
    margin-bottom: 50px;
}

.credit-content h2,
.credit-companies h2 {
    color: #212C68;
    font-family: 'NexaHeavy';
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    margin-block: 0px;
}

.credit-content p {
    font-size: 16px;
    color: #212C68;
    margin-block: 0px;
}
.kredit-text{
    padding-bottom: 40px;
}
.kredit-top .banner-cont{
    height: 100%;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
    height:auto;
    width: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.kredit-sub-content{
    padding-top: 30px;
}
.kredit-banner-list > div{
    margin-bottom: 30px;
}
.img-kredit-partner {
    margin-bottom: 10px;
}
.img-kredit-partner img{
    width: 100%;
}
.kredit-selengkapnya {
    display: block;
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background: #212c68;
}

.img-credit-banner {
    height: auto;
    object-fit: cover;
    width: 100%;
}

.credit-companies {
    margin-bottom: 50px;
}

.credit-companies h2{
    text-transform: capitalize;
    padding-bottom: 8px;
}

.credit-companies .sub-title {
    font-size: 16px;
    color: #212C68;
}

.credit-companies .col-item-finance-company .list-item {
    padding-bottom: 24px;
}

.credit-companies .list-item img:not(.img-right-outline) {
    max-height: 197px;
    height: auto;
    margin-bottom: 24px;
    border-radius: 10px;
    width: 100%;
}

.credit-companies .list-item .name {
    font-size: 20px;
    font-weight: 700;
    color: #212C68;
    margin-bottom: 8px;
    line-height: normal;
    font-family: 'NexaBold';
}

.credit-companies .list-item a {
    font-size: 16px;
    color: #ED2C3C;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.breadcrumb-section {
    margin-bottom: 50px;
}

.breadcrumb-section .breadcrumb {
    padding-top: 32px;
}

.text-credit-1 {
    padding: 8px 0;
}

.title-page {
    color: #212C68;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 24px;
    font-family: 'NexaHeavy';
}

@media (max-width: 986px){
    .kredit-top .banner-cont{
        width: 50%;
        opacity: 0.1;
    }

    .breadcrumb-section {
        margin-bottom: 24px;
    }

    .breadcrumb-section .breadcrumb {
        padding-top: 16px;
    }
}
@media (max-width: 767px){
    .kredit-top .banner-cont{
        width: 100%;
    }

    .img-kredit-partner img{
        height: 130px;
    }

    .credit-content {
        margin-bottom: 40px;
    }
}

@media (min-width: 767px){
    .img-kredit-partner img{
        height: 165px;
    }
}

@media (max-width: 575px){
    .img-kredit-partner img{
        height: auto;
    }

    .title-credit {
        max-width: 279px;
        margin: 0 auto;
        text-align: center;
    }

    .text-credit-1 {
        text-align: justify;
        padding: 16px 0 0 0;
    }

    .text-credit-2 {
        display: none;
    }

    .title-credit-companies {
        max-width: 233px;
        margin: 0 auto;
        text-align: center;
    }

    .credit-companies .sub-title {
        display: none;
    }

    .col-item-finance-company {
        padding: 0 8px;
    }

    .credit-companies .list-item img {
        margin-bottom: 16px;
    }

    .credit-companies .list-item .name {
        font-size: 16px;
    }

    .credit-companies .list-item a {
        font-size: 14px;
        font-weight: 700;
    }

    .credit-companies .col-item-finance-company .list-item {
        padding-bottom: 16px;
    }

    .credit-companies h2 {
        padding-bottom: 16px;
    }

    .credit-companies {
        margin-bottom: 40px;
    }

    .credit-companies .container {
        padding: 0 23px;
    }

    .credit-title-page {
        text-align: center;
        font-size: 24px;
    }
}
