.case-study--customer-spotlight {
    margin-top:3rem;
    margin-bottom:3rem;
    .customer-spotlight-header {
       border-top:1px solid #3f64e9;
        font-weight:600;
        color: #3f64e9;
        margin-bottom: 2rem;
        padding-top: .5rem;
    }
    .flex {
        display:flex;
    }

    .gap-x-8 {
        column-gap: 2rem;
    }
    .w-16 {
    width: 16.666667%;
    }
    .w-26 {
    width: 33.333333%;
    }
    .w-36 {
    width: 50%;

}
    @media only screen and (max-width: 460px) {
        .flex {
            flex-wrap: wrap;
        }
        .w-16 {
            width: 100%;
        }
        .w-26 {
            width: 100%;
        }
        .w-36 {
            width: 100%;

        }
    }
    .gb-block-profile {
        background:none!important;
        display:flex!important;
        column-gap: 2rem!important;
        margin:0 0 50px 0!important;
        padding:0!important;
        justify-content: flex-start;
        width:50%;
    }
    @media only screen and (max-width: 600px) {
        .gb-block-profile .gb-profile-content-wrap {
            text-align:left;
        }
        .gb-block-profile .gb-profile-avatar-wrap {
            margin: 5px 0!important;
        }
    }
    @media only screen and (max-width: 460px) {
        .gb-block-profile {
            flex-flow:column!important;
            column-gap: .5rem!important;
            width:100%;
            flex-wrap: wrap;
            justify-content: none;
        }
        .gb-profile-column {
            display:flex!important;
padding:0!important;
            width:100%;
        }
        .gb-block-profile .gb-profile-image-wrap:before {
            padding-top: 50%;
        }
        .gb-profile-image-square {
            margin:0 auto!important;
            width:104px;
        }
    }

    .gb-profile-column {
display:block!important;
        padding:0!important;
        flex-basis: 0px;
    }

    .gb-profile-avatar-wrap {

        padding:0!important;

    }
    .gb-profile-image-wrap {
        background:none;

    }
    .gb-profile-image-square {
        border-radius: 0.75rem!important;
        width:104px;
        height:104px;
        background:none;
    }
    .gb-profile-content-wrap {

    }
    .gb-profile-name {
        color: #3f64e9!important;
        margin-top: 0!important;
        font-size: 1.5rem!important;
    }
    .gb-profile-title {
        margin-top: 0!important;
        margin-bottom: .5rem!important;
        color:#212c64!important;
        font-weight:700!important;
        line-height:1!important;
        font-size: .875rem!important;
    }
    .gb-profile-text {
        padding:0!important;
    }
    .gb-profile-text p{
        font-size: 1rem!important;
    }
    .customer-headshot,
    .spotlight-sidebar-image{
        border-radius: 0.75rem;
    }
    h3 {
        color: #3f64e9;
        margin-top: 0;
        margin-bottom: .5rem;
        font-size: 1.5rem;
    }
    .customer-title p {
        margin-top: 0;
        margin-bottom: 0;
        color:#212c64;
        font-weight:700!important;
        line-height:1!important;
        font-size: .875rem!important;
    }
    .customer-bio p {
        font-size: 1rem!important;
    }
}