.logo {
    width: 80px;
    height: 80px;
}

form {
    width: 336px;
    margin-left: 82px;
}

textarea {
    height: 120px !important;
    resize: none;
}

.confirmation {
    margin-left: 82px;
    width: fit-content;
}

.confirmation h4 {
    width: auto;
}

.confirmation p {
    width: 430px;
}

.bolder {
    font-weight: 600;
}

@media screen and (max-width: 576px){
    form {
        margin-left: 27px !important;
        padding-bottom: 27px;
    }
}