.smallboxabout.powerbi {
    background: #F3D147;
}
.card-icon .icon-box.powerbi {
    background: #F3D147;
    min-width: 80px;
}
section.lets-talk.powerbi {
    background: #F3D147;
}
.button-secondary.powerbi {
    border: 1px solid #fff;
    padding: 14px 80px 14px 32px;
    line-height: 1;
    font-size: 17px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    background: linear-gradient(to right, #fff 50%, #F3D147 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-in-out;
}
.button-secondary.powerbi:after {
    position: absolute;
    content: '';
    width: 36px;
    height: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
    background: linear-gradient(to right, #0ABEFF 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}
.button-secondary.powerbihead {
    border: 1px solid #F3D147;
    padding: 14px 80px 14px 32px;
    line-height: 1;
    font-size: 17px;
    border-radius: 4px;
    color: #F3D147;
    display: inline-block;
    position: relative;
    background: linear-gradient(to right, #fff 50%, transparent 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all 0.5s ease-in-out;
    margin-left: 10px;
}
.button-secondary.powerbihead:after {
    position: absolute;
    content: '';
    width: 36px;
    height: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
    background: linear-gradient(to right, #0ABEFF 50%, #F3D147 50%);
    background-size: 200% 100%;
    background-position: right bottom;
}

.img-box-sec1 img {
    max-width: 100%;
    position: absolute;
    inset: 0;
}

.img-box-sec1.powerbi {
    border-radius: 50%;
}
.img-box-case-head.powerbi {
    height: 85vh;
    padding: 60px 30px 50px 150px;
}
h5.case-downhead.powerbi {
    font-size: 18px;
    padding: 0px 10px 20px;
    letter-spacing: 0.4px;
    line-height: 25px;
}
.offering-page-card.powerbi {
    max-width: 455px;
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    padding: 25px 25px;
    margin: 2.6rem 2.7rem 1px 0px;
    background: #fff;
    transition: all 0.3s ease-in-out;
    position: relative;
    height: 300px;
}

@media only screen and (min-width: 1450px) and (max-width: 3000px){
    .img-box-case-head.powerbi {
        height: 85vh;
        padding: 100px 30px 60px 150px;
    }
    .head-box-case.powerbi.aos-init.aos-animate {
        margin: 100px 0px;
    }
}

@media screen and (max-width:768px) {

    .about-head-box {
        padding: 0;
    }

    .kockpit-case-studies {
        height: 100%;
    }

    .head-box-case.aos-init.aos-animate {
        padding: 10px 0px;
    }

    .img-box-case-head.powerbi {
        height: 100%;
        padding: 0;
    }

    .img-box-sec1 {
        height: 300px !important;
        width: 300px !important;
        border-radius: 50%;
        margin-top: 50px;
        margin-inline: auto;
        padding: 0;
    }

    .about-case {
        height: 100%;
        padding: 20px 0;
    }

    h3.case-mainhead {
        font-size: 36px
    }

    .offering-page-card.powerbi {
        height: 100%;
        margin-bottom: 20px;
    }

    .inner-feature-card-layout > .row > * {
        margin: 20px 0;
    }

}