.get_in_touch {
    display: flex;
    width: 504px;
    height: 519px;
    padding: 48px 54px 164px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 55px;
    border-radius: 24px;
    border: 1px solid #9EBFFF;
    background: #F6F8FF;
    backdrop-filter: blur(74.4000015258789px);
}

.git_head {
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    /* 116.667% */
    background: linear-gradient(90deg, #00184F 0%, #004DFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.git_para {
    color: #00184F;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.head_contact {
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px;
    /* 116.667% */
    background: linear-gradient(90deg, #00184F 0%, #004DFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-secondary {
    color: #00184F !important;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.email_contact {
    color: #00184F !important;
    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contact-info-card {
    padding-left: 40px;
    padding-right: 54px;
    /* padding-bottom:164px !important; */
}

.form-label {
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}