.taste {
  /* padding-top: 15px; */
  padding-top: 0px;
}
.taste-title {
  padding-left: 40px;
}
.taste-content {
  margin-top: 16px;
  width: 100%;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0;
  color: #000000;
  padding: 0 40px 50px;
}
/* .latest-stories{
        padding-top: 40px;
        padding-bottom: 135px;
        padding-left: 40px;
    } */
.latest-stories-header {
  width: 100%;
  margin-bottom: 20px;
}
.latest-stories-title {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  color: #568faf;
}
.toggle-button {
  display: none;
}
.latest-stories-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-right: 68px;
}
.taste-img-content {
  width: 100%;
  height: 194px;
  display: flex;
  gap: 30px;
}
.content-img {
  width: 290px;
  height: 194px;
}
.taste-img-p {
  font-size: 30px;
  line-height: 46px;
  letter-spacing: 0;
  color: #000000;
}
.taste-page-banner-1 {
  display: block;
  width: 100vw;
  height: 6px;
  background-color: #568faf;
}
