.first-section .container h3 {
  color: var(--textTitle);
}
.product-item {
  width: 85%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  box-shadow: 0 3px 3px rgb(161 161 161 / 80%);
  border: 1px solid var(--backgroundColor);
}
.text-title-product {
  padding-top: 55px;
  font-size: 40px;
}
.product-item img {
  width: 70%;
  object-fit: cover;
  min-height: 188px;
  color: white;
  padding: 8px;
  margin: 20px;
}

.product-item .infos {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: white;
  color: black;
}

.product-item .infos a {
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  width: -webkit-fill-available;
  padding: 11px;
  border-radius: 10px 10px 10px 10px;
  border: none;
  background-color: var(--backgroundColor);
  text-decoration: none;
}

.product-item .infos button a {
  color: white;
  font-weight: 500;
}

.product-price {
  color: var(--textTitle);
}

.product-price {
  font-size: 20px;
  font-weight: 500;
}

.text-span {
  padding: 24px 143px 86px 143px;
  text-align: center;
}

.text-span span {
  text-align: center;
}
.pic-4 {
  position: relative;
  width: 532px;
  height: 548px;
  background-color: #4bc987;
  border-radius: 30px;
}
.pic-4 img {
  width: 100%;
  height: 100%;
}
.container-grid-card {
  display: grid;
  row-gap: 41px;
  grid-template-columns: auto auto auto;
  padding: 0 350px 140px 350px;
  justify-content: space-around;
}

.pic-4 {
  width: 520px;
  height: 450px;
  background-color: #4bc987;
  border-radius: 30px;
}
.third-section .container .text-content {
  align-self: end;
  width: 695px;
}

.third-section h1{
    color: var(--textTitle);
  font-weight: 700;
  font-size: 40px;
  display: flex;
  justify-content: center;
}
.view-more {
  background-color: var(--backgroundColor);
  border: none;
  padding: 14px 19px;
  color: white;
  font-size: 16px;
}

.third-section .container .text-content {
  align-self: center;
}

.third-section .container .text-content h2 {
  color: var(--textTitle);
}

@media (min-width: 1225px) and (max-width: 1265px) {
  .product-item {
    width: 297.93px;
    height: 370px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    box-shadow: 0 3px 3px rgb(161 161 161 / 80%);
    border: 3px solid var(--backgroundColor);
  }
  .product-item img {
    width: 70%;
    object-fit: cover;
    min-height: 151px;
    color: white;
    padding: 8px;
    margin: 20px;
  }
  .product-item .infos {
    height: fit-content;
  }

  .product-item .infos a {
    padding: 13px;
  }

  .product-item .infos .text-desc h5 {
    font-size: 17px;
  }

  .product-price {
    font-size: 17px;
  }

  .third-section .container .text-content {
    align-self: end;
    width: 550px;
  }
}
.text-desc h5{
  font-weight: 700;
}
.text-content h1 {
  color: var(--textTitle);
  font-weight: 600;
  font-size: 40px;
}
#name-gradient{
  color: var(--textTitle);
  font-weight: 700;
}