/* Text & Image */
[data-core-block="text-and-image"][data-padding="true"] {margin:80px 0;}
[data-core-block="text-and-image"] .block-wrapper {display:grid;grid-template-columns:repeat(2, 1fr);}
[data-core-block="text-and-image"] .image {position:relative;}
[data-core-block="text-and-image"] .image img {left:0;right:0;bottom:0;top:0;height:100%;width:100%;object-fit:cover;}
[data-core-block="text-and-image"][data-image-position="right"] .text {order:1;}
[data-core-block="text-and-image"][data-image-position="right"] .image {order:2;}
[data-core-block="text-and-image"] .text {display:flex;flex-direction:column;justify-content:center;align-items:center;}
[data-core-block="text-and-image"] .text .wrapper {padding:60px 60px;max-width:800px;width:100%;}
[data-core-block="text-and-image"][data-image-position="left"] .main .text .wrapper {padding:60px 0 60px 60px;}
[data-core-block="text-and-image"][data-image-position="right"] .main .text .wrapper {padding:60px 60px 60px 0;}
[data-core-block="text-and-image"] .text .heading {font-size:50px;margin:0;margin-bottom:20px;font-family: 'rockness';-webkit-font-smoothing: antialiased;font-weight:400;color:#FFECBA;}
[data-core-block="text-and-image"] .text .sub-heading {font-size:25px;font-weight:500;margin:0;margin-bottom:20px;}
[data-core-block="text-and-image"] .text .text-content {color:#FFF;font-weight:300;}
[data-core-block="text-and-image"] .text .button {display:inline-block;text-align:center;min-width:min(100%, 200px);border:1px solid #FFECBA;padding:10px 35px;font-weight:700;font-size:20px;text-decoration:none;margin-top:40px;color:#FFECBA;transition:background-color .25s ease-in-out;}
[data-core-block="text-and-image"] .text .button:hover, section[data-core-block="text-image"] .text .button:focus {background-color:rgba(255, 236, 186, 0.5);}
[data-core-block="text-and-image"][data-text-align="left"] .text .wrapper {text-align:left;}
[data-core-block="text-and-image"][data-text-align="center"] .text .wrapper {text-align:center;}
[data-core-block="text-and-image"][data-text-align="right"] .text .wrapper {text-align:right;}
@media (max-width:1200px)
{
    [data-core-block="text-and-image"] .text .heading {font-size:40px;}
    [data-core-block="text-and-image"] .text .sub-heading {font-size:20px;}
    [data-core-block="text-and-image"] .text .button {font-size:14px;}
}
@media (max-width:900px)
{
    /* Image Text Block */
    [data-core-block="text-and-image"][data-padding="true"]{margin:0;}
    [data-core-block="text-and-image"] .block-wrapper {display:grid;grid-template-columns:1fr;}
    [data-core-block="text-and-image"][data-image-position="right"] .text {order:2;}
    [data-core-block="text-and-image"][data-image-position="right"] .image {order:1;}
    [data-core-block="text-and-image"] .text .wrapper {padding:40px 20px 40px 20px;}
    [data-core-block="text-and-image"][data-image-position="left"] .main .text .wrapper {padding:40px 0 40px 0;}
    [data-core-block="text-and-image"][data-image-position="right"] .main .text .wrapper {padding:40px 0 40px 0;}
    [data-core-block="text-and-image"] .text .button {margin-top:20px;}
    [data-core-block="text-and-image"][data-text-align="right"] .text .wrapper {text-align:left;}
}