#gonullu-ol {
    text-align: center;
    padding: 50px 20px;
    background-color: #f5f5f5;
  }
  
  #gonullu-ol h2 {
    font-size: 2em;
    color: #333;
  }
  
  #gonullu-ol p {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 20px;
  }
  
  .btn-gonullu-ol {
    display: inline-block;
    padding: 15px 30px;
    font-size: 1.2em;
    background-color: #e30613;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
  }
  
  .btn-gonullu-ol:hover {
    background-color: #b80510;
    color: white!important;
  
  }
  
  .map-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 oranı */
    margin-top: 20px;
  }
  
  .map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }