html,
body,
.content {
    height: 100%;
    min-height: 100%;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #1d1d1d;
}

.full-height {
    height: 100%;
}

.left-col {
    background: url("../img/site/left-bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.right-col {
    background: url("../img/site/bg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.right-col img {
    width: 65%;
}

.left-content {
    padding: 80px !important;
}

.left-content .row {
    padding-bottom: 44px !important;
}

a {
    text-decoration: none;
    font-weight: 500;
    color: #1d1d1d;
}
