#main-announcement {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: rgba(245, 222, 189, 1);
  text-align: center;
  padding: 22px 16px 22px 16px;
}

#first-copy {
  font-size: 20px !important;
}

#start-free-button {
  margin-left: 16px;
  margin-right: 8px;
}

#second-copy {
  margin-left: 8px;
}

@media screen and (max-width: 1030px) {
  #buttons {
    width: 100%;
  }

  #second-copy {
    margin-bottom: 19px;
  }
}

@media screen and (max-width: 1030px) and (min-width: 744px) {
  #first-copy {
    margin-bottom: 19px;
  }
}


@media screen and (max-width: 755px) {
  #first-copy {
    width: 100%;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 730px) {
  #second-copy {
    margin-left: 0px;
  }
}

@media screen and (max-width: 306px) {
  #start-free-button {
    margin-bottom: 8px;
  }
}