:root {
  --white: #ba025a;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  color: #fff;
  text-transform: uppercase;
  background-color: #031845;
  justify-content: center;
  align-items: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.section {
  display: flex;
}

.container {
  text-align: center;
  max-width: 783px;
  padding: 25px 15px;
}

.text-block {
  background-color: #ba025a;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  line-height: 70px;
  transition: background-color .35s, margin-left .2s;
  display: flex;
}

.text-block:hover {
  background-color: #a5004f;
  margin-left: 40px;
}

.image {
  max-height: 80px;
}

.text-block-1 {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 45px;
  display: flex;
}

.link-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-image {
  width: 280px;
  margin-top: 10px;
  margin-bottom: 100px;
}

.text-3 {
  text-transform: none;
  flex: 1;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 28px;
  line-height: 32px;
  display: flex;
}

.bold-text-alt {
  color: #ba025a;
}

.image-2 {
  width: 120px;
  margin-bottom: 25px;
}

.grid-2 {
  border-top: 2px solid #fff;
  grid-template-rows: auto;
  margin-top: 30px;
  padding-top: 30px;
}

.button-text {
  color: #fff;
  background-color: #1e3b79;
  min-width: 200px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  text-decoration: none;
}

.button-text:hover {
  background-color: #173065;
}

.button-link {
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 991px) {
  .text-block {
    font-size: 45px;
  }

  .text-block-1 {
    font-size: 35px;
  }

  .logo-image {
    margin-bottom: 60px;
  }

  .text-3 {
    font-size: 35px;
  }

  .bold-text {
    font-size: 25px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    font-size: 32px;
    line-height: 30px;
  }

  .text-block {
    margin-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 32px;
  }

  .text-block:hover {
    margin-left: 20px;
  }

  .image {
    max-height: 60px;
  }

  .text-block-1 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 26px;
  }

  .logo-image {
    width: 160px;
  }

  .text-3 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 26px;
  }

  .image-2 {
    margin-bottom: 40px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .button-text {
    min-width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    font-size: 20px;
  }

  .text-block {
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 17px;
    line-height: 17px;
    transition: margin-left .2s;
  }

  .text-block:hover {
    margin-left: 10px;
  }

  .image {
    max-height: 40px;
  }

  .text-block-1 {
    font-size: 17px;
    line-height: 17px;
  }

  .logo-image {
    width: 140px;
    margin-top: 5px;
  }

  .text-3 {
    font-size: 17px;
    line-height: 17px;
  }

  .bold-text {
    font-size: 17px;
    line-height: 23px;
  }

  .bold-text-2, .bold-text-alt {
    font-size: 20px;
    line-height: 25px;
  }
}