.c51 {
    background: #F9FAFB;
    display: flex;
    padding: 40px 32px;
    align-items: flex-start;
    flex-shrink: 0;
    flex-direction: column;
}

.c51 h1 {
    color: #000000;
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 1.4 */
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
}

.c51 p {
    color: rgba(52, 58, 64, 0.70);
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 1.5 */
    text-align: center;
    max-width: 650.69px;
    margin: auto;
}

.c-form {
    max-width: 768px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.00), 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
    border-radius: 16px;
    margin: 48px auto;
    padding: 2.6rem;
}

.form-c {
    background: #F9FAFB;
}

.form-c h1 {
    color: #000000;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px
}

.form-c button {
    background: #007BFF;
    border-radius: 8px;
    color: #FFFFFF;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 1.5 */
    text-align: center;
    padding: 12px;
    width: 100%;
}
.form-c button:focus, .form-c button:hover {
    background: #007BFF !important;
    opacity: .7;
    color: #FFFFFF !important;
}
.form-c p {
    color: rgba(52, 58, 64, 0.70);
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

label {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
}

input,
select {
    background: #FFFFFF;
    border: 1px solid #E5E7EB !important;
    border-radius: 8px;
    height: 50px !important;
}

.c4 {
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

.c4p {
    padding: 40px 0;
}

.c4>div {
    text-align: center;
    width: 24.22%;
    padding: 1.5rem;
}

.c4 img {
    width: 64px;
    margin-bottom: 1rem;
}

.c4 h6 {
    color: #000000;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.c4 p {
    color: rgba(52, 58, 64, 0.70);
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 1.5 */
    text-align: center;
    margin-bottom: 0;
}

.c4p h1 {
    color: #000000;
    font-family: "Inter";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 1.333 */
    text-align: center;
}
.cont2{
    background: rgba(0, 0, 0, 0.00);
    padding: 48px 32px;
    display: flex;
    gap: 2%;
}
.cont2>div{
    width: 32%;
    background: #FFFFFF;
box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.10), 0px 10px 15px -3px rgba(0, 0, 0, 0.10), 0px 0px 0px 0px rgba(0, 0, 0, 0.00), 0px 0px 0px 0px rgba(0, 0, 0, 0.00);
border-radius: 12px;
display: flex;
padding: 32px 32px;
gap: 16px;
flex-direction: column;
align-items: flex-start;
flex-shrink: 0;
}
.cont2>div p{
    color: rgba(52, 58, 64, 0.80);
font-family: "Inter";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
margin-bottom: 0;
}
.cont2>div h5{
    color: #000000;
font-family: "Inter";
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 28px;
margin-bottom: 0;
}
.cont2>div img{
width: 48px;
}
 .cont1p{
    background: linear-gradient(89.99999deg, rgba(0, 123, 255, 0.05) 0%, rgba(0, 0, 0, 0.00) 100%), rgba(0, 0, 0, 0.00);
    padding: 50px 472px 50px 72px;

 }
 .cont1 h1{
    color: #343A40;
    font-family: "Inter";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 48px; 
 }
 .cont1 p{
    color: rgba(52, 58, 64, 0.80);
    font-family: "Inter";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 1.556 */
 }
 @media(max-width:992px) and (min-width:767px){
    .cont1p{
        padding: 50px 210px 50px 45px;
    }
    .cont2>div{
        padding: 1rem !important;
    }
 }
 @media(max-width:768px) and (min-width:575px){
    .cont1p{
        padding: 50px;
    }
    .cont2>div{
        padding: 1rem !important;
        gap: 7px !important;
    }
    .cont2>div h5{
        font-size: 18px !important;
    }
    .cont2>div p{
        font-size: 12px !important;
        line-height: normal;
    }
    .c4>div{
        width: 49.5%;
    }
 }
 @media(max-width:768px){
    .c-form{
        margin: 28px auto !important;
    }
 }
 @media(max-width:575px){
    .cont1p{
        padding: 26px !important;
    }
    .cont1 h1{
        font-size: 24px !important;
        line-height: normal !important;
    }
    .cont1 p{
        font-size: 18px !important;
        line-height: normal !important;
    }
    .cont2{
        flex-wrap: wrap;
        gap: 1rem;
        padding:2rem 0;
    }
    .cont2>div{
        width: 100%;
    }
    .c-form{
        padding: 1rem !important;
    }
    .c4>div{
        width: 100%;
    }
    .c51{
        padding: 28px 1rem;
    }
 }