

.container-development {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 70vh;
    gap: 30px;
    min-height: 500px;
}
.block-title {
    display: flex;
    font-size: 35px;
    width: 80%;
    justify-content: center;
    text-align: center;
}
.block-img-dev {
    width: 60%;
    max-width: 600px;
}

