* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }

  .hero {
    width: 100%;
    height: 40vh;
    
    margin: auto;
    background: radial-gradient(circle, rgba(68, 102, 158, 1) 2%, rgba(0, 0, 0, 1) 100%);
    background-image: url("../logo/spot-kurumsal.jpeg");
    object-fit: cover;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: top;
    background-position: center;
    background-repeat: no-repeat;
    align-self: center;
    }

  .hero h1 {
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: auto;
    z-index: 2;
    width: 100%;
    font-size: 3.2rem;

  }

  .orta {
    color: rgb(0, 0, 0);
    font-weight: 400;
    display: flex;
    /*align-items: center;*/
    z-index: 2;
    width: 95%;
    padding: 20px;
    margin: auto;
    height: 100vh;
    background-image: url('../logo/vektörel-01\ \(1\).png');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.6;
  }
  .container.blog {
    z-index: 2;
    color: black;

  }
  .üst {
    text-decoration: none;
    border: 1px solid wheat;
    padding: 7px;
    font-size: 1.5rem;
  }
  p {
    line-height: 3.5rem;
  }

  @media (max-width: 700px) {
    .orta{
      margin-bottom: 45rem;
    }
    
  }