.header_container {
    position: relative;
    background-color: #fff;
}

.header_container .header {
    position: absolute;
    top: 40%;
    left: 16%;
    font-family: 'KenworthSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 51px;
    line-height: 31px;
    /* text-transform: capitalize; */
    color: #000000;
}

.form-container {
    max-width: 640px;
    margin: auto;
}

.form-container .btn {
    width: 100%;
    height: 60px;
    background-color: #000000;
    border-radius: 0;
    margin: 30px 0 0 0;
    font-style: normal;
    font-weight: 700;
    font-size: 17.7397px;
    line-height: 26px;
    padding: 10px;
    color: #fff;
}

.form-container p {
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #808284;
}

.form-container p:first {
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #58595B;
}

.form-container form label {
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.12963px;
    text-transform: uppercase;
    color: #B2B3B6;
    padding-left: 5px;
}

.form-container form input,
.form-container form select,
.form-container form textarea {
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    letter-spacing: -0.367647px;
    color: #58595B;
    padding-left: 5px;
}

.form-container form select {
    height: unset;
    padding-left: 0;
}

.form-container form .form-control {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #B2B3B6;
    padding-left: 5px;
}

.form-container form .btn {
    margin-left: auto;
    padding: 10px 50px;
    max-width: fit-content;
}

.form-container form .btn span {
    margin-left: 5px;
}

.block-7 {
    margin-top: 150px;
    padding: 90px;
    background: #282829;
    box-shadow: 0px 4px 71px rgba(0, 0, 0, 0.4);
    position: relative;
    right: -210px;
}

.img-mobile {
    display: none;
}

section {
    background-color: #F2F2F2;
}

.block-7 img {
    width: 100%;
}

.block-7 h3 {
    font-family: 'KenworthSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 91px;
    color: #FFFFFF;
    text-transform: initial;
}

.block-7 h3 img {
    max-width: 50px;
}

.block-7 p {
    font-family: 'Saira', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    color: #FFFFFF;
    margin-left: 75px;
}

.block-7 div.btn {
    background: #FFFFFF;
    margin: unset;
    width: unset;
    height: unset;
    border-radius: 0;
    padding: 10px 0px;

}

.block-7 div.btn a {
    font-family: 'KenworthSans-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    color: #EE1420;
    text-decoration: auto;
    padding: 0 20px;
}

.block-7 div.btn a::before {
    content: url("../media/images/red-arrow.svg");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    left: -4px;
    top: 40%;
    cursor: pointer;
    margin-right: 10px;
}

.removeSidesPadding {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width : 1200px) {
    .block-7 {
        right: 0px;
        padding: 45px 20px;
    }

    .header_container .header {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .header_container .header {
        font-size: 24px;
        line-height: 27px;
    }

    .block-7 h3 {
        font-size: 31px;
        word-break: break-word;
        line-height: 1.2;
    }

    .block-7 div.btn a {
        font-size: 17px;
        line-height: 26px;
    }

    .block-7 .col-lg-3 ,
    .block-7 .col-lg-9 {
        display: flex;
        justify-content: center;
    }

    .block-7 h3 img {
        max-width: 50px;
        transform: rotate(90deg);
        position: relative;
        top: -35px;
        width: 25px;
    }
}