<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cblock_image_text-wrapper{
    position: relative;
}
.cblock_image_text{
    position: relative;
}
.cblock_image_text-text-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cblock_image_text-mini{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
}
.cblock_image_text-title &gt; p{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}
.cblock_image_text-text &gt; p{
    font-family: freight-neo-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
}
.cblock_image_text-label &gt; a{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: white;
    background-color: var(--logo-color);
    text-decoration: none;
    padding: 20px 40px 20px 40px;
}
.cblock_image_text-label &gt; a:hover{
    color: white;
    background-color: var(--logo-color);
}


@media only screen {
    .cblock_image_text-text-inner-wrapper{
        width: 100%;
        margin: 0 auto;
    }
    .cblock_image_text-title &gt; p{
        font-size: 32px;
    }
}

@media only screen and (min-width: 576px) {
	
}

@media only screen and (min-width: 768px) {
	
}

@media only screen and (min-width: 992px) {
    .cblock_image_text-text-inner-wrapper{
        width: 80%;
        margin: 0 0 0 auto;
    }
	.cblock_image_text-title &gt; p{
        font-size: 40px;
    }
}

@media only screen and (min-width: 1200px) {
	
}

@media only screen and (min-width: 1400px) {
	
}</pre></body></html>