@media (max-width: 425px) {
    .hero-content .display-4 {
        font-size: 1.35rem!important;
    }
    .btn-callout {
        border-radius: 5px!important;
    }
}

@media(min-width: 767px) {
    .pg-title.display-4 {
        font-size: 2rem;
        max-width: 521px;
    }
    .hero p {
        font-size: 1.11em;
        line-height: 1.8;
        max-width: 600px;
    }
}

@media(min-width: 998px) {
    .pg-title.display-4 {
        font-size: 2.5rem;
        max-width: 521px;
    }
}

@media(max-width: 1322px) and (min-width: 1201px) {
    .hero .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47.666667%;
        flex: 0 0 47.666667%;
        max-width: 47.666667%;
    }
    .hero .offset-xl-7 {
        margin-left: 52.333333%;
    }
}

.text-wrap {
    white-space: inherit;
}

.hero {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.hero-container {
    min-height: 700px;
    margin-bottom: -1px;
    background: url('https://apihoard.webit.com/api/v1/Image/DBE0E6747256E49C9C14F1C7A7B68A14/DBE0E6747256E49C9C14F1C7A7B68A14.jpg?size=1920x1440') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 45% bottom;
}

.hero-content {
    position: absolute;
    bottom: 5em;
    padding: 2em 2em 2.5em 2em;
    right: 3em;
    background: #910020;
}

.pg-title {
    font-size: 1.7rem;
}

.pg-title::after {
    content: "";
    display: block;
    height: 3px;
    width: 80px;
    margin: 10px 0 15px 0;
    background-color: #000;
}

.pg-title-center::after {
    margin: 10px auto 15px auto;
}

.btn,
.line-link {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    -webkit-text-stroke: 0;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: 'lnum=1';
    -moz-font-feature-settings: "lnum";
    -moz-font-feature-settings: "lnum" 1;
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
    font-feature-settings: 'lnum';
}

.btn-callout {
    border-radius: 50px;
}

.btn-callout,
.btn-callout:focus {
    background: var(--color-yellow);
    color: #fff !important;
    border-color: #fff;
}

.btn-callout:hover,
.btn-callout:not([disabled]):not(.disabled).active,
.btn-callout:not([disabled]):not(.disabled):active,
.show > .btn-callout.dropdown-toggle {
    background: var(--color-theme-highlight);
    color: var(--color-theme-text-btn) !important;
    border-color: var(--color-theme-highlight);
}

.btn-callout:before {
    background: var(--color-theme-secondary);
}



.cw-product .cw-box {
    background: #222222;
    padding: 1em;
    margin-top: 2em;
}

.h-100 {
    height: 100% !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}





