.full-content {
    width: 100%;
    min-height: calc(100vh - 100px); 
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-content-contact {
    display: flex;
    justify-content: center;  
    align-items: center;    
    width: 70%;
    gap: 100px;
}