
@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%;
    border-radius: 5px 5px 0 0;
}
*, *:before, *:after {
    box-sizing: inherit;
}
.teamColumn {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}

h2,h3{
    font-size: 30px;
    color: #393939;
}

p {
    line-height: 1.75;
    font-size: 17px;
}

.personContainer h2{
    font-size: 25px;
    margin-top: 20px;
}

@media screen and (max-width: 650px) {
    .teamColumn {
        width: 100%;
        display: block;
    }
}
.teamCard {
    background-color: #fff;
    box-shadow: 0 0 10px #d2cccc;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
}
.personContainer {
    padding: 0 16px;
}
.personContainer::after, .teamContainer::after {
    content: "";
    clear: both;
    display: table;
}
.Designation {
        color: rgb(147 146 152);
        font-weight: bolder;
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 10px;
}
.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;
}