body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

a {
  text-decoration: none;
}

section {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.title {
  font-size: 3rem;
  margin-bottom: 1.25rem;
}

.semi-bold{
  font-weight: 600;
}

.left-line {
  border-left: 7px solid #d1000a;
  padding-left: 10px;
}


.text-bold {
  font-weight: bold;
}

.text-gray{
  color: #5C5C5C !important;
}

.text-red {
  color: #d1000a;
}

.text-blue {
  color: #6588e6;
}

.text-upper{
  text-transform: uppercase;
}

.text-dark-pink {
  color: #d1009d;
}

.text-yellow {
  color: #edb80a;
}

.text-dark-red {
  color: #bc2d34;
}

.text-large {
  font-size: large;
}

.text-small {
  font-size: small;
}