.info {
  background: #a9a27e;
  padding: 80px 20px;
  padding-top: 40px;
  text-align: center;
  color: #f5f3ee;
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
}

.info::before,
.info::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}

.info::before {
  bottom: 100%;
  height: 50px;
  background-image: url("../img/top1.png");
}

.info::after {
  top: 100%;
  height: 50px;
  background-image: url("../img/bottom2.png");
}

.info-content {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.info-title {
  font-family: "Ardeco", serif;
  font-size: 36px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}

.info-icons {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 40px;
}

.info-icons img {
  height: 90px;
  opacity: 0.9;
}

.info-text {
  font-family: "Montserrat";
  font-size: 18px;
  max-width: 700px;
  margin: 40px auto 40px auto;
}

.info-btn {
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid #f5f3ee;
  border-radius: 12px;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #f5f3ee;
  text-decoration: none;
  transition: 0.3s;
}

.info-btn:hover {
  background: #f5f3ee;

  color: #4b3526;
}

.info-phone-icon {
  margin: 60px 0 25px;
}

.info-phone-icon img {
  height: 85px;
}

.info-contact {
  font-family: "Montserrat";
  font-size: 18px;
  margin-top: 15px;
}

.info-actions {
  margin-top: 35px;

  display: flex;

  justify-content: center;

  gap: 25px;
}

.info-circle {
  width: 60px;
  height: 60px;

  border-radius: 50%;

  background: #f5f3ee;

  display: flex;

  align-items: center;

  justify-content: center;
}

.info-circle img {
  width: 26px;
}
