#header .container {
  max-width: 100%;
  padding: 0px 55px;
}

#blog-detail-banner {
  padding-top: 100px;
}

#purchase-products-online {
  padding: 65px 70px 82px 70px;
}

#purchase-products-online .left {
  padding-right: 139px;
  width: calc(100% - 139px);
}

#purchase-products-online .left h2 {
  color: #311a1a;
  font-size: 48px;
  line-height: 55px;
}

#purchase-products-online .left p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 25px;
}

#purchase-products-online .left .socials img {
  width: 40px;
  margin-right: 5px;
  aspect-ratio: auto;
}

#purchase-products-online .right {
  max-width: 400px;
  min-width: 400px;
  width: 100%;
  padding-top: 57px;
}

#purchase-products-online .right h2 {
  font-size: 40px;
  line-height: 55px;
  color: #311a1a;
}

#purchase-products-online .right .flower {
  top: -38px;
}

#purchase-products-online .right .card {
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
  border-radius: 15px;
  border: none;
}

#purchase-products-online .right .card .arrow {
  background-color: #ffffff80;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
}

#purchase-products-online .cards {
  padding-top: 40px;
}

#purchase-products-online .cards .card {
  cursor: pointer;
  margin-bottom: 37px;
}

#purchase-products-online .cards .card .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
  width: 100%;
  height: 100%;
}

#purchase-products-online .cards .card .image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  aspect-ratio: 16/11;
  transition: background-size 0.5s ease-in-out;
  overflow: hidden;
  border-radius: 20px;
}

#purchase-products-online .cards .card .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
  transform: scale(1);
}

#purchase-products-online .cards .card:hover .image {
  background-size: 120%;
}

#purchase-products-online .cards .card:hover .image::before {
  transform: scale(1.1);
}

#purchase-products-online .cards .card.headquarter .image::before {
  background-image: url("../images/blog1.png");
}

#purchase-products-online .cards .card.beneficial .image::before {
  background-image: url("../images/blog2.png");
}

#purchase-products-online .cards .card.transaction .image::before {
  background-image: url("../images/blog3.png");
}

#purchase-products-online .cards .card.sanitization .image::before {
  background-image: url("../images/also-like-one.png");
}

#purchase-products-online .cards .card .content {
  bottom: 0px;
  padding: 20px;
}

#purchase-products-online .cards .card .content p {
  font-size: 32px;
  font-family: "Denton Test Bold";
  line-height: 30px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#purchase-products-online .left ul {
  list-style-type: decimal;
}

#purchase-products-online .wrapper .left span.title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

#purchase-products-online .wrapper .left .first {
  max-width: 622px;
}

#purchase-products-online .wrapper .left .two {
  max-width: 898px;
}

#comment {
  padding: 0px 70px 38px 70px;
}

#comment .wrapper {
  background-color: #f5bb00;
  padding: 25px 22px;
}

#comment p {
  font-weight: 400;
  font-size: 40px;
  line-height: 36px;
  font-family: "Denton Test";
  padding-right: 70px;
  min-width: 300px;
}

#comment input {
  background-color: #ffffffcc;
  height: 85px;
  padding: 25px 28px;
  font-size: 20px;
  color: #989898;
}

#comment input::placeholder {
  color: #989898 !important;
}

#comment input:focus {
  outline: none;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  #purchase-products-online {
    padding: 65px 61px 82px 61px;
  }
  #purchase-products-online .left {
    padding-right: 68px;
    width: calc(100% - 68px);
  }
  #purchase-products-online .right {
    max-width: 350px;
    min-width: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #purchase-products-online {
    padding: 65px 47px 82px 47px;
  }
  #purchase-products-online .left h2 {
    font-size: 40px;
    line-height: 46px;
  }
  #purchase-products-online .left {
    padding-right: 64px;
    width: calc(100% - 64px);
  }
  #purchase-products-online .right {
    max-width: 300px;
    min-width: 300px;
    padding-top: 43px;
  }
  #purchase-products-online .cards {
    padding-top: 32px;
  }
  #purchase-products-online .cards .card .content p {
    font-size: 24px;
    line-height: 25px;
  }
}

@media (max-width: 991px) {
  #blog-detail-banner {
    padding-top: 66px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #purchase-products-online {
    padding: 59px 24px 72px 24px;
  }
  #purchase-products-online .left h2,
  #purchase-products-online .right h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #purchase-products-online .wrapper .left span.title {
    font-size: 20px;
    line-height: 24px;
}
  #purchase-products-online .left {
    padding-right: 35px;
    width: calc(100% - 35px);
  }
  #purchase-products-online .left p {
    padding-top: 20px;
    font-size: 14px;
    line-height: 19px;
  }
  #purchase-products-online .right {
    max-width: 278px;
    min-width: 1px;
    padding-top: 38px;
  }
  #purchase-products-online .right .flower {
    top: -26px;
  }
  #purchase-products-online .cards {
    padding-top: 24px;
  }
  #purchase-products-online .cards .card .content p {
    font-size: 24px;
    line-height: 24px;
  }
  #purchase-products-online .cards .card {
    margin-bottom: 27px;
  }
}

@media (max-width: 767px) {
  #purchase-products-online {
    padding: 46px 24px 12px 24px;
  }
  .wrapper {
    flex-wrap: wrap;
  }
  #purchase-products-online .left h2,
  #purchase-products-online .right h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
  #purchase-products-online .wrapper .left span.title {
    font-size: 16px;
    line-height: 20px;
}
  #purchase-products-online .left {
    padding-right: 0px;
    width: 100%;
  }
  #purchase-products-online .left .heading img {
    left: 40px;
  }
  #purchase-products-online .left p {
    padding-top: 18px;
    font-size: 12px;
    line-height: 14px;
  }
  #purchase-products-online .left .socials img {
    width: 27px;
    margin-right: 2px;
  }
  #purchase-products-online .left img.mobileee {
    aspect-ratio: 16/8;
  }
  #purchase-products-online .wrapper .heading {
    margin: auto;
  }
  #purchase-products-online .right .flower {
    top: -26px;
  }
  #purchase-products-online .cards {
    padding-top: 18px;
  }
  #purchase-products-online .right {
    max-width: inherit;
    min-width: 1px;
    padding-top: 50px;
    max-width: 540px;
    margin: auto;
  }
  #purchase-products-online .cards .card .content p {
    font-size: 26px;
  }
  #purchase-products-online .right .card .arrow {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
  }
  #purchase-products-online .cards .card {
    margin-bottom: 28px;
  }
}
