@media screen and (max-width: 1600px) {
  .left-title {
    font-size: 30px;
  }
  .left-description {
    font-size: 15px;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 1300px) {
  .main > div {
    width: 40%;
  }
  .left-title {
    font-size: 28px;
  }
  .left-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .left-title {
    font-size: 32px;
  }
  .left-description {
    font-size: 16px;
  }
  .main {
    flex-direction: column;
  }
  .main > div {
    width: 100%;
    min-height: auto;
    padding: 24px 32px;
  }
  .layout {
    display: grid;
    grid-template-rows: 10vh auto auto auto;
  }
  .partners-inner {
    flex-direction: column;
    width: 70%;
    height: 100%;
    gap: 18px;
    padding: 24px 0px;
  }
  .footer {
    flex-direction: column;
    padding: 32px 0px;
    gap: 18px;
  }
  .navbar-inner {
    width: 95%;
  }
  .partners-inner img,
  .partners-inner svg {
    height: auto;
    max-width: 100%;
  }
  .footer-copy {
    text-align: center;
  }

  .form {
    max-width: 50%;
  }
  .calculator {
    max-width: 50%;
  }

  .calc-input input,
  .calc-input select {
    width: 100%;
  }
  .calc-input span {
    left: 6px;
  }
  .caret {
    right: 12px;
  }
}

@media screen and (max-width: 680px) {
  .calculator {
    max-width: none;
  }
  .form {
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  .submit-btn {
    font-size: 13px;
  }
  .main > div {
    padding: 24px 32px;
  }
  .right-title {
    padding: 18px 0px 0px 0px;
  }
  .right-desc {
    width: 100%;
    padding: 0;
  }
  .navbar-inner img {
    height: auto;
    width: 50%;
  }
  .navbar-text {
    font-size: 12px;
  }
  .navbar-text svg {
    width: 18px;
    height: 17px;
    margin: 0px 4px;
  }
  .input-container label {
    font-size: 12px;
  }
  .input-container input:focus + label,
  .input-container input:not(:placeholder-shown) + label {
    top: 0;
    font-size: 8px;
    color: #9cc566;
  }

  .left-green-title {
    font-size: 20px;
  }
  .left-title {
    font-size: 24px;
  }
  .left-description {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }
  .left-how-it-works {
    font-size: 13px;
    line-height: 1rem;
  }

  .form h3 {
    font-size: 24px;
    line-height: 26px;
  }

  #credit > .input-container label {
    font-size: 10px;
  }
  .select-container select {
    font-size: 10px !important;
  }

  #credit > .input-container input:focus + label,
  #credit > .input-container input:not(:placeholder-shown) + label {
    font-size: 8px;
  }

  .right-title {
    font-size: 13px;
  }
  .right-desc {
    font-size: 12px;
  }
}

@media screen and (max-width: 380px) {
  .main > div {
    padding: 12px 12px;
  }
  .left-title {
    font-size: 22px;
  }

  .navbar-text {
    font-size: 10px;
  }
}

@media screen and (max-width: 320px) {
  .input-container label {
    font-size: 10px;
  }
  .submit-btn {
    font-size: 10px;
  }
  .navbar-text {
    font-size: 8px;
  }
  .left-title {
    font-size: 18px;
  }
}

.left-title.short {
  font-size: 18px;
  font-weight: 600;
}
