*{
    font-family: 'DM Sans', sans-serif;
}
.contact-up{
    display: flex;
    justify-content: space-between;
}

.contactsect{
    width: 100%;
}
.contactsect .contact{
    max-width: 880px;
    margin: auto;
}
.contactsect .contact h5{
font-size: 24px;
font-weight: 700;
line-height: 31px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 28px;

}
.contact-up .contact-left{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.contact-up .contact-left li{
    display: flex;
    column-gap: 13px;
    align-items: center;
}
.contact-right form{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.contact-right form input, textarea{
    border: 0.2px solid #00000052;
    padding:12px 32px;
}

.contact-right form a{
    background: #0174BE;
display: flex;
align-items: center;
justify-content: center;
height: 45px;
color: white;
width: 200px;
}
.contact-right{
    width: 50%;
}
.contact-down{
    margin-top: 64px;
}
.contact-down iframe{
    height: 325px;
}