
/*---------------------------------------*/
/*--------------- box-row --------------*/
/*---------------------------------------*/
.box-row {
  display: flex;
  flex-wrap: wrap;
}
.box-row.col-half .col-item {
  width: 50%;
}
.box-row.col-third .col-item {
  width: 33.333%;
}

/*---------------------------------------*/
/*---------- box-layout-icon ------------*/
/*---------------------------------------*/

.tt-box-layout-icon .col-item {
  margin-top: 23px;
  padding-bottom: 3px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.tt-box-layout-icon .col-item .icon {
  position: relative;
  width: 130px;
  height: 124px;
  margin: 0 auto;
  color: #fdc400;
}
.tt-box-layout-icon .col-item .icon:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 23.5px;
  left: 23.5px;
  background: #f5f5f5;
  width: 84px;
  height: 84px;
  -webkit-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 6px 4px 3px rgba(0, 1.2, 1.3, 0.1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tt-box-layout-icon .col-item .icon i {
  position: relative;
  z-index: 1;
  font-size: 44px;
  line-height: 1.1;
  top: 42px;
}
.tt-box-layout-icon .col-item h6 {
  font-size: 18px;
  font-weight: 500;
  color: #393939;
  margin: 7px 0 0 0;
  padding: 0 10px;
}
.tt-box-layout-icon .col-item p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 330px;
  margin: 9px auto 0;
  padding: 0 10px;
  color: #393939;
}
@media (max-width: 600px) {
  .tt-box-layout-icon {
    margin-top: 2px;
  }
  .tt-box-layout-icon .col-item {
    margin-top: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tt-box-layout-icon .col-item h6 {
    margin-top: 9px;
    padding-bottom: 2px;
  }
}
@media (max-width: 600px) {
  .tt-box-layout-icon {
    padding-bottom: 23px;
  }
  .tt-box-layout-icon.slick-arrow-01 .slick-dots {
    bottom: -18px;
  }
}