@charset "UTF-8";.grids{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;align-items:center;margin-bottom:25px}.grids>div{padding:10px}.rc-alternate .grids:nth-of-type(even)>div:first-child{order:2}.rc-alternate .grids:nth-of-type(even)>div:last-child{order:1}@media (max-width:768px){.grids{grid-template-columns:1fr;gap:10px}.rc-alternate .grids:nth-of-type(even)>div:first-child{order:0}.rc-alternate .grids:nth-of-type(even)>div:last-child{order:0}}.grids img{width:100%;height:auto;display:block}[data-wpsleep]{display:none!important}.fusion-body .fusion-text .grids{display:grid;grid-template-columns:repeat(2,1fr)}.fusion-body .grids img{width:100%!important;max-width:100%!important}
