.hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 20px;
    max-width: 1100px;
    margin: auto;
    margin-top: 100px;
}

.conte {
    max-width: 1000px;
}

h1 {
    font-family: 'bely-display, sans-serif';
    font-size: 3rem;
    margin-bottom: 20px;
}

p {
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
}

.cta-button {
    background-color: #71A894;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.cta-button:hover {
    background-color: #45a049;
}

.illust img {
    width: 500px;
    height: auto;
}