.contact-hero-section h1{
    font-size: 62px;
    margin-bottom: 24px;
}
.contact-hero-section .row{
    --bs-gutter-x: 42px;
}
.contact-hero-section .list-heading {
    color: #F7F8F8;
    margin-bottom: 8px;
}
.contact-banner-list{
    margin-left: 0;
    padding-left: 0;
}
.contact-banner-list li{
    padding-bottom: 8px;
}
.contact-hero-section ul li {
    font-size: 14px;
    line-height: 24px;
    color: #6C6F76;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.contact-hero-section ul li:last-child{
    padding-bottom: 0;
}
.contact-hero-section .contact-banner-hr {
    margin: 30px 0;
    max-width: 80%;
}


.question-title {
    font-size: 15px;
    color: #F7F8F8;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 14px;
}
.information-list{
    list-style-type: none;
    padding-left: 0;
}
.information-list li:first-child{
    padding-bottom: 10px;
}
.information-list li a {
    font-size: 14px;
    color: #8F9298;
    line-height: 21px;
    font-weight: 400;
}
.information-list li span{
    padding-left: 5px;
}


.contact-card {
    background: #151616;
    padding: 24px;
    border-radius: 12px;
}
.contact-card-title {
    font-size: 14px;
    line-height: 24px;
    color: #F7F8F8;
    font-weight: 500;
    margin-bottom: 16px;
}
.form-group{
    margin-bottom: 30px;
}
.checkbox-form-group {
    margin-bottom: 0;
    display: flex;
    gap: 8px;
}

.checkbox-form-group label{
    margin-bottom: 0;
}
.form-group:last-child{
    margin-bottom: 0px;
}
 label {
    font-size: 14px;
    line-height: 24px;
    color: #8A8F98;
    font-weight: 400;
    margin-bottom: 6px;
}
label span{
    color: #BC4141;
}
.form-control {
    font-size: 14px;
    line-height: 24px;
    color: #8A8F98;
    font-weight: 400;
    background: #08090A;
    border: 1px solid #202122;
    padding: 8px 10px ;
}
.form-control::placeholder{
      color: #8A8F98;
}
textarea.form-control {
    min-height: 104px;
}
button {
    border: 1px solid #3E3E44;
    font-size: 13px;
    color: #E4E8F1;
    line-height: 24px;
    font-weight: 500;
    background-color: #28282C;
    border-radius: 8px;
    padding: 4px 16px;
    margin-top: 24px;
}



/* Our offices start */


.office-location img {
    margin-bottom: 36px;
}

.office-location p {
    font-size: 15px;
    font-weight: 500;
    color: #8A8F98;
    line-height: 24px;
    padding-right: 150px;
    margin-bottom: 12px;
}
.office-location a {
    font-size: 15px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 400;
}
/* Our offices end */



/* Follow us start */

.social-card-link {
    background: #151616;
    display: block;
    padding: 16px;
    border-radius: 8px;
}
.social-card-link .icon-div{
    margin-bottom: 86px;
}


/* Follow us end */


.btn-fill-dark {
    background-color: #28282C;
    border-color: #3E3E44;
    color: #E4E8F1;
}



@media screen and (max-width: 991px) {
    .follow-section .follow-section-row{
        row-gap: 20px;
    }
}


@media screen and (max-width: 575px) {
 .button-row {
    flex-direction: column;
}
 .button-row .btn{
    display: block;
    width: 100%;
}
.join-team-card p{
    margin-bottom: 30px;
}
}