.tabletFlex--img{
    display:flex;
    gap:0;
    margin:auto 1em;
}
.imageEditor--flex-img{
    max-width:90%;
    width:auto;
}
.grayFont{
    font-size:25px;
}
.imageEditor__pricing-img{
    max-width:90%;
    width:auto;
}
/*TAILORED SOLUTIONS*/
.tailoredSolutions{
    background:#fff;
border:1px solid #000;
    width:60%;
    padding:2em;
    position:relative;
    margin:0 auto;
    text-align:center;
    top:5em;
}
.tailoredSolutions--background{
    background:#fff;
    height:32em;
}
.tailoredS{
    margin-block-end: 0;
    margin-block-start: 0;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #000;
    margin:0 auto;
    background: #fff;
    color: #000;
    padding: .5em 1.5em;
    border-radius: 25px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    text-decoration: none;
    width:18%;
}
.heading1{
   font-size: 30px;
    font-weight: 600; 
    margin-block-end: 0;
    margin-block-start: 0;
    padding-top:1em;
}
.heading2{
    font-size: 29px;
    margin-block-end: 0;
    font-weight: 100;
    margin-block-start: 0;
    padding-bottom:1em;
}

/*WHITE BACKGROUND*/
.whiteBackground{
    background:#fff;
}
.pricingArea{
    overflow:hidden;
    color:#000;
}
.pricingProg{
    font-size:25px;
    margin:1em 26%;
}
.statFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:start;
    position:relative;
    left:22em;
    color:#000;
}
.statFlex--1{
        border: 1px solid #000;
        height: 225px;
    width: 225px;
}
.statFlex--2{
    border: 1px solid #000;
        height: 225px;
    width: 225px;
}
.statFlex--3{
    border: 1px solid #000;
        height: 225px;
    width: 225px;
}
.firstStepCard{
    border:1px solid #000;
    border-radius:10px;
    width:17em;
    position:relative;
    left:60%;
    background:#fff;
    padding:2em;
    color:#000;
    top: -140px;
}
.firstStepTitle{
    color:#635496;
    text-transform:uppercase;
    font-weight:800;
}
.imageEditor--largeOval{
    overflow: hidden;
    bottom: 9em;
    position: relative;
    right: 12em;
}
.largeOval--wrap{
    overflow: hidden;
    margin-block-start: 0;
}
/*PWR pROSPERITY*/
.adFlex{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
}
.pwrProsp--card{
    background:#adf1ef;
    width:15em;
    height:13em;
}
.pwrProsp--cardNotab{
    background:#1a1a1e;
    width:15em;
    height:13em;
}
#arrowTab{
    bottom:6.5em;
    position:relative;
    left:10.6em;
}

/*TABLET AREA*/

.module:not(.module--cta-bubble) { padding: 0; }
.module--cta-bubble { padding: 4em 10%; }

@media screen and (min-width:1200px) {
    .dci-main-promo--float-right .dci-main-promo__image {
        scale: .7;
    }
}

@media scree and (max-width:1200px) {
    .dci-main-promo--float-right .dci-main-promo__image {
        scale: .7;
    }
}

.tabletFlex--img img {
    width: auto;
    max-width:100%;
    object-fit: contain;
}

@media screen and (max-width:1300px){
    .pricingProg{
        margin:1em 12%;
    }
}
@media screen and (max-width:900px){
    .firstStepCard{
        left:50%;
    }
}
@media screen and (max-width:740px){
    .firstStepCard{
        left:0%;
        margin:0 auto;
        padding:1em;
        top: 20px;
    }
    .grayFont, .pricingProg{
        font-size:20px;
    }
}