.cblock-text-image-wrapper{
    position: relative;
}
.cblock-text-image{
    position: relative;
}
.cblock-text-image-text-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cblock-text-image-mini{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
}
.cblock-text-image-title > p{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}
.cblock-text-image-text > p{
    font-family: freight-neo-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 36px;
}
.cblock-text-image-label > 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-text-image-label > a:hover{
    color: white;
    background-color: var(--logo-color);
}


@media only screen {
    .cblock-text-image-text-inner-wrapper{
        width: 100%;
        margin: 0 auto;
    }
    .cblock-text-image-title > 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-text-image-text-inner-wrapper{
        width: 80%;
        margin: 0 auto 0 0;
    }
	.cblock-text-image-title > p{
        font-size: 40px;
    }
}

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

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