#newsletter {
    padding: 60px 20px;
}

#newsletter .title {
    color: transparent;
    -webkit-text-stroke: 1px #b11923; /* largura da borda e cor */
    text-stroke: 1px #b11923;
    font-family: "Akira";
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#newsletter .subtitle {
    color: #fff;
    font-family: "Akira";
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#newsletter .description {
    color: #fff;
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#newsletter input {
    border-radius: 100px;
    border: 1px solid #fff;
    background-color: transparent;
    color: white;
    margin-bottom: 12px;
    margin-top: 12px;
}

#newsletter input::placeholder {
    color: white;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

#newsletter .base-buttons {
    border-radius: 100px;
    background: #ed5200;
    color: white;
    border: none;
}
