/*custom.css*/
.row_clear:after {
clear: both;
display: table;
content: "";
}
.col2 {
width: 50%;
float: left;
}




@media (max-width: 767px) {
.col2 {
width: 100%;
}
}

a.cta__button.component__button--2.piwik_ignore {
    font-size: 13px!important;
}

.invi-img {
    position: absolute;
    bottom: 188px;
    right: 38px;
}