@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px !important;
  font-weight: bold;
}

body {
  font-family: "Raleway", serif;
}

.section-header span {
  width: 100%;
}

.btn-send {
    padding: 0.8em 1.250em;
    border-radius: 20px;
}