h2{
    margin-top: 0;
    margin-bottom: 20px;
    color: #333461;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}
.heading-detail-section{
    margin-bottom: 12px;
    color: #ff4c02;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: normal;
}
.contact-head1{
    color: #333461;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: -.03em;
}
.contact-desc{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -.01em;

}
.contact-form{
    padding: 3rem 2.5rem;
    border: 1px solid #e23d34;
    border-radius: 8px;
    background-color: rgba(255,13,0,.07);
    color: #ff4c02;
}
.first-input input{
    border: 1px solid #e23d34;
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #28352b;
    background-color: #fff;
}
input{
    outline: none;
}
.last-input input{
    
    
    border: 1px solid #e23d34;
    border-left-color: transparent;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
textarea{
    background-color: #fff;
    border: 1px solid #e23d34;
    border-radius: 8px;
    outline: none;
}
input:hover,textarea:hover{
    border-color: #cafdb0;
}
input:focus,textarea:focus{
    border-color: #e23d34;
    background-color: #fff;
}
form button{
    display: block;
    width: 100%;
    margin-bottom: 12px;
    background-color: #ff4c02;
    font-weight: 700;
    outline: none;
    border: 2px solid #ff4c02;
    border-radius: 10px;
    color: #fff;
    font-size: 17px;
}
@media(max-width:576px){
    .first-input input{
        border: 1px solid #e23d34;
        border-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        color: #28352b;
        background-color: #fff;
    }
    input{
        outline: none;
    }
    .last-input input{
        
        
        border: 1px solid #e23d34;
        border-left-color: #e23d34;
        border-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}