@charset "utf-8";
/* CSS Document */

.taste {
  padding-top: 11px;
}
.taste-title {
  font-size: 40px;
  letter-spacing: 0;
  color: #568faf;
  font-weight: 700;
}
.taste-content {
  width: 1081px;
  margin-top: 9px;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0;
  color: #000000;
}
.latest-stories {
  padding-top: 25px;
}
.latest-stories-header {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 16px;
}
.latest-stories-title {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0;
  color: #568faf;
}
.toggle-button {
  display: flex;
  gap: 9px;
}
.toggle-button-left,
.toggle-button-right {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: solid 1px #568faf;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-stories-content {
  display: flex;
  gap: 19px;
}
.taste-img-content {
  width: 420px;
  height: 345px;
}
.content-img {
  width: 420px;
  height: 281px;
  margin-bottom: 7px;
}
.taste-img-p {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
  color: #000000;
}
.taste-page-banner-1 {
  display: none;
}
