body {
  font-family: "Roboto", sans-serif !important;
  color: #191919;
  background-color: #F9F9F9;
}

.container {
  max-width: 1120px;
  padding: 0;
}

.section-header {
  font-size: 48px;
  font-weight: bold;
}

@media screen and (max-width:767px) {
  .section-header {
    font-size: 32px;
  }

  .image-text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.section-button {
  color: #191919;
  border: 1px solid #191919;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.section-button:hover {
  background-color: #191919;
  color: #F9F9F9;
}

p {
  font-size: 18px;
  line-height: 36px;
}

p a {
  color: inherit;
  opacity: 0.5;
}

p a:hover {
  opacity: 1;
  color: inherit;
}