.title {
    top: 200px;
}

.content {
    height: auto !important;
    background: url("../img/common/main.jpg") no-repeat top;
}

.content .col-12.bg-white {
    background-color: rgba(255, 255, 255, .6) !important;
}

.content .col-12:first-child {
    height: 350px;
}

input{
    border: 1px solid white !important;
}

.contact-link a {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .title {
        font-size: 57px;
        line-height: 65px;
    }

    .content > .container-fluid > .row {
        padding-bottom: 260px;
    }

    a.btn {
        top: 52px;
    }

    .line {
        width: 1px;
        height: calc(100% - 50px);
        background: #616264;
        right: 0;
    }
}