@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@900&display=swap");

.dk {
  display: block;
}

.mo {
  display: none;
}

.cow {}

.cow img {
  max-width: 100%;

}

.cow_block1 {
  position: relative;
}

.cow_block1_img {
  position: relative;
}

.cow_block1_list {
  position: absolute;
  width: 820px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cow_block1_item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.cow_block1_icon {
  flex: 0 0;
  flex-basis: 210px;
}

.cow_block1_text {
  font-size: 23px;
  color: #fff;
  font-weight: bold;
  flex-grow: 2;
}

.cow_block3 {
  position: relative;
}

.cow_block3_img {
  position: relative;
}

.cow_block3_list {
    position: absolute;
    width: 650px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cow_block3_item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0 0 60px;
}

.cow_block3_icon {
  flex: 0 0;
  flex-basis: 150px;
}

.cow_block3_text {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  flex-grow: 2;
}

.cow_block3_text_img {
  padding: 0 0 15px;
}

.cow_block3_text {
  font-size: 23px;
  font-weight: bold;
  color: #7f4f21;
}

.cow_block5 {
  position: relative;
}

.cow_block4_img {
  position: relative;
}

.cow_block4_list {
     position: absolute;
    width: 52.5%;
    left: 0%;
    bottom: 28%;
    padding: 0 40px;
}

.cow_block4_item {
  margin: 0 0 60px;
}

.cow_block4_item_img {
  padding: 0 0 15px;
}

.cow_block4_text {
  font-size: 23px;
  font-weight: bold;
  color: #7f4f21;
}

@media screen and (max-width: 768px) {
  .dk {
    display: none;
  }

  .mo {
    display: block;
  }

  .cow_block1_list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: inherit;
    padding: 15px;
  }

  .cow_block1_icon {
    flex: 0 0;
    flex-basis: 90px;
  }

  .cow_block1_text {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    flex-grow: 2;
  }

  .cow_block3_list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: inherit;
    padding: 55px 15px 15px;
  }

  .cow_block3_icon {
    flex: 0 0;
    flex-basis: 50px;
  }

  .cow_block3_text_img {
    max-width: 220px;
    padding: 0 0 5px;
  }

  .cow_block3_text {
    font-size: 16px;
    font-weight: bold;
    color: #7f4f21;
  }

  .cow_block3_item {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: start;
    margin: 0 0 25px;
  }

  .cow_block4_list {
    position: absolute;
    width: 50%;
    left: 1%;
    bottom: 14%;
    padding: 0 0 0 15px;
  }

  .cow_block4_item {
    margin: 0 0 10px;
  }

  .cow_block4_text {
    font-size: 16px;
    font-weight: bold;
    color: #7f4f21;
  }

  .cow_block1_item {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 0 15px;
  }

  .cow_block4_item_img {
    padding: 0 0 5px;
  }

  .cow_block3 {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 430px) {}

@media screen and (max-width:390px) {}