@media (max-width: 576px) {
 
}

@media (max-width: 768px) {
  .banner{
    min-height: 71vh;
  }
  .banner-square__bg{
    width: 350px;
    height: 350px;
  }
  .banner-square{
    width: 200px;
    height: 200px;
  }
  
  .bride {
    background-image: url(../images/woman-bg.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0.8rem;
    padding: 60px 15px;
    margin-bottom: 0px;
  }
  .bride-man, .bride-woman{
    padding: 0;
  }
  .bride-man {
    text-align: left !important;
  }
  .bride-man p{
    font-weight: 500;
  }
  .bride-woman{
    text-align: right;
  }
  .bride-woman p{
    color: #fff;
  }
  .vertical-separator{
    padding: 0 5px;
  }
  h2{
    font-size: 1.05rem;
  }
  .mbl-size{
     font-size: 1rem;
  }
  .bride-man .mbl-size{
    font-weight: 600;
  }
  .bride-woman .mbl-size{
    font-weight: 100;
  }
  .font-big {
    font-size: 80px;
  }
  h1.banner-title {
    font-size: 40px;
  }

  .map {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .map::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:  url(../images/horizontal-separator.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.4;
    background-position: center top;
  }
  
}

@media (min-width: 992px) {
 
}

@media (min-width: 1200px) {
 
}