.section1 .col1 .wd-info-box .info-box-title {
    font-family: 'Lovelace';
}

.section1 .col2 .wd-info-box .info-box-title,
.section1 .col2 .info-box-inner p {
    font-family: 'Proxima Nova Rg'!important;
}

.section1 .col2 .wd-info-box .box-icon-wrapper {
    padding-bottom: 40px;
    border-bottom: 2px solid #718579;
}

@media (max-width:767px) {
    .section1 .wd-info-box .info-box-icon img {
        max-width: 90px;
    }
}

.section2 .title-wrapper .title {
    font-family: 'Lovelace';
}

@media (max-width:1024px) {
    .section2 .wd-info-box {
        flex-wrap: wrap!important;
        justify-content: center!important;
        flex-direction: column!important;
        align-items: center!important;
    }
    .section2 .wd-info-box .info-box-title,
    .section2 .info-box-inner p {
        text-align: center;
    }
    .wd-info-box .box-icon-wrapper {
        text-align: center;
        margin-right: 0px!important;
        margin-bottom: 14px!important;
    }
    .section1 .col1 .wd-info-box .info-box-title {
        text-align: center;
    }
    .section2 .wd-button-wrapper {
        text-align: center;
    }
}
