@media screen and (min-width: 1261px) {
  .calculator-grid {
    flex-direction: row;
    gap: 64px;
  }
  .section_title {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 64px;
  }
}
