.atendimento-container {
    width:100%;
    display:flex;
    justify-content: center;
}

.atendimento-content {
    display:flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
    width:80%;
    height:100%;
    background-color: #78009b;
    padding: 10px 10px 0 10px;
}

.img1 {
    width:100%;
}

.img2 {
    margin-top: -57px;
    width: 100%;
}

.img3 {
    margin-top: -5px;
    width: 100%;
}

.img5 {
    width:100%;
}

.img4 {
    margin-top: 17px;
}

@media screen and (max-width:480px) {
    .atendimento-content {
        width:100%;
    }

    .img1 {
        display:block;
        width:100%;
    }

    .img2 {
        margin-top: -16px;
        width: 100%;
    }

    .img3 {
        width: 100%;
        margin-top: 39px;
    }

    .img4 {
        width: 100%;
        margin-top: 58px;
    }
}