.contact-form-container-padding { display: flex; justify-content: center; align-items: center; width: 100%; padding: 100px 0px; } .contact-form-container { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 300px; width: 80%; padding: 20px; background: #FCFCFC; box-shadow: 0px 14px 16px rgba(0, 0, 0, 0.06); border-radius: 15px; } .contact-form-title { font-size: 22px; font-weight: 700; color: #14142B; }