@media screen and (max-width: 992px) {
    .calc-columns {
        flex-direction: column;
        display: flex;
    }

    .results {
        display: flex;
        flex-direction: column;
        margin-left: unset;
        justify-content: space-between;
    }

    .calc-input-part {
        margin-bottom: 20px;
    }

    .slider {
        margin-bottom: 20px;
    }

    .parameters {
        width: unset;
        margin-right: unset;
    }

    .content {
        max-width: 80%;
        min-width: 500px;
        width: unset;
        margin-left: auto;
        margin-right: auto;
    }

    #contact-box {
        width: 40%;
    }


    #case-img {
        background-position: top right;
        background-position-y: 40px !important;
    }

    #footer-logo {
        height: 50px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    #footer-flex {
        display: unset;
    }
  }