.free-sectors-title {
  font-size: 32px;
  line-height: 110%;
  display: inline-block;
  font-family: "Acrom";
  color: #d9ceac;
}

.free-sectors-button {
  border-radius: 50px;
  border: 1.5px solid #fff;
  box-sizing: border-box;
  height: 54px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  font-size: 24px;
  line-height: 150%;
  font-family: "Acrom", sans-serif;
  color: #fff;

  padding: 0 35px;
  transition: 0.3s;
}

.free-sectors-button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.free-sectors-info-text {
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 150%;
  font-family: "Acrom", sans-serif;
  color: #fff;
  text-align: justify;
  display: inline-block;
  margin: 20px 0 0 0;
}

@media (max-width: 768px) {
  .free-sectors-title {
    font-size: 24px;
  }
  .free-sectors-button {
    font-size: 14px;
    height: 41px;
  }
}
