.sec-contact{
  overflow-x: clip;
}
.sec-contact::before{
  position: absolute;
  content: "";
  left: -50.6rem;
  bottom: -47rem;
  width: 100rem;
  height: 100rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(229, 251, 245, 0.24) 0%, rgba(229, 251, 245, 0) 100%);
  -webkit-filter: blur(50rem);
  filter: blur(50rem);
}
.contact-box-outer{
  max-width: 68rem;
}
.contact-box-outer::after,
.contact-box-outer::before{
  position: absolute;
  content: "";
  width: 50.25rem;
  height: 42.65rem;
  background-size: cover;
  background-position: center;
}
.contact-box-outer::before{
  left: -23rem;
  bottom: 14.5rem;
  background-image: url(../images/pattern-05.png);
}
.contact-box-outer::after{
  top: 18.35rem;
  right: -14rem;
  background-image: url(../images/pattern-06.png);
}
.contact-box{
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: 1.2rem;
  padding: 4rem;
  width: 100%;
}
.contact-box .row{
  --bs-gutter-x: 2rem;
}
.contact-info {
  position: sticky;
  top: 13rem;
  z-index: 2;
}
@media(min-width:1360px) and (max-width:1459.98px){
  .contact-box {
    padding: 3.4rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .contact-box {
    padding: 3rem;
  }
  .contact-info {
    top: 12rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .contact-box {
    padding: 2rem;
  }
  .contact-box .row {
    --bs-gutter-x: 1.5rem;
  }
  .contact-info {
    top: 12rem;
  }
  .contact-info br{
    display: none;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-contact::before,
  .contact-box-outer::after,
  .contact-box-outer::before{
    content: none;
  }
  .contact-box-outer {
    max-width: 100%;
    margin-top: 2.4rem;
  }
  .contact-info br{
    display: none;
  }
}
@media(max-width:767.98px){
  .sec-contact::before,
  .contact-box-outer::after,
  .contact-box-outer::before{
    content: none;
  }
  .contact-box-outer {
    max-width: 100%;
    margin-top: 2.4rem;
  }
  .contact-info br{
    display: none;
  }
  .contact-box {
    padding: 2rem;
  }
}