.titulo_texto {
    margin-top: 65px;
    font-weight: 700;
    font-size: xxx-large;
}

.a {
    width: 50%;
}

.primeira_div {
    display: flex;
    flex-direction: row;
    margin-top: 10%;
}

.botao {
    padding-top: 33px;
    padding-bottom: 33px;
    width: 100%;
    color: #FFFF;
    font-weight: bold;
    font-size: x-large;
    border-radius: 0px 8px 8px 0px;
    text-align: end;
    padding-right: 10px;
}

.descricao {
    font-size: 24px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: center;
    margin-top: 20px;
}

.imagem {
    object-fit: cover;
    height: 104px;
    width: auto;
    border-radius: 8px 0px 0px 8px;
}

@media screen and (min-height: 1900px) {
    .titulo_texto {
        font-size: 80px;
        opacity: 1;
        margin-top: 114px;
    }

    .a {
        width: 80%;
    }

    .primeira_div {
        display: flex;
        flex-direction: row;
        margin-top: 6%;
    }

    .botao {
        padding-top: 33px;
        padding-bottom: 33px;
        width: 100%;
        color: #FFFF;
        font-weight: bolder;
        font-size: 55px;
        border-radius: 0px 8px 8px 0px;
        text-align: end;
        padding-right: 30px;
    }

    .imagem {
        object-fit: cover;
        height: 220px;
        width: 160px;
        border-radius: 8px 0px 0px 8px;
    }

    .descricao {
        font-size: 46px;
        margin-left: 50px;
        margin-right: 50px;
        text-align: center;
        margin-top: 50px;
    }
}

@media screen and (min-width: 1610px) and (max-width: 1680px) and (min-height: 2320px) and (max-height: 2390px) {
    .titulo_texto {
        font-size: 110px;
        opacity: 1;
        margin-top: 114px;
    }

    .a {
        width: 80%;
    }

    .primeira_div {
        display: flex;
        flex-direction: row;
        margin-top: 12%;
    }

    .botao {
        padding-top: 33px;
        padding-bottom: 33px;
        width: 100%;
        color: #FFFF;
        font-weight: bolder;
        font-size: 80px;
        border-radius: 0px 8px 8px 0px;
        text-align: end;
        padding-right: 30px;
    }

    .imagem {
        object-fit: cover;
        height: 250px;
        width: 250px;
        border-radius: 8px 0px 0px 8px;
    }

    .descricao {
        font-size: 60px;
        margin-left: 100px;
        margin-right: 100px;
        text-align: center;
        margin-top: 60px;
    }
}