.contact-text{
  padding-right: 1rem;
}
.contact-item:last-child{
  margin-bottom: 0;
}
.contact-icon{
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  margin-top: 0.2rem;
}
.contact-item-text a:hover{
  color: var(--pink);
}
.contact-info{
  margin-bottom: 2.4rem;
}
.contact-info:last-child{
  margin-bottom: 0;
}
.contact-info .h6{
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.contact-info p{
  font-weight: normal;
}
.contact-box{
  width: 100%;
  max-width: 80rem;
  background: #FFE6E8;
  border-radius: 0.8rem;
  padding: 4.8rem;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .contact-box {
    max-width: 71rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .contact-box {
    max-width: 60rem;
    padding: 3.2rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .contact-top br{
    display: none;
  }
  .contact-box {
    padding: 3.2rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .contact-top br{
    display: none;
  }
  .contact-box {
    max-width: 100%;
    padding: 3.2rem;
    margin-top: 3.2rem;
  }
}
@media(max-width:767.98px){
  .contact-top br{
    display: none;
  }
  .contact-info {
    margin-bottom: 2rem;
  }
  .contact-box {
    max-width: 100%;
    padding: 2rem;
    margin-top: 2.4rem;
  }
  .contact-box .input-btn .btn{
    width: 100%;
  }
}