.cblock-hmodh-wrapper{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cblock-hmodh{
    position:relative;
}

.cblock-hmodh-title, .cblock-hmodh-text, .cblock-hmodh-label{
    text-align: center;
}

.cblock-hmodh-title > p{
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-weight: 400;
    font-style: normal;
}

.cblock-hmodh-text > p{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cblock-hmodh-label{
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cblock-hmodh-label > a{
    color: white;
    background-color: var(--logo-color);
    text-decoration: none;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 20px 40px 20px 40px;
}

.cblock-hmodh-label > a:hover{
    color: white;
    background-color: var(--logo-color);
}


@media only screen {
    .cblock-hmodh-wrapper{
        min-height: 400px;
    }
    .cblock-hmodh-title > p{
        font-size: 24px;
    }
    .cblock-hmodh-text > p{
        font-size: 16px;
        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-hmodh-wrapper{
        min-height: 450px;
    }
	.cblock-hmodh-title > p{
        font-size: 40px;
    }
    .cblock-hmodh-text > p{
        font-size: 18px;
        line-height: 36px;
    }
}

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

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