.banner-highlight {
    display: flex;
    justify-content: space-between;
    align-items: center;

    background-image: url(../images/fundo.png);
    background-size: contain;
    background-position: center;
    padding-top: 32px;
    padding-bottom: 32px;
}

.banner-highlight-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff;
    padding: 24px;
    width: auto;
    max-width: 65%;
}

.banner-highlight-title {
    font-size: 18px;
}

.banner-highlight-subtitle {
    font-size: 32px;
    margin-bottom: 12px;
}

.banner-highlight-description {
    margin-bottom: 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.banner-highlight-image-background {
    background-color: #fff;
    width: 300px;
    height: 300px;
    border: solid 10px #4e4697;
    border-radius: 50%;
}

.banner-highlight-image-background img {
    object-fit: contain;
    width: 90%;
    background-color: transparent;
    margin-left: 20px;
}