.atendimento-content h1 {
    color: #234256;
    font-size: 95px;
}

.atendimento-content h2 {
    font-size: 32px;
    font-weight: 300;
    background-image: linear-gradient(90deg, rgba(62,225,252,1) 0%, rgba(62,130,252,1) 46%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.atendimento-content {
    text-align: center;
}

.atendimento-box {
    text-align: center;
    margin: auto;
    width: 300px;
}

.atendimento-box img {
    margin-bottom: 15px;
}

.atendimento-box p {
    font-size: 18px;
}

.atendimento-div {
    display: flex;
    padding: 50px 25px;
}

.atendimento-container {
    background-color: #FBFEFF;
}

@media screen and (max-width: 980px) {
    .atendimento-div {
        display: block;
    }

    .atendimento-box {
        margin-bottom: 40px;
    }

    .atendimento-content h1 {
        font-size: 45px;
    }

    .atendimento-content h2 {
        font-size: 20px;
    }


}