.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.wpb_wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 14px;
    background: linear-gradient(220deg, rgb(255 255 255 / 10%) 0%, rgb(138 64 141 / 10%) 100%);
    box-shadow: 0 4px 20px 0 rgb(60 0 100 / 18%);
    color: #fff;
}

.budi-content-box__wrapper:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

 .btn.btn-white {
    color: #8a408d;
    background: #FFF;
    border-color: transparent;
}

div.budi-button-container a.btn::before, div.budi-button-container .btn::before, .budi-cf7 .wpcf7-submit::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.esf-promo a.btn {
  margin-top:20px;
  text-transform:uppercase;

}

.budi-esf-promo__partners {
    margin-top: 15px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.budi-esf-promo__partners > .wpb_column > .vc_column-inner > .wpb_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.budi-esf-promo__partners,
.budi-esf-promo__partners div,
.budi-esf-promo__partners .wpb_column {
    border:none !important;
    background:none;
    box-shadow: none;
}

.budi-esf-promo__partners .wpb_image_grid_ul img {
    display: block;
    width: auto;
    height: 28px;
    vertical-align:middle;
}

.wpb_image_grid_ul {
    position: relative !important;
    height: 54px !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 12px 20px;
    list-style: none;
    background: #fff !important;
    border-radius: 10px;
    width:350px;
}


.budi-esf-promo .budi-esf-promo__partners .wpb_image_grid_ul li.isotope-item {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width:350px;
}

.budi-esf-promo__partners .wpb_text_column p {
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1.68px;
    color: rgba(255, 255, 255, 0.66);
    max-width: 450px;
    padding-right: 20px;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

.wpb_gallery {
    width:50%;
}

@media (min-width: 992px) {
    .wpb_wrapper {
        flex-direction: row;
        max-width: 835px;
    }

    .budi-content-box__wrapper:not(:last-child) {
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
    }

    .budi-content-box__wrapper .budi-content-box__content
 {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }

    .budi-content-box__wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        text-align: center;
        padding: 0 26px;
        margin: 19px 0;
        width:33%;
    }

     .budi-content-box__title {
        font-size: 38px;
        line-height: 35px;
        margin-bottom: 6px;
        text-align: left;
    }

    .esf-promo a.btn {
        font-size: 18px !important;
    }


}

@media (max-width: 1169px) {
   div.esf-promo {
    width:95% !important;
   }

   .wpb_image_grid_ul {
    width:320px;
   }
}

@media (max-width: 992px) {
  div.esf-promo {
    width:95% !important;
    margin-left: auto;
    margin-right: auto;
   }

   .budi-content-box__content {
    padding-left:20px;
   }
}

@media (max-width: 786px) {
   .budi-esf-promo__partners > .wpb_column > .vc_column-inner > .wpb_wrapper {
    flex-direction:column;
   }

   .budi-esf-promo__partners > .wpb_column > .vc_column-inner > .wpb_wrapper > div {
     margin-bottom: 10px;;
   }

   .wpb_gallery {
     width: 100%;
    }

    .budi-esf-promo__partners > .wpb_column > .vc_column-inner > .wpb_wrapper {
        align-items:flex-start;
    }

    #logo-bwa-p {
        width:100%;
    }
}