  /*.services-item-description p {*/
  /*    text-align: justify;*/
  /*}*/

  /*.prague-services-wrapper {*/
  /*    min-height: 690px;*/
  /*}*/

  .vc_column-inner {
      min-height: 390px;
  }

  .adddress-block.s-back-switch .address-block-outer {
      padding: 29px 30px 30px;
      min-height: 332px;
  }

  .adddress-block .address-block-outer .address-title {
      font-size: 20px;
      line-height: normal;
      font-weight: 600;

  }
  .adddress-block .contact_logo{
      display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  
  @media only screen and (max-width: 768px) {
    .banner-section {
        background: url('../img/bg/contact_0.png') no-repeat center center / cover;
    }

    .banner-img {
        display: none;
    }
}


.contact-us-form input::placeholder,
.contact-us-form textarea::placeholder {
    color: #000; /* Change this to your desired color */
    opacity: 1;  /* Ensure full opacity */
    font-size:14px;
    font-weight:400;
    
}

