.container {
    float: none;
    margin: 0 auto !important;
}
.first-wp-box {
    padding-right: 20px;
}
.first-wp-section {
    padding: 130px 0 30px 0 !important
}
html, body {
    overflow-x: hidden;
}
.first-wp-box h1 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    font-size: 43px;
    text-transform: capitalize;  color: #fff;
}
section.vc_section.first-wp-section {
    background: linear-gradient(141deg,#1d0d84,#2cd4d9) !important;
}
.wpb_wrapper p a {
    color: #2bc9d4;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

th, td {
    border: 1px solid black;
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f2f2f2;
}

@media (max-width:992px){
    /*.vc_custom_1594338127827 .vc_hidden-sm {
        display: unset!important;
    }*/
    .vc_custom_1594338127827 .wpb_single_image img {
        width: 70% !important;
    }
    .vc_custom_1594338127827 .wpb_single_image .vc_single_image-wrapper {
        text-align: right;
    }
}

@media (max-width:768px){
    .vc_custom_1594338127827 .wpb_single_image img {
        width: 56% !important;
    }
    .vc_custom_1594338127827 .wpb_single_image .vc_single_image-wrapper {
        text-align: center;
    }
    .vc_custom_1594338127827 h1 {
    text-align: center;
 }
}