@media (min-width: 0px) {
  .forfree {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .forfree__buttons {
    display: flex;
    gap: 10px;
  }
  .forfree__title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 28px */
    margin: 10px 0 20px;
  }
  .forfree__info_text {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
  }
  .forfree__main {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .forfree__btn_small {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 3.653px 14.61px;
    font-size: 11.175px;
    font-weight: 600;
    line-height: 22.263px; /* 182.857% */
    letter-spacing: 0.365px;
    color: #000;
    border-radius: 9.74px;
    border: 1.141px solid #6e7076;
    background: transparent;
  }
  .forfree__btn_redbg {
    background: #ed9ea1;
    color: #ffffff;
    border-radius: 9.74px;
    border: none;
    font-family: "Manrope";
  }

  .forfree__main-img > img.mobile {
    width: 100%;
  }
}

@media (min-width: 957px) {
  .forfree__title {
    font-size: 45px;
    margin: 10px 0 24px;
  }
  .forfree__info_text {
    font-size: 24px;
  }
}

@media (min-width: 1244px) {
  .forfree {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .forfree__main {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .forfree__main-info {
	max-width: 596px;
  }

  .forfree__main-img img {
	width: 100%;
  }


  .forfree__btn_small {
    height: 52px;
    padding: 24px 29.132px;
    font-size: 24px;
    border-radius: 16px;
    border: 1.5px solid #000;
  }
  .forfree__btn_redbg {
    border: none;
  }
}
