.contact {
  /* background-color: #3B3A39; */
  background-image: url('../images/bg.png?20210408162150'),linear-gradient(#3B3A39,#000);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
}
  .rummy-content {
    margin: 0 8%;
    height: auto;
    background-image: url('../images/about-bg.png?20210408162150');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 6% 0;
    color: #26211A;
    margin-top: 8%;
    background-color: #000;
    border-radius: 25px;
    color: #E8D0A9;
  }
  .rummy-content p {
    padding: 6%;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 35px;
    line-height: 70px;
    text-align: justify;
  }
  .rummy-content .line {
      height: 1px;
      width: auto;
      margin: 5% 6%;
      background-color: #26211A;
  }
  .rummy-content span {
      padding-top: 6%;
      display: inline-block;
      text-align: center;
      font-size: 55px;
      line-height: 70px;
      width: 100%;
  }
  .page-title div {
  background-image: url("../images/contact-title.png");
  width: 490px;
  height: 115px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.office {
    font-size: 55px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #EBD76B;
    padding: 3% 3.5%;
    display: inline-block;
    text-decoration: none;
    color: #EBD76B;
    margin-top: 4%;
}
.office-text {
    font-size: 35px;
    height: 70px;
    text-align: center;
    color: #EBD76B;
    margin-top: 3.5%;
    margin-bottom: 5%;
    padding: 0 8%;
}
.office1 {
  background-image: url('../images/tel.png?20210408162150');
  background-repeat: no-repeat;
  background-position: center right -2px;
  display: inline-block;
  padding-right: 200px;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #F7D9AD;
  font-size: 35px;
  border: 1px solid #F7D9AD;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
}
.office2 {
  background-image: url('../images/email.png?20210408162150');
  background-repeat: no-repeat;
  background-position: center right -2px;
  display: inline-block;
  padding-right: 200px;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #F7D9AD;
  font-size: 35px;
  border: 1px solid #F7D9AD;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
}
.p1 {
  text-align: center;
  margin-top: 60px;
}