#offices{
    transform: translateY(-50%);
}
.offices-int{
    background-color: var(--light-grey);
}
.flag{
    width: 6.5rem;
    height: auto;
    margin-bottom: 2.5rem;
}
.single-office{
    background: white;
    height:100%;
    
}
.hq{
    background: var(--dark-blue);
}
.single-hq{
    display: flex;
    align-items: center;
    gap:1.5rem;
    margin-bottom: 2rem;
}
.ff-el-input--label{
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 2rem;
}
input, textarea{
    font-size: 2rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    min-height: 5.8rem !important;
}
::placeholder{
    font-family: 'Outfit', sans-serif;

}
.ff-default textarea{
    line-height: 2.7rem !important;
}
.ff-t-container{
    gap: 3rem !important;
}
.ff-btn-submit{
    margin-top:7rem;
}
.ff-message-success{
	    font-size: 2rem;
    border-radius: 1rem;
    background: var(--primary-color);
    color: white;
    padding: 3rem;
    box-shadow: none;
	border:none;
}
.ff-button-submit{
	    font-size: 2rem;
    padding: 1.7rem 5rem;
}
@media screen and (max-width:1300px){
    #offices{
        transform: translateY(0%);
        margin-top: 6rem;
    }
   
  
}

@media screen and (max-width:768px){
    .ff-btn-submit{
        margin-top:3rem;
    }
}