.contact-page{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding: 5rem 0;
}

.contact-wrapper{
    width: 40%;
}

.contact-page .text-container-end {
    width: 80vw;
    max-width: 100%;
    gap: 100px;
    flex-direction: row-reverse;
    align-self: flex-end;
}

.contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-wrapper  .text-container {
    padding: 0;
    margin: 45px 0;
}
form .input-container {
    width: 100%;
    margin: 2rem auto;
}
form input[name="namedsajldj"],
    input[name="emaildsajldj"],
    input[name="kommentardsajldj"],
    input[name="phonedsajldj"],
    input[name="postcodedsajldj"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--black-70);
    padding: 8px 8px;
}
form .checkbox-container {
    width: 100%;
    margin: 1rem auto;
}
.ast {
    font-size: .7rem;
    color: var(--primary-red);
}
.pooh {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
form input[type="submit"] {
    width: 20%;
    padding: 8px 8px;
    margin: 1rem 0;
    background-color: #f8f9fa;
    border: 1px solid #E6E7E8;
    border-radius: 4px;
    color: #3c4043;
    cursor: pointer;
    font-family: arial, sans-serif;
    font-size: 14px;
    height: 36px;
    line-height: 27px;
    min-width: 100px;
    padding: 0 16px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: pre;
}
form input[type="submit"]:hover {
    background-color: var(--primary-red);
    color: var(--white) !important;

    border-color: #dadce0;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
    color: #202124;
}

form input[type="submit"]:focus {
    border-color: #4285f4;
    outline: none;

}

@media screen and (max-width: 1200px) {
    .contact-page{

        padding: 3rem 0;
    }
    
    .contact-wrapper{
        width: 80%;
    }




}



@media screen and (max-width: 768px) {
    .contact-page{

        padding: 2rem 0;
    }
    
    .contact-wrapper{
        width: 90%;
    }




}