.default {  border-radius: 10px;
  border: 2px solid #FFF; font-size: 15px; }



*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    width: 100%;
}

section.switch-cta .columns-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

section.switch-cta .columns-wrapper .featured-image {
    order: 1;
   
}

section.switch-cta .columns-wrapper .featured-image img {
    max-width: 350px;
  height: auto;
}

section.switch-cta .columns-wrapper .featured-text {
    order: 2;
  padding:30px;
 
}


}

section.switch-cta .columns-wrapper .featured-text p {
    color:#fff;
}

@media screen and (min-width: 61.938em) {
    section.switch-cta .columns-wrapper {
        flex-direction: row;
        max-width: 1140px;
        padding: 0;
    }

    section.switch-cta .columns-wrapper.reverse {
        flex-direction: row-reverse;
    }

    section.switch-cta .columns-wrapper .featured-image {
        position: relative;
        width: auto;
        order: 2;
        margin-bottom: 0;
    }
    

}
