.container div {
  color: #9ea1ab;
  font-size: 1.2rem;
}

h2 {
  color: #0d152e;
}

.container .content-wrap2 {
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
}

.container .content-wrap2 > div {
  width: 23%;
}

.container .content-wrap2 > div img {
  width: 140px;
  height: 140px;
}

.container .content-wrap3 {
  margin-top: 5rem;
  display: flex;
}

.container .content-wrap3 .content-wrap {
  width: 35%;
}

.container .content-wrap3 .img-wrap {
  width: 60%;
}

.container .content-wrap3 .img-wrap img {
  width: 100%;
}

.container .content-wrap3 > div:first-child {
  margin-right: 5%;
}

.container .content-wrap3 .more {
  width: fit-content;
  color: #f98956;
  cursor: pointer;
  position: relative;
}

.container .content-wrap3 .more::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fd7a26;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
}

.container .content-wrap3 .icons {
  margin-top: 4rem;
  color: #0d152e;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.container .content-wrap3 .icons > div {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 1rem;
}

.container .content-wrap3 .icons img {
  width: 80px;
  height: 80px;
}

.container .content-wrap3 .buy-btn {
  border-radius: 5px;
  width: 180px;
  height: 60px;
  background: #fea464;
  font-size: 21px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.content-wrap4 {
  margin-top: 6rem;
  background: #f4f4f4;
  padding: 5rem 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.content-wrap4 > div {
  width: 30%;
  margin-bottom: 2rem;
}

.content-wrap4 > div img {
  width: 100%;
  object-fit: cover;
}

.container .content-wrap5 {
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
}

.container .content-wrap5 > div {
  width: 30%;
  border-radius: 10px;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 8rem;
}

.container .content-wrap5 > div img {
  width: 140px;
  height: 140px;
}

.container .content-wrap5 > div:nth-child(1) {
  background: #dbf2d1;
}

.container .content-wrap5 > div:nth-child(2) {
  background: #dfeff6;
}

.container .content-wrap5 > div:nth-child(3) {
  background: #fbf5c8;
}

.container .content-wrap5 .more {
  border-radius: 5px;
  width: 150px;
  height: 50px;
  font-size: 21px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: calc((100% - 150px) / 2);
  bottom: 3rem;
}

.container .content-wrap5 > div:nth-child(1) .more {
  background: #7ac15b;
}

.container .content-wrap5 > div:nth-child(2) .more {
  background: #409ddf;
}

.container .content-wrap5 > div:nth-child(3) .more {
  background: #f2ca00;
}