.pos-banner {
  background-color: #fafafa;
}
.pos-banner .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pos-banner .pos-banner-text h1 {
  font-weight: 800;
}
.pos-banner .pos-banner-text p {
  color: #4f4f4f;
  font-size: 1.2em;
  font-weight: 400;
}
.pos-banner-img img {
  margin-top: 20px;
  width: 400px;
  height: 100%;
}

/* start sell-channel */
.sell-channel {
  padding: 50px 0;
}
.sell-channel h2 {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 20px;
}

.sell-channel-card {
  box-shadow: 0px 6px 22px 1px rgba(174, 174, 174, 0.25);
  border-radius: 12px;
  padding: 10px 40px;
  margin-bottom: 20px;
}
.sell-channel-card img {
  margin-top: 10px;
}
.sell-channel-card h5 {
  font-size: 1.2em;
  font-weight: 800;
}
.sell-channel-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sell-channel-card ul li {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  padding-bottom: 5px;
}

/* start choose-your-activity */
.choose-your-activity {
  padding: 50px 0;
  background-color: #f1fdff;
  background-image: url("../assets/img/banners/pos-choose-activity.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.choose-your-activity h2 {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 20px;
}
.choose-your-activity h4 {
  font-size: 1.2em;
  font-weight: 500;
}
.activity-cards-container {
  width: 60%;
}
.activity-card {
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 0px 4.26667px rgba(51, 51, 51, 0.12);
  border-radius: 2.13333px;
  padding: 10px 3px;
}
.activity-card h5 {
  font-size: 1.1em;
  color: #4f4f4f;
}

@media screen and (max-width: 768px) {
  .activity-cards-container {
    width: 100%;
  }
  .activity-cards-container .activity-card {
    padding: 10px 5px;
    font-size: 0.9em;
  }
}

/* start why-cloud */
.why-cloud {
  padding: 50px 0;
}
.why-cloud-cards-container {
  width: 80%;
  margin: 0 auto;
}
.why-cloud h2 {
  font-size: 1.8em;
  font-weight: 800;
  margin-bottom: 20px;
}
.why-cloud-card {
  margin-bottom: 25px;
}
.why-cloud-card img {
  width: 50px;
  height: 50px;
}
.why-cloud-card h5 {
  font-size: 1.1em;
  font-weight: 700;
}
.why-cloud-card p {
  color: #828282;
  font-size: 1em;
}
