.sec-box > .row:first-child{
  margin-top: -2.4rem;
}
.sec-box .d-flex{
  margin-top: 2.4rem;
}
.box-item{
  width: 100%;
  border: 1px solid #E3E3E3;
  padding: 4rem;
  border-radius: 0.4rem;
}
.box-top-icon{
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1.2rem;
}
.box-top-text *{
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 120%;
}
@media(min-width:1360px) and (max-width:1403.98px){
  .box-item {
    padding: 3.2rem;
  }
}
@media(min-width:1200px) and (max-width:1359.98px){
  .sec-box > .row:first-child {
    margin-top: -2rem;
  }
  .sec-box .d-flex {
    margin-top: 2rem;
  }
  .box-item {
    padding: 2.4rem;
  }
}
@media(min-width:992px) and (max-width:1199.98px){
  .sec-box > .row:first-child {
    margin-top: -2rem;
  }
  .sec-box .d-flex {
    margin-top: 2rem;
  }
  .box-item {
    padding: 2.4rem;
  }
  .box-top-icon {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.8rem;
  }
  .box-top-text * {
    font-size: 1.3rem;
  }
}
@media(min-width:768px) and (max-width:991.98px){
  .sec-box > .row:first-child {
    margin-top: -2rem;
  }
  .sec-box .d-flex {
    margin-top: 2rem;
  }
  .box-item {
    padding: 2.4rem;
  }
  .box-top-icon {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1rem;
  }
  .box-top-text * {
    font-size: 1.3rem;
  }
}
@media(max-width:767.98px){
  .sec-box > .row:first-child {
    margin-top: -1.6rem;
  }
  .sec-box .d-flex {
    margin-top: 1.6rem;
    width: 50%;
  }
  .box-item {
    padding: 2.4rem;
  }
  .box-top-icon {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
  }
  .box-top-text * {
    font-size: 1.3rem;
  }
}
@media(max-width:575.98px){
  .sec-box .d-flex {
    width: 100%;
  }
}