
@font-face {
    font-family: Ubuntu-Bold;
    src: url('../fonts/Ubuntu-Bold.ttf');
}
.select2-selection.select2-selection--single {
    padding: 7px;
    height: 50px;
}

.rh_contact__form .rh_contact__input .error {
    background: unset !important;
    color: red !important;
}

label.error {
    padding: 0 !important;
}

.teamContainer img {
    height: 300px;
    width: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.teamColumn {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

h2,
h3 {
    font-size: 30px;
    color: #393939;
    margin-bottom: 20px;
    margin-top: 30px;
}

p {
    line-height: 1.75;
}

@media screen and (max-width: 650px) {
    .teamColumn {
        width: 100%;
        display: block;
    }
}

.teamCard {
    background-color: rgb(162, 162, 255);
    text-align: center;
    font-size: 20px;
}

.personContainer {
    padding: 0 16px;
}

.personContainer::after,
.teamContainer::after {
    content: "";
    clear: both;
    display: table;
}

.Designation {
    color: rgb(15, 0, 100);
    font-weight: bolder;
    font-size: 40px;
}

.contact {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 12px;
    color: white;
    font-weight: bolder;
    background-color: rgb(78, 0, 102);
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.contact:hover {
    background-color: #555;
}

.contact100-form-title {
    display: block;
    font-family: Ubuntu-Bold;
    font-size: 30px;
    color: #403866;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 49px;
}