
.title-shift {
    padding-top: 30px;
    padding-bottom: 20px;
}

.left-side {
    padding-top: 230px;
    padding-right: 10%;
}

.form-style {
    padding-top: 260px;
    width: 45%;
}

.main-contact-line {
    display: flex;
    margin-left: 30px;
}

.linkedin-icon {
    width: 35px;
    margin-left: 23px;
}

.contact-text {
    text-align: left;
}

.field-name {
    padding-left: 0;
    padding-bottom: 10px;
}

.div-width {
    width: calc(50% - 10px);
}

.single-div {
    width: 100%;
    margin-bottom: 40px;
}

.two-fields {
    display: flex;
}

.two-fields-gap {
    margin-left: 20px;
}

.message-text {
    width: 100%;
    padding: 0;
}

.message-div {
    margin-bottom: 0;
}

.send-margin {
    margin-top: 55px;
    margin-bottom: 70px;
}

.form-checkbox {
    align-items: center;
    margin-bottom: 0;
    padding-left: 1.25rem;
    display: flex;
}

.form-checkbox-icon {
    width: 1.125rem;
    height: 1.125rem;
    min-height: 1.125rem;
    min-width: 1.125rem;
    border: 1px solid var(--color1);
    cursor: pointer;
    border-radius: 0;
    margin-top: 0;
    margin-left: -1.25rem;
    margin-right: .5rem;
    transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
    box-shadow: none;
    background-color: var(--color1);
    background-size: 16px 16px;
    border-width: 1px;
    border-color: var(--color1);
}

.w-checkbox-input {
    float: left;
    line-height: normal;
}

.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: var(--color8);
    border-radius: 4px;
    border: 2px solid #ccc;
    cursor: pointer;
}

.accept {
    transform: translateY(-4px);
    margin-left: 5px;
    color: var(--color1);
}

input[type="checkbox"]:checked + .custom-checkbox {
    background-color: var(--color1);
    border: 2px solid var(--color1);
    background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
}

input[type="checkbox"] {
    display: none;
}

input[type="text"], input[type="email"], textarea {
    background-color: var(--color8);
    border: 1px solid #ccc;
    width: 100%;
    height: 38px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 10px;
    margin-bottom: 15px;
}

.message {
    height: 200px;
    padding: 10px;
}

@media screen and (max-width: 1400px) {

    .left-side {
        padding-top: 30px;
    }

    .form-style {
        padding-top: 60px;
    }
}

@media screen and (max-width: 863px) {

    .left-side {
        padding-right: 0;
        display: flex;
    }

    .title-shift, .left-side-div {
        text-align: center;
    }

    .main-contact-line {
        margin-left: 0;
        padding-left: 10px;
    }

    .linkedin-icon {
        margin-left: 0;
    }

    .form-style {
        width: 100%;
        padding-top: 40px;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 500px) {

    .two-fields {
        display: block;
    }

    .two-fields-gap {
        margin-left: 0;
    }

    .div-width {
        width: 100%;
    }
}