#contact {
   display: flex;
  position: relative;
  color: #000000;
  border-radius: 50px;
  padding: 30px 0 50px 0;
  flex-direction: column;
}

#contact .contact-title {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding: 50px 0px 50px 50px;
  align-items: center;
}

#contact .period-color{
 background-color: #fb93ff;
 border:0 ;
}

#contact h2 {
    background: #ffffff;
    margin-top: 0;
}


#contact h3 {
  margin-top: 20px;
}

#contact p {
  margin-top: 20px;
}

#contact h4 {
  margin-top: 60px;
  margin-bottom: 30px;
}


#contact .animated-button {
  margin-top: 30px;
}

#contact .left-column {
  flex: 2.5;
}

#contact .contact-container {
   display: flex;
}

#contact .contact-container .left-column {
  flex: 1;
}

#contact .contact-container .border {
  border-right: 1px solid #d8d8d8;
  padding: 40px 30px 50px 50px;
}

#contact .contact-container p {
  font-weight: 300;
}

#contact .contact-container .right-column {
  flex: 2.5;
}

#contact .notice {
  position: relative;
  padding: 60px 15% 100px 70px;
}

@media only screen and (max-width: 992px) {

#contact {
  margin-top: 100px;
  padding-bottom: 0;
}

  #contact .contact-container {
    flex-direction: column;
}

#contact .contact-title,
#contact .contact-container .border {
  border: 0;
}

#contact .contact-container .border {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 0;
}

#contact .contact-title{
  padding-bottom: 0;
}

#contact .notice {
  padding: 40px ;
}
}


@media only screen and (max-width: 768px) {

#contact h2 {
    font-size: 20vw;
}


}

@media only screen and (max-width: 600px) {

#contact .contact-title {
    padding-left: 30px;
}

#contact .contact-container .border {
     padding-left: 30px;
}

#contact .notice {
    padding: 30px;
}

#contact h2 {
    margin-bottom: 20px;
}


}
