.adote {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 560px;
    padding-top: 80px;
    padding-bottom: 80px;

}

.adote-content {
    width: 70%;
}

.adote-call > h2{
    font-size: 38px;
    font-weight: 500;
    color: var(--cor-fonte-2);
}

.adote-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.adote-text-left {
    display: flex;
    flex-direction: column;
    width: 33%;
}

.adote-text-left p {
    font-size: 23px;
}

.adote-text-center {
    width: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.adote-text-center h3{
    font-size: 100px;
    margin: 0;
}

.adote-text-center p {
    width: 50%;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.adote-text-right {
    width: 33%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.adote-text-right h3{
    font-size: 100px;
    margin: 0;
}

.adote-text-right p {
    width: 50%;
    font-size: 18px;
    text-align: center;
    margin: 0;
}