/*

Theme Name: From Nine to Thrive Landing Page

*/

.wp-block-fnttlanding-testimonial-quote {
padding:.8em;
}

.image-hover {
    overflow: hidden;

}

.image-hover img:hover {
    transform: scale(1.05);
    transition: all 0.5s;
}
.image-hover img {
    transition: all 0.5s;
}

ul.brxe-list.cross li::before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M16 8L8 16M8.00001 8L16 16M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z' stroke='%23C09863' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

@media (max-width: 767px) {
.wp-container-core-group-is-layout-e2d59888 > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 75vw;
}

.wp-container-core-group-is-layout-b757edec {
grid-template-columns: 1fr!important;
}

}
