#contact .crdn {
    background: #3e7035d4;
    padding: 20px 0 30px 0;
    color: #fff;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#contact .crdn .icone {
    border: 1px dashed #ffd565;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

#contact .crdn .icone svg {
    width: 30px;
}

#contact form {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
}