.areas-de-atuacao {
  padding: 40px 0;

  .areas-de-atuacao-buttons {
    .row {
      row-gap: 32px;

      .col-md-4 {
        padding: 0 16px;
      }
    }

    .areas-de-atuacao-link {
      text-decoration: none;
      color: #30302e;

      .areas-de-atuacao-buttom {
        min-width: 175px;
        border: 1px solid #ebebeb;
        background: white;
        border-radius: 8px;
        padding-bottom: 10px;
        height: 100%;
        min-height: 120px;
        overflow: hidden;

        .thumbnail {
          margin-bottom: 5px;

          img {
            width: 100%;
            height: 209px;
            object-fit: cover;
            border-radius: 6px 6px 0 0;
          }
        }

        .text {
          padding: 0 15px;

          h3 {
            margin: 0;
            margin-bottom: 4px;
            color: #1d1d1b;
            font-size: 24px;
            font-weight: 700;
            margin-bottom: 8px;
          }

          p {
            margin: 0;
            color: #565654;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 8px;
          }
        }
      }
    }

    .components-button {
      height: auto;
    }
  }
}