 .hpcards .row_cell p i {
    display: block;
    padding-right: 0;
    font-size: 200%;
}

[data-layout="true"]{
    margin: 0!important;
    max-width: none!important; 
}

@media only screen and (min-width: 40em) {
    form > div > div, form > div > fieldset > div {
        width: 100%!important;
        float: none!important;
    }
}

.outer{
    width: 100%!important;
}

.team-profiles p.profile-name{
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin-top: 15px;
    font-weight: 700;
}

 .item {
    max-width: 500px;
    text-align: center;
}
 .item img {
    margin: 10px auto;
    width: 60%;
    max-height: 174px;
    max-width: 174px;
    min-height: 174px;
    min-width: 174px;
    border-radius: 100%;
}

.team-profiles .profileimg {
    margin: 0 auto;
    border-radius: 50%;
    width: 100px;
    transition: 0.2s ease-in;
}

.team-profiles .profileimg:hover {
    transform: scale(1.2);
    transition: 0.2s ease-in;
}
.trigger{
    background: black!important;
}

.toggle_container{
    background: white!important;
    border: 5px solid black!important;
}
.trigger a, .trigger:after{
    color: white!important;
}

.tiles-grid-case-studies{
    text-align: center;
}

@media only screen and (min-width: 40em) {
    form > div > div, form > div > fieldset > div {
        width: 100%;
        float: none;
    }
} 
@media only screen and (min-width: 45em) {
    .hpcarousel.tviz-banner {
        background: url("/images/sections/Business/tviz/main-banner-big.webp") no-repeat center right!important;
        background-size: cover;
    }
}
@media only screen and (max-width: 44.99em) {
    .hpcarousel.tviz-banner {
        background: url(/images/sections/Business/tviz/main-banner-small.webp) no-repeat center right!important;
        background-size: cover;
        align-items: end;
    }
}