.central{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bg-decor .ramo{
    top: 140px;
}

.bg-decor .tomates {
    top: 140px;
    right: 0px;
}

.iframe-container {
    overflow-y: hidden;
    width: 35vw;
    height: 100%;
    border: 0px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
    z-index: 10;
}

iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* Responsividade */
@media (max-width: 1024px) {
    .iframe-container {
        width: 90%; 
        overflow: hidden;
    }

    .bg-decor .tomates{
        top: 90px;
    }

    .bg-decor .ramo{
        top: 85px;
    }
}


@media screen and (max-width:768px){


    .bg-decor .ramo{
        width: 30%;
    }

    .bg-decor .tomates{
        width: 30%;
    }
}