@media (max-width: 990px) {
    .col-12, .col-8, .col-7, .col-5, .col-4, .col-3 {
        width: calc(100% - 4%);
    }

    .container { width: calc(100%); }
    .logo {
        text-align: center;
        margin-top: 30px;
    }
    .logo img {
        width: 150px;
    }

    .line:nth-child(1), .line:nth-child(1) .container {
        height: 460px;
    }
    .line:nth-child(1){
        background-size: cover;
    }
    .line:nth-child(1) .container {
        background-size: 340px;
        background-position: center 110%;
    }


    .line:nth-child(1) .container .title {
        font-size: 27px;
    }
    .line:nth-child(1) .container .title span:nth-child(1) {
        font-size: 30px;
    }
    .line:nth-child(1) .container .text {
        width: calc(70%);
        margin: 20px auto;
    }
    .line:nth-child(1) .container button {
        position: absolute;
        bottom: -70px;
        left: calc(2%);
        width: calc(100% - 4%);
    }


    .line:nth-child(2) {
        height: 750px;
        margin-top: 100px;
    }
    .line:nth-child(2) h2 {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .line:nth-child(2) h2 span {
        font-size: 30px;
        color: inherit;
    }
    .box .box {
        height: 105px;
        background-size: 125px;
        overflow: hidden;
        padding: 10px 0 15px 15px;
    }

    .box .col-4:nth-child(1) .box {
        background-position-y: -45px;
        background-size: 115px;
    }


    .box .box h3,
    .box .box .text {
        width: calc(100% - 90px);
    }
    .box .box h3 {
        margin: 0 0 5px 0;
        font-size: 18px;
    }
    .box .box .text {
        font-size: 14px;
    }

    .line:nth-child(3) .row:nth-child(1) .col-12 {
        margin: 15px 0; padding: 0;
        width: 100%;
    }
    .line:nth-child(3) .col-12 h3,
    .line:nth-child(3) .col-12 p,
    .line:nth-child(3) .col-12 p span {
        margin: 0;
        font-size: 14px;
    }
    #selectDiv {
        padding-right: 0;
    }
    #selectDiv.select-style .selectDivActive label {
        display: none;
    }
    #chartBox .chartBox-header {
        width: calc(100% - 4%);
        margin: 0 0 10px 0;
        display: block;
        text-align: center;
    }
    #chartBox .chartBox-header > div {
        display: inline-block;
    }

    .line:nth-child(4) h3 {
        font-size: 20px;
        margin: 40px 0 0 0;
    }
    .line:nth-child(4) h3 span {
        font-size: 28px;
    }

    .line:nth-child(5) {
        display: none;
    }
    .line:nth-child(5) .container {
        width: calc(100% - 4%);
        height: 150px;
    }
    .line:nth-child(5) .container .row span {
        font-size: 20px;
    }

    .line:nth-child(6) {
        margin: 20px 0;
    }
    .line:nth-child(6) h3 {
        margin: 0;
        padding: 15px 10px 15px 10px;
    }
    .d-none {
        display: none;
    }
    #quotations {
        padding: 0;
    }
    #quotations #widgetOutput {
        left: 100px; top: 10px;
        width: calc(100% - 100px);
    }

    }