
.ad #content section {
  margin: 0 0 40px;
}
.ad #content section:nth-of-type(1) h3 {
  color: #f27213;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
.ad #content section:nth-of-type(1) p {
  font-size: 16px;
}
.ad #content section:nth-of-type(2) p {
  font-size: 16px;
}
.ad #content section:nth-of-type(2) .columns {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.ad #content section:nth-of-type(2) .column-wrap {
  width: calc(50% - 10px);
  margin-bottom: 26px;
}
.ad #content section:nth-of-type(2) .column-wrap:last-child {
  margin-bottom: 0;
}
.ad #content section:nth-of-type(2) .column {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 30px 0 25px;
  cursor: pointer;
}
.ad #content section:nth-of-type(2) .column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 3px;
  background: #094;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}
.ad #content section:nth-of-type(2) .column h3 {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 13px;
  color: #111;
}
.ad #content section:nth-of-type(2) .column:hover h3 {
  color: #094;
}
.ad #content section:nth-of-type(2) .column p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ad #content section:nth-of-type(2) .column p::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #494949;
  border-right: 1px solid #494949;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.ad #content section:nth-of-type(2) .column-wrap .detail {
  text-align: center;
  margin-top: 10px;
}
.ad #content section:nth-of-type(2) .column-wrap .detail a {
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ad #content section:nth-of-type(2) .column-wrap .detail a:hover {
  color: #00baa2;
}
.ad #content section:nth-of-type(2) .column-wrap .detail a:hover::after {
  border-color: #00baa2;
}
.ad #content section:nth-of-type(2) .column-wrap .detail a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #494949;
  border-right: 1px solid #494949;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ad #content section:nth-of-type(2) .column a {
  width: 100%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  z-index: 3;
}
.ad #content section:nth-of-type(2) .column a::after,
.ad #content section:nth-of-type(2) .column a::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  content: "";
  transition: all 0.5s;
  box-sizing: border-box;
}
.ad #content section:nth-of-type(2) .column a:hover::after,
.ad #content section:nth-of-type(2) .column a:hover::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.ad #content section:nth-of-type(2) .column a::before {
  border-top: 1px solid #094;
  border-bottom: 1px solid #094;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.ad #content section:nth-of-type(2) .column a::after {
  border-right: 1px solid #094;
  border-left: 1px solid #094;
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.ad #content section:nth-of-type(3) p {
  font-size: 16px;
}
.ad #content section:nth-of-type(3) .links {
  margin: 20px 0 0;
}
.ad #content section:nth-of-type(3) .links ul {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 820px) {
 .ad #content section:nth-of-type(1) p {
    font-size: 14px;
  }
  .ad #content section:nth-of-type(2) .columns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ad #content section:nth-of-type(2) .column {
    width: 100%;
  }
  .ad #content section:nth-of-type(2) .column-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .ad #content section:nth-of-type(2) p {
    font-size: 14px;
  }
  
  .ad #content section:nth-of-type(2) .column a {
    border-color: #094;
  }
  .ad #content section:nth-of-type(2) .column h3 {
    color: #094;
    font-size: 15px;
  }
  .ad #content section:nth-of-type(2) .column p {
    font-size: 12px;
  }
  .ad #content section:nth-of-type(2) .column p::after {
    right: -10px;
  }
  .ad #content section:nth-of-type(3) p {
    font-size: 14px;
  }
  .ad #content section:nth-of-type(3) .links ul li {
    width: 100%;
  }
  .ad #content section:nth-of-type(3) .links ul li a {
    width: 100%;
  }

}
