.olho-seco-area
{
    width: var(--full);
}

.olho-seco-area .olho-seco-wrapper
{
    display: flex;
    justify-content: space-between;
    margin-top: 38px;
}

.olho-seco-area .olho-seco-wrapper .olho-seco-image
{
    max-width: 555px;
    width: var(--full);
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.olho-seco-area .olho-seco-wrapper .olho-seco-image figure
{
    max-width: 451px;
    padding-top: 5px;
    width: var(--full);
    max-height: 301px;
}

.olho-seco-area .olho-seco-wrapper .olho-seco-image figure img
{
    max-width: var(--full);
    border: 1px solid var(--verde);
    border-radius: 20px;
    max-height: 301px;
}

.olho-seco-area .olho-seco-wrapper .olho-seco-items
{
    display: flex;
    justify-content: center;
    max-width: 712px;
    width: var(--full);
    padding: 0 20px;
}

.olho-seco-area .olho-seco-wrapper .olho-seco-items .olho-seco-text h2
{
    color: var(--verde);
    font-size: 20px;
}

.olho-seco-area .olho-seco-wrapper .olho-seco-items .olho-seco-text p:last-child
{
    margin-top: 22px;
}

.olho-seco-area .olho-seco-wrapper .olho-seco-items .olho-seco-text .btn-area
{
    width: var(--full);
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.olho-seco-area .olho-seco-wrapper .olho-seco-items .olho-seco-text .btn-area a{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 285px;
    width: var(--full);
    min-height: 50px;
    background-color: var(--verde);
    color: #fff;
    border-radius: 10px;
}

.olho-seco-area .olho-seco-wrapper .olho-seco-items .olho-seco-text .btn-area a:hover
{
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 16px -5px #000;
}

@media(max-width: 992px)
{
    .olho-seco-area .olho-seco-wrapper
    {
        flex-direction: column;
        align-items: center;
    }

    .olho-seco-area .olho-seco-wrapper .olho-seco-items
    {
        margin: 50px 0;
        padding: 0;
    }
}