 .btn-servico {
      display: inline-block;
      margin: 10px;
      padding: 12px 20px;
      background-color: #28a745;
      color: white;
      border: none;
      border-radius: 6px;
      cursor: pointer;
    }

    .modal {
      display: none;
      position: fixed;
      z-index: 999;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
    }

    .modal-conteudo {
      background-color: #151515;
      margin: 10% auto;
      padding: 30px;
      width: 90%;
      max-width: 500px;
      border-radius: 10px;
      position: relative;
      text-align: center;
    }

    .modal-conteudo img {
      width: 100%;
      border-radius: 8px;
    }

    .modal-conteudo h2 {
      margin-top: 15px;
    }

    .fechar {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 22px;
      cursor: pointer;
    }

    #modal-desc{
    font-size: 18px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-style: italic;
    }