.cblock-landing-detail-wrapper{
    position: relative;
}
.cblock-landing-detail{
    position: relative;
}




.cblock-landing-detail-headline > p{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}
.cblock-landing-detail-text > p{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.cblock-landing-detail-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-landing-detail-link > a:hover{
    color: white;
    background-color: var(--logo-color);
}




@media only screen {
    .cblock-landing-detail-headline > p{
        font-size: 40px;
    }
    .cblock-landing-detail-text > p{
        font-size: 18px;
        line-height: 36px;
    }
}

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

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

@media only screen and (min-width: 992px) {
	.cblock-landing-detail-headline > p{
        font-size: 60px;
    }
}

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

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