.products-tab .wysiwyg-section {
    padding: 0 0;
    color: #00243E;
}

.products-tab .wysiwyg-content {
    max-width: 1508px;
    margin: 0 auto;
}

.products-tab .wysiwyg-section h2,
.products-tab .wysiwyg-section h3, 
.products-tab .wysiwyg-section h4 {
    color: #024544 !important;
}

.products-tab .wysiwyg-section a {
    color: #00243E;
    font-weight: bold;
    border-color: #A0D5FC;
}

.products-tab .example-bttn {
    padding-bottom: 30px;
}

.products-tab .wysiwyg-section img {
    border-radius: 20px;
}


.content-media-kit{
    text-align: center;
}

blockquote {
    background: url(../../../img/blockquote-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 1200px;
    margin-bottom: 30px;
    color: #0067B1;
    font-size: 20px;
    font-family: 'futuramedium';
    font-weight: normal;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    letter-spacing: 1px;
    line-height: 1.5em;
}

blockquote p{
    color: #0067B1;
    font-size: 20px;
    font-family: 'futuramedium';
    font-weight: normal;
    padding: 25px;
    text-align: center;
    border-radius: 15px;
    letter-spacing: 1px;
    line-height: 1.5em;
}


@media (min-width: 768px) { 
    .products-tab .wysiwyg-section {
        padding: 0 0;
    }

    
    blockquote {
        padding: 35px 50px;
    }
}

@media (min-width: 1025px) { 
    .products-tab .wysiwyg-section {
        padding: 0 0;
    }

    blockquote {
        padding: 45px 60px;
        margin: 45px auto 75px auto;
    }

    blockquote p {
        font-size: 24px;
    }

    .example-bttn {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


table {
    border-collapse: collapse;
    width: 100%;
    border: none;
    line-height: 1.6;
}
 
table thead th {
    background-color: #024544;
    color: #fff;
}

table thead tr th {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    font-family: 'futuramedium';
    letter-spacing: .5px;
}

table tbody tr {
    background-color: #fff;
}

table tbody tr:nth-child(even) td {
    background-color: #F8F9FA;

}

table tbody tr td {
    padding: 10px 20px;
    color: #505F74;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    min-width: 200px;
}

table thead tr:first-child th:first-child {
    border-top-left-radius: 20px;
}

table thead tr:last-child th:last-child {
    border-top-right-radius: 20px;
}

table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}

table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

@media (min-width: 768px) { 
    .table-wrap-outer {
        margin: 30px 0 0 0;
    }
}

@media (min-width: 1366px) { 

    table thead tr th {
        padding: 18px 45px;
        font-size: 18px;
    }

    
    table tbody tr td {
        padding-left: 45px;
        padding-right: 45px;
        font-size: 16px;
    }

}


