.corporate-top {
    color: #fff;
    background-size: cover;
    background-position: 50% 50%;
    padding: 30px 0;
    line-height: 1.1;
}

.corporate-top h1{
    color: #fff;
    font-size: 28px;
    margin-bottom: 50px;
    text-transform: unset;

}

.corporate-top__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
}

.corporate-top__btn {
    display: inline-flex;
    font-weight: 400;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
}

.corporate-top__btn.btn_custom.btn-lg {
    font-size: 19px
}

.section-corporate-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
    overflow: hidden;
}

.section-corporate-bg1 {
    background-position: 50% center;
}

.section-corporate-bg2-wrap span.-red {
    font-weight: 700;
}

.corporate-bg-img img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.corporate-bg-img {
    text-align: center;
}

.corporate-bg1-img {
    transform: translateY(5rem);
    text-align: right;
}

.corporate-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}

.-red {
    color: #e50000;
}

.corporate-team {
    background-color: #202126;
    padding: 30px 0;
    color: #ffffff;
}

.corporate-team-title {
    margin-bottom: 40px;
}

.corporate-team-title {
    margin-top: 0;
    margin-bottom: 40px;
}

.corporate-team-subtitle {
    margin-top: 0;
    margin-bottom: 60px;
}

.corporate-team-row {
    margin-bottom: -30px;
}

.corporate-team-row > * {
    margin-bottom: 30px;
}

.corporate-team-item__img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 25px;
}

.corporate-team-item__title {
    font-size: 24px;
    font-weight: 700;
}

.ready-lots {
    padding: 100px 0;
}

.ready-lots .table thead th {
    border: 0;
}

.ready-lots .table th,
.ready-lots .table td {
    font-weight: 400;
    text-align: left;
    padding: 0.75rem 0;
}

.ready-lots .table td {
    border-top: 0;
    border-bottom: 1px solid #1b1b1b;
}

@media (min-width: 1200px){
    .corporate-top .container-fluid,
    .section-corporate-bg .container-fluid,
    .corporate-team .container-fluid,
    .ready-lots .container-fluid {
        padding: 0;
    }
    dl, 
    p,
    .corporate-team-item__title,
    .corporate-team-subtitle,
    .ready-lots th,
    .ready-lots td {
        font-size: 20px;
    }
    dd {
        margin-bottom: 0;
    }
	.corporate-top {
        padding: 120px 0 60px;
        min-height: 560px;
    }
    .corporate-top h1{
        font-size: 36px;
        margin-bottom: 130px;
    }
    .corporate-top__subtitle {
	    font-size: 24px;
    	margin-bottom: 35px;
	}
    .corporate-title {
        font-size: 36px;
    }
    .section-corporate-bg1 .corporate-title {
        margin-bottom: 90px;
    }
    .corporate-bg1-img {
        text-align: right;
    }
    .corporate-bg2-img {
        text-align: left;
    }
    .section-corporate-bg2 {
        padding-top: 90px;
        padding-bottom: 210px;
    }
    .section-corporate-bg1 {
        padding-top: 0;
        padding-bottom: 0;
        justify-content: flex-end;
        background-position: center -750px;  
    }
    .corporate-bg1-img {
        flex: 1 1 100%;
    }
    .section-corporate-bg1,
    .section-corporate-bg-wrap {
        display: flex;
        align-items: center;
    }
    .section-corporate-bg-wrap {
        justify-content: flex-end;
        max-width: calc((((100vw - (100vw - 100%)) - 1200px) / 2) + 1200px);
    }
    .section-corporate-bg2-wrap {
        flex-direction: row-reverse;
    }
    .section-corporate-bg2 .container-fluid {
        width: auto;
        margin: 0;
    }
    .section-corporate-bg2 img {
        left: 0;
    }
    .section-corporate-bg2 .row {
        flex-direction: row-reverse;
    }
    .corporate-team {
        padding: 90px 0;
    }
    .ready-lots {
        padding: 200px 0;
    }
}