.shop-section {
  padding: 80px 0px 20px;
  background-color: #efefef;
}

.shop-section-content-wrapper {
  width: fit-content;
  margin: auto;
}

.shop-section .separate {
  width: 260px;
  height: 4px;
  background: #3eb049;
  margin-bottom: 25px;
}

.shop-section__heading {
  max-width: 560px;
  margin-bottom: 50px;
  color: #096bf2;
}

.shop-section__heading h2 {
  font-weight: 700;
  margin-bottom: 30px;
  font-family: Inter;
  color: #1d4288;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-section__heading p {
  font-weight: 400;
  color: #1a1a1a;
  font-family: Inter;
  font-size: 16px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-section__heading p {
  font-weight: 300;
}

.shop-section__category {
  margin-bottom: 40px;
}

.shop-section__category__card {
  width: 400px;
  margin-right: 25px;
  background-color: white;
  position: relative;
}

.shop-section__category__card:last-child {
  margin-left: 0px;
}

.shop-section__category__card__content {
  padding: 25px;
  font-family: Inter;
  color: #1d4288;
}

.shop-section__category__card__content h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shop-section__category__card__content p {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  padding-bottom: 20px;
  text-align: justify;
}

.shop-section__category__card__content span {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  border-bottom: 2px solid #1d4288;
  padding-bottom: 5px;
}

.shop-section__category__card__content span svg {
  vertical-align: sub;
  margin-left: -4px;
}

.shop-section__logo {
  padding: 0 55px;
}

.shop-section .text-right {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
