.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffc2c2;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100px;
  max-height: 100px;
  max-width: 400px;
  min-height: 100px;
  min-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block {
  margin-bottom: 15px;
  font-family: 'PT Serif', serif;
  color: #474747;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 320px;
  max-height: 320px;
  max-width: 100%;
  min-height: 320px;
  min-width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: #fff;
}

.button {
  width: 300px;
  height: 40px;
  max-height: 40px;
  max-width: 300px;
  min-height: 40px;
  min-width: 300px;
  margin-top: 15px;
  border-radius: 8px;
  background-color: #cf6363;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.image {
  margin-bottom: 15px;
}

.div-block-3 {
  width: 100%;
  height: 70px;
  max-height: 70px;
  max-width: 100%;
  min-height: 70px;
  min-width: 100%;
  margin-bottom: 15px;
  border-radius: 14px;
  background-color: #fff;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  max-height: 60px;
  max-width: 100%;
  min-height: 60px;
  min-width: 100%;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background-color: #fff;
  color: #fff;
  background-clip: content-box;
  -webkit-text-fill-color: inherit;
}

.text-block-2 {
  font-family: 'PT Serif', serif;
  color: #474747;
  font-size: 17px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .div-block {
    width: 290px;
    max-width: 290px;
    min-width: 290px;
  }

  .text-block {
    font-size: 21px;
  }

  .button {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
  }

  .button._1 {
    background-color: #969696;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-block {
    position: static;
    height: 60px;
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 15px;
  }

  .text-block-2 {
    padding-left: 20px;
  }

  .image-2 {
    margin-right: 15px;
    margin-left: 15px;
  }
}