.single-banner {
  margin: 40px 0;
  min-height: 268px;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-banner__content {
  max-width: 500px;
  min-height: 268px;
  padding: 40px 20px 40px 40px;
  background: rgba(247, 247, 247, 0.94);
}

.single-banner__title {
  color: #405363;
  font-family: "EB-Garamond";
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.single-banner__text {
  color: #405363;
  font-family: "EB-Garamond";
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.single-banner__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  max-width: max-content;
  margin-top: 20px;
  padding: 12px 40px;
  background: #98283C;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;

  cursor: url(/wp-content/themes/euvatandas.tr/images/cursor.svg) 10 5, auto;
}

.single-banner__btn::after {
  content: "";
  width: 20px;
  height: 16px;
  background-image: url(/wp-content/themes/euvatandas.tr/images/blog/arrow-right.svg);
  background-repeat: no-repeat;
}
