body {
  margin: 0px;
  font-size: 16px
}

.wrapper {
  background-image: url('img-mother-daughter-couch.png');
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: block;
  height: calc(var(--vh, 1vh) * 100);
}

.main-wrapper{
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.message{
  max-width:580px;
}


.css-button-rounded {
    background: #1c82c5;
    color: #fff;
    display: block;
    padding:10px;
    text-align: center;
    text-decoration: none;
    width: 560px;
    border-radius: 29px;
    font-size: 16px;
}

.css-button-rounded {
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  -ms-border-radius: 29px;
  -o-border-radius: 29px;
}

@media only screen and (min-width: 769px) and (max-width:1279px) {
  .wrapper {
    background-image: none;
  }

  .main-wrapper{
    display: block;
  }

  .image-wrapper{
    min-width: 768px;
    min-height: 40%;
    background-image: url('img-mother-daughter-couch.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
  .content{
    text-align: center;
    min-height: 57%;
  }
  .logos-2{
    display: block!important;
    margin-top: 40px;
}
.logos-mfs{
  height: 50px;
}
.logos-mjc{
  height: 51px;
  margin-left: 38px;
}
.headline {
  margin: auto;
  margin-top: 24px;
  font-size: 2.325rem!important;
}
.sub-headline {
  margin: auto;
  max-width: 100%;
  margin-top: 16px;
  font-size: 1.625rem!important;

}
.message {
  margin: auto;
  margin-top: 24px;
  max-width:580px;
  font-size: 1.6rem!important;
}

}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .wrapper {
    background-image: none;
  }
 
  .logos-2{
    display: block!important;
    margin-top: 40px;
}
.logos-mfs{
  height: 50px;
}
.logos-mjc{
  height: 51px;
  margin-left: 38px;
}
.headline {
  margin: auto;
  margin-top: 24px;
}
.sub-headline {
  margin: auto;
  max-width: 100%;
  margin-top: 16px;

}
.message {
  margin: auto;
  margin-top: 24px;
  max-width: 623px;
}

}

@media only screen and (min-width: 481px) and (max-width:768px) {
  .wrapper {
    background-image: none;
  }
  .logos-2{
    display: block!important;
    margin-top: 40px;
}
.logos-mfs{
  height: 50px;
}
.logos-mjc{
  height: 51px;
  margin-left: 38px;
}
.headline {
  margin: auto;
  margin-top: 24px;
  font-size: 888.625rem
}
.sub-headline {
  margin: auto;
  max-width: 100%;
  margin-top: 16px;

}
.message {
  margin: auto;
  margin-top: 24px;
  max-width: 623px;
}

}


ul {
    list-style: none;
    margin-block-start: 8px;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}

.content {
    background-color: #00538b;
    font-family: Gotham, sans-serif;
    color: #ffff;
    padding: 40px;
}


.headline {
    max-width: 542px;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.18;
    letter-spacing: 0.26px;
    margin-top: 36px;
}

.sub-headline {
    max-width: 542px;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.18px;
    margin-top: 14px;
}



.message {
    margin-top: 23px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

@media only  screen and (min-width: 1280px) {
    .content {
        max-height: 661px;
        max-width: 658px;
        padding: 40px;
    }

    .content.retailer{
      max-width: 680px;
      width: 100%;
    }

    .logos {
        display: block !important;
    }

    .sub-headline.retailer{
      max-width: 680px;
      width: 100%;
    }
}
