.btn-primary:hover {
  color: #fff;
  background-color: #0c084f;
  border-color: #0c084f;
}

.btn-primary {
  color: #fff;
  background-color: rgb(18,71,81);
  border-color: rgb(10,40,45);
}

@media (min-width: 300px) {
  #text-hero_line1 {
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    color: rgb(255,255,255);
    font-family: Montserrat, sans-serif;
  }
}

@media (min-width: 576px) {
  #text-hero_line1 {
    text-align: center;
    font-size: 29px;
    font-weight: bold;
    color: rgb(255,255,255);
    font-family: Montserrat, sans-serif;
  }
}

@media (min-width: 768px) {
  #text-hero_line1 {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: rgb(255,255,255);
    font-family: Montserrat, sans-serif;
  }
}

@media (min-width: 300px) {
  #text-hero_line2 {
    text-align: center;
    font-size: 15px;
    font-family: Montserrat, sans-serif;
    color: rgb(255,255,255);
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) {
  #text-hero_line2 {
    text-align: center;
    font-size: 20px;
    font-family: Montserrat, sans-serif;
    color: rgb(255,255,255);
    margin-bottom: 20px;
  }
}

@media (min-width: 300px) {
  #infoTop {
    text-align: center;
    font-size: 22px;
    color: rgb(27,36,111);
    font-family: Montserrat, sans-serif;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  #infoTop {
    text-align: center;
    font-size: 40px;
    color: rgb(18,71,81);
    font-family: Montserrat, sans-serif;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

