/* ===============================================================================
Technical Videos
=============================================================================== */
/* technical-videos
========================= */
/* technical-videos-section-01 */
.technical-videos-section-01 {
  margin-bottom: 35px;
}

.technical-videos-section-01__inner {
  max-width: 1280px;
  margin: 0 auto;
}

.technical-videos-section-01 .dirpath {
  margin-bottom: 35px;
}

.technical-videos-section-01 .heading {
  margin-bottom: 30px;
}

.technical-videos-section-01 .list {
  padding: 0 19px;
}

.technical-videos-section-01 .list::after {
  content: "";
  display: block;
  clear: both;
}

.technical-videos-section-01 .list__item {
  float: left;
  width: 46%;
  margin: 35px 20px 0 0;
}

.technical-videos-section-01 .list__item:nth-child(-n+2) {
  margin-top: 0;
}

.technical-videos-section-01 .list__item:nth-child(2n+1) {
  clear: left;
}

.technical-videos-section-01 .box {
  border: 1px solid #d3d3d3;
  background: linear-gradient(180deg, #fafafa, #ebebeb);
  box-shadow: 0 5px 10px -4px #5f5f5f;
  padding: 20px 0;
  min-height: 112px;
}

.technical-videos-section-01 .box::after {
  content: "";
  display: block;
  clear: both;
}

.technical-videos-section-01 .box__left {
  width: 16%;
  float: left;
}

.technical-videos-section-01 .box__center {
  width: 64%;
  float: left;
}

.technical-videos-section-01 .box__right {
  width: 20%;
  float: left;
}

.technical-videos-section-01 .box__btn a {
  display: block;
  padding-top: 4px;
  width: 72%;
  margin: 0 auto;
}

.technical-videos-section-01 .box__title {
  font-weight: bold;
  padding: 0 0 10px 0;
  font-size: 0.938rem;
  line-height: 1.42857143;
}

.technical-videos-section-01 .box__text {
  font-size: 0.875rem;
  line-height: 1.42857143;
}

.technical-videos-section-01 .box__btn-02 {
  text-align: center;
}

.technical-videos-section-01 .box__btn-02 a {
  display: inline-block;
  margin: 0 auto;
  font-size: 0.875rem;
  color: #fff;
  font-weight: bold;
  background: #0055b8;
  line-height: 1.14;
  padding: 8px 16px;
}

.technical-videos-section-01 .box__btn-02 a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1295px) {
  .technical-videos-section-01 .box {
    min-height: 220px;
  }
}

@media screen and (max-width: 1124px) {
  .technical-videos-section-01 .box__center {
    width: 84%;
  }
  .technical-videos-section-01 .box__right {
    margin-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .technical-videos-section-01 {
    margin-bottom: 75px;
  }
  .technical-videos-section-01__inner {
    padding: 0 8px;
  }
  .technical-videos-section-01 .dirpath {
    margin-bottom: 20px;
  }
  .technical-videos-section-01 .heading {
    margin-bottom: 30px;
  }
  .technical-videos-section-01 .list {
    padding: 0;
  }
  .technical-videos-section-01 .list__item {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .technical-videos-section-01 .list__item:nth-child(-n+2) {
    margin-top: 35px;
  }
  .technical-videos-section-01 .list__item:first-child {
    margin-top: 0;
  }
  .technical-videos-section-01 .box {
    min-height: 112px;
  }
  .technical-videos-section-01 .box__center {
    width: 64%;
  }
  .technical-videos-section-01 .box__right {
    margin-top: 0;
    width: 20%;
  }
  .technical-videos-section-01 .box__title {
    font-size: 1.071rem;
  }
  .technical-videos-section-01 .box__text {
    font-size: 1rem;
  }
  .technical-videos-section-01 .box__btn-02 {
    text-align: center;
  }
  .technical-videos-section-01 .box__btn-02 a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .technical-videos-section-01 .box__center {
    width: 80%;
  }
  .technical-videos-section-01 .box__right {
    margin-top: 15px;
    width: 100%;
  }
}
