.sec-contact .row{
  --bs-gutter-y: 2.4rem;
}
.contact-item{
  width: 100%;
  border: 1px solid #DFE0E1;
  background: var(--white);
  padding: 3.2rem 3rem;
}
.contact-head{
  border-bottom: 1px solid #DFE0E1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.contact-head > *{
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 300;
  margin: 0;
}
.contact-item p{
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  margin: 0;
}
.contact-item span{
  display: block;
  color: #939393;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: normal;
}
.contact-cols{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.contact-col{
  width: calc(33.33% - 1.4rem);
}
.contact-box{
  width: 100%;
  background: var(--white);
  border: 1px solid #DFE0E1;
  padding: 3.2rem;
}
.contact-box .h5{
  font-size: 2rem;
  line-height: 3.2rem;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .contact-item {
    padding: 3.2rem 2.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .contact-item p,
  .contact-item span{
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .contact-cols {
    gap: 1.6rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .contact-item {
    padding: 2rem;
  }
  .contact-head {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
  }
  .contact-head > * {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .contact-item p,
  .contact-item span{
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .contact-cols {
    gap: 1.6rem;
  }
  .contact-col {
    width: calc(50% - 0.8rem);
  }
  .contact-box {
    padding: 2.4rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .contact-item {
    padding: 2.4rem;
  }
  .contact-head {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
  }
  .contact-head > * {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
  .contact-item p,
  .contact-item span{
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .contact-cols {
    gap: 2rem 1.6rem;
  }
}
@media(max-width:767.98px){
  .sec-contact .row {
    --bs-gutter-y: 1.6rem;
  }
  .contact-item {
    padding: 2rem;
  }
  .contact-head {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .contact-head > * {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
  .contact-item p,
  .contact-item span{
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .contact-cols {
    gap: 1.6rem;
  }
  .contact-col {
    width: 100%;
  }
  .contact-box {
    padding: 2rem;
  }
  .contact-box .h5 {
    font-size: 1.8rem;
    line-height: 3rem;
  } 
}