h2 {
    font-family: 'Montserrat', sans-serif;', sans-serif !important;
font-weight: 300;
    font-style: normal;
    font-variant:normal;
    text-transform: none;
    text-indent: 0px;
    font-size: 44px;
    letter-spacing: 3px;
}


.textdivider {
    position: relative;
    text-align: center;
    letter-spacing: 3px;
    word-wrap: break-word;
    line-height: 50px;
}


.colorwhite {
    color: #fff !important;
}

.column_row {
    display: flex;
    margin-top:50px;

}

@media only screen and (max-width: 600px) {
    .column_row {
        display: inline !important;
    }


    .mobile_teampicture {
        width: 100% !important;
    }
}


.column2 {
    flex: 50%;
    margin-top:40px;
    cursor: pointer !important;
}


.answer {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;;
    font-weight: normal;
    letter-spacing: 0.3px;
}

.imground {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.text-gold-light {
    color: #d1a23e;
}

.text-gold {
    color: #d4cdbb !important;
}

.bg-gold {
    background-color: #d4cdbb;
}

.font-montserrat {
    font-family: 'Montserrat', sans-serif;
}




table {
    /*   border: 1px solid #ccc; */
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    table-layout: fixed;
}

table caption {
    font-family: 'Ubuntu', sans-serif;
    font-size: 55px;
    font-weight:700;
    color:#00000090;
    padding: 15px;
}

table tr {
    background-color: #ffffff90;
    border: 1px solid #ddd;
    padding: 10px;
}
.thead{
    background-color: rgb(67 56 202);
    color:#fff;
}

table th,
table td {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

table th {
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: capitalize;
}



@media screen and (max-width: 600px) {


    table td {
       font-size: 12px !important;
    }

    table td:first-child {
        width: 50% !important;
        min-width: 100% !important;
        font-size: 11px !important;
    }

    table td span {
        font-size: 10px !important;
    }

}


@media screen and (max-width: 600px) {


    .table-3 table td {
        font-size: 11px !important;
    }

    .table-3 table td:first-child {
        width: 50% !important;
        min-width: 100% !important;
        font-weight: bold !important;
    }

    .table-3 table td span {
        font-size: 10px !important;
    }

}
