.illustration-image {
    width: 100%;
    max-width: 500px;
}

.image-title{
    font-size: 24px;
}

@media(min-width: 768px) {
    .content-section {
        min-height: 100vh;
    }
}

@media(max-width: 991px) {
    .image-title {
        font-size: 20px;
    }

    .form-title {
        font-size: 24px;
    }
}
.title-desciption{
    width: 80%;
}

@media(max-width: 767px) {
    .illustration-image {
        height: 80px;
    }
    .title-desciption{
        width: 100%;
    }
}
