    .contact-header {
        text-align: center;
        font-size: 3rem;
        font-weight: bolder;
        color: #fba506;
        margin-top: 15px;
        margin-bottom: 50px;
    }

    .contact-container {
      display: flex;
      flex-direction: row;
      justify-content: space-evenly;
      align-items: top;
      margin-bottom: 10%;
      margin-top: 5%;
    }
 
    .contact-info {
      line-height: 30px;
      margin: 10px;
    }

    .google-map {
      width:600px; 
      height:450px; 
    }

    .telegram-btn {
      padding: 15px;
      border: 1px solid black;
      margin-top: 25px;
      cursor: pointer;
      background-color: #fba506;
      color: white;
      box-shadow: 1px 2px 5px black;
      border-radius: 5px;
      letter-spacing: 2px;
      font-size: 16px;
    }

    @media only screen and (max-width: 780px) {
      .contact-container {
        display: flex;
        flex-direction: column;
        width: 100%;
      }
      .google-map {
      width:100%; 
      height: 100%;
      }
    }

