@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&display=swap");

* {
  font-family: "Montserrat", sans-serif;
}

body {
  margin: auto;
}
.flag {
  /* -webkit-box-shadow: -3px -3px 57px 0px rgba(0, 0, 0, 0.75) !important; */
}
.section-heading {
  padding-left: 16px;
  font-size: 36px;
  color: #3e3e40;
  margin: 0;
}
.small-heading {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  color: #880b18;
  margin: 0;
}
label {
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  font-weight: 100;
}

@media screen and (max-width: 1024px) {
  .section-heading {
    font-size: 24px;
  }
}
