.baseComponent {
  display: flex;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
  padding: 20px 20px 10px;
}

.textComponent {
  flex: 1;
  margin-bottom: -196px;
  width: 67%;
}

.text {
  padding-bottom: 100px;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #31355b;
  line-height: 1.4;
  font-weight: 700;
  text-align: left;
  letter-spacing: -1px;
  text-indent: -1px;
  box-sizing: border-box;
}

p {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  padding-left: 0;
  color: #1f2631;
  font-weight: 300;
  box-sizing: border-box;
  font-size: 15px;
  font-family: Bryantpro, sans-serif;
  line-height: 1.4;
  box-sizing: border-box;
}

@font-face {
  font-family: "BryantPro";
  src: url("./BryantPro-Regular.otf");
  font-display: optional;
}

@media screen and (min-width: 991px) {
  h2.responsive {
    font-size: 34px;
  }
}

@media screen and (max-width: 990px) {
  h2.responsive {
    font-size: 28px;
  }
}
