.db-banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.dbt-banner-content {
    position: relative;
    z-index: 1;
    margin-top: 5rem;
}
.db-banner-label span{
   background-color: #fff;
    color: #004AC6;
    position: relative;
    padding: 2px 12px;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-weight: 400;
    width: 38%;
}
.db-banner-label span::before{
    content: url("/images/dbt-tick.png");
    position: absolute;
    padding-right: 5px;
    left: 2px;
}
.dbt-logo-wp {
    width: 40%;
}
.db-banner .pibythree-logo-wp {
    width: 40%;
}
.partner2-head .white{
    color: #fff;
    padding-bottom: 27px;
}
.partner2-hero-cta .white{
    color: #fff;
}
.db-banner{
    background: url("/images/dbt/dbt-banner-bg.mp4");
    background-size: cover;
}
.partner2-hero-cta .transparent{
    background-color: transparent;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    width: 50%;
}
.db-banner-label{
    margin-bottom: 1.5rem;
}
.dbt-head h1{
    margin: 1.5rem 0 0;
}
.dbt-head p{
    margin-bottom: 0;
}
.dbt-transform-wp{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dbt-transform-card1{
    width: 48%;
    margin-right: 2rem;
}
.dbt-transform-card2{
    width: 45%;
    border: 1px solid #C3C6D74D;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
}
.dbt-transform-head h2{
    color: #131B2E;
    font-weight: 600;
    font-size: 200%;
    margin-bottom: 1rem;
}
.dbt-icon{
    margin-bottom: 1rem;
}
.transform-card-text h3{
    font-weight: 600;
    font-size: 120%;
}
.dbt-transform-wp{
    border: 1px solid #C3C6D7;
    border-radius: 8px;
    padding: 40px;
    background-color: #F2F3FF;
}
.transform-card-text a{
    font-weight: 600;
    font-size: 14px;
}
.transform-numbers{
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.no-card1 h3{
    color: #004AC6;
    font-weight: 500;
    font-size: 180%;
}
.no-card1 p{
    color: #434655;
    font-weight: 500;
}
.db-banner .logo-wp{
    padding: 8px;
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #ffff;
    border-radius: 8px;
}
.dbt-area-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: flex-start;
    align-items: stretch;
    margin-top: 4rem;
}
.dbt-card h3{
    margin-top: 20px;
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 20px;
}
.dbt-core-focus{
    background-color: #fff;
}
.focus-area-card-wrap .dbt-card{
    background-color: #F8FAFC;
    transition: all 0.6s ease;
}
.focus-area-card-wrap{
    background-color: #F8FAFC;
    border: 1px solid #C3C6D7
}
.dbt-industry-partner {
    padding-top: 2rem;
}
.dbt-industry-partner .industry-leader{
    color: #434655;
    font-size: 16px;
}
.dbt-modernise{
    background-color: #131B2E;
}
.dbt-modernise .modernise-head h2{
    color: #fff;
}
.dbt-modernise .modernise-head p{
    color: #fff;
}
@media (min-width: 2000px) and (max-width: 2400px) {
    .db-banner-label span{
        width: 41%;
        padding-left: 30px;
        font-size: 125%;
    }
    .db-banner .pibythree-logo-wp {
        width: 43%;
    }
    .dbt-head p{
        font-size: 21px;  
        line-height: 36px;
    }
    .dbt-details p{
        font-size: 21px;  
        line-height: 36px;
    }
    .transform-card-text p{
        font-size: 21px;  
        line-height: 36px;
    }
    .db-banner-label span::before{
        left: 7px;
    }
    .dbt-banner-content{
        margin-top: 8rem;
    }
    .partner2-head h1.white{
        font-size: 300%;
    }
    .dbt-logo-wp {
        width: 35%;
    }
    .transform-card-text h3{
        font-size: 150%;
    }
    .transform-card-text a{
        font-size: 20px;
    }
    .dbt-card h3{
        font-size: 120%;
    }
    .dbt-industry-partner .industry-leader{
        font-size: 18px;
    }
    .partner2-head p{
        max-width: 700px;
    }
    .no-card1 p{
        font-size: 110%;
    }
}

@media (min-width: 1601px) and (max-width: 2000px) {
    .db-banner-label span{
        width: 34%;
        padding-left: 30px;
    }
    .db-banner-label span::before{
        left: 7px;
    }
    .dbt-banner-content{
        margin-top: 8rem;
    }
    .partner2-head h1.white{
        font-size: 300%;
    }
    .dbt-logo-wp {
        width: 37%;
    }
    .transform-card-text h3{
        font-size: 150%;
    }
    .transform-card-text a{
        font-size: 18px;
    }
    .dbt-card h3{
        font-size: 120%;
    }
    .dbt-industry-partner .industry-leader{
        font-size: 18px;
    }
    .partner2-head p{
        max-width: 700px;
    }
    .no-card1 p{
        font-size: 110%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .db-banner-label span {
        width: 45%;
    }
    .dbt-logo-wp {
        width: 37%;
    }
    .focus-area-card-wrap{
        padding: 12px;
    }

}

@media (min-width: 820px) and (max-width: 1023px) {
    .db-banner{
        height: 60vh;
    }
    .dbt-logo-wp {
        width: 32%;
    }
    .dbt-transform-wp{
        padding: 20px;
    }
    .dbt-transform-card1 {
        width: 49%;
        margin-right: 0rem;
    }
    .no-card1 p {
        font-size: 12px;
    }
    .dbt-area-cards .focus-area-card-wrap{
        max-width: calc(50% - 14px);
        flex: unset;
    }
    .db-banner-label span {
        width: 34%;
    }
}

@media (min-width: 768px) and (max-width: 819px) {
     .db-banner{
        height: 60vh;
    }
    .dbt-logo-wp {
        width: 32%;
    }
    .dbt-transform-wp{
        padding: 20px;
    }
    .dbt-transform-card1 {
        width: 49%;
        margin-right: 0rem;
    }
    .no-card1 p {
        font-size: 12px;
    }
    .dbt-area-cards .focus-area-card-wrap{
        max-width: calc(50% - 14px);
        flex: unset;
    }
    .db-banner-label span {
        width: 34%;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .db-banner-label span{
        width: 60%;
    }
    .db-banner .logo-wp {
        width: 60%;
        padding: 10px;
    }
    .db-banner .pibythree-logo-wp {
        width: 50%;
    }
    .db-banner{
        height: 66vh;
    }
    .dbt-logo-wp {
        width: 43%;
    }
    .partner2-hero-cta .transparent{
        width: 60%;
    }
    .dbt-banner-content {
        margin-top: 3rem;
    }
    .dbt-transform-wp{
        padding: 20px;
        flex-wrap: wrap;
    }
    .dbt-transform-card1{
        width: 100%;
        margin-right: 0;
    }
    .dbt-transform-head h2{
        font-size: 170%;
    }
    .no-card1 p {
        font-size: 13px;
    }
    .dbt-transform-card2 {
        width: 100%;
    }
    .dbt-area-cards{
        margin-top: 3rem;
    }
    .dbt-industry-partner {
        padding-top: 0rem;
    }

}