.cblock-two-cols-wrapper{
    position: relative;
}
.cblock-two-cols{
    position: relative;
}



.cblock-two-cols-minilabel{
    font-family: sofia-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
}
.cblock-two-cols-titel > p{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}
.cblock-two-cols-text > p{
    font-family: freight-neo-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
}
.cblock-two-cols-link > 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-two-cols-link > a:hover{
    color: white;
    background-color: var(--logo-color);
}



@media only screen {
    .cblock-two-cols-titel > 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-two-cols-titel > p{
        font-size: 40px;
    }
}

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

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