@media (min-width: 1200px) {
	/* RATES HEADER */
        .rates .rates-header {
            height: 400px;
            padding: 75px 51px;
        }
        .rates .rates-header > .content {
            width: 50%;
            position: absolute;
            display: block;
            padding: 32px 32px 43px;
        }
        .rates .rates-header > .content > p.text {
            padding: 0;
            text-align: left;
        }
        .rates .rates-header > .content > .title-wrapper > h1 {
            font-size: 45px;
            color: #242E49;
            letter-spacing: 0.92px;
            line-height: 60px;
            margin: 14px 0 22px;
        }
        .rates .rates-header > .content > p.text > span {
            display: inline !important;
        }


    .rates {
        margin-top: 85px;
    }

    .rates .tables {
        padding: 40px 90px;
    }

    .rates .tables .table {
        margin-bottom: 40px;
    }
    .rates .tables tr.title-wrapper > .title-1 {
    	width: 378.7px;
    }
    .rates .tables tr.title-wrapper > .title-2,
    .rates .tables tr.title-wrapper > .title-3 {
    	width: 328.7px;
    }


}
