/*
 *  Copyright 2014 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

body {
    font: 400 30px/40px Encode Sans Condensed !important;
}

.cmp_image_txt_cta img {
    max-width: 100%;
}

.cmp_image_txt_cta {
    display: flex;
}

.cmp_image_txt_cta.cmp_image_left .col-md-6:nth-child(1) {
    order: 2;
}

/* cta css start */

img {
    max-width: 100%;
}

.cmp_cta {
    position: relative;
    margin: 20px 0;
}

.cmp_cta img {
    width: 100%;
}

.cmp_cta_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.cmp_cta_txt h2 {
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
}

.cmp_cta:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(0 0 0 / 66%);
}

.cmp_cta_txt .btn.btn-primary {
    background: #EA4471;
    border-color: #EA4471;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 22px;
    font-size: 20px;
    border-radius: 10px;
}

.cmp_cta_txt .btn.btn-primary:hover {
    background: #032146;
    border-color: #032146;
}

.cmp_iframe {
    margin: 20px 0;
}

.cmp_iframe iframe {
    width: 100%;
    height: 300px !important;
}

.cmp_dataTable table {
    font-size: 16px;
    margin: 20px 0;
    line-height: 25px;
}
.cmp_image_txt_cta p{
word-wrap: break-word;
    }