/* CSS Document */
.detourBlock {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
  align-items: center;
}
.detourBlock .textArea {
  width: 56%;
}
.detourBlock .textArea h1 {
  font-weight: bold;
  font-size: 28px;
}
.detourBlock .textArea p {
  font-size: 16px !important;
  margin-top: 15px;
  line-height: 1.81;
}
.detourBlock .textArea .detourBt {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.detourBlock .textArea .detourBt li a {
  display: inline-block;
  padding: 10px 24px;
  font-size: 18px;
  font-weight: 700;
  background-color: #fa750f;
  margin-right: 20px;
  color: #FFF;
  border-radius: 30px;
  transition: all 0.1s linear;
}
.detourBlock .textArea .detourBt li a:hover {
  opacity: 0.6;
}
.detourBlock .textArea .detourBt li:last-of-type a {
  background-color: #e8e7e7;
  margin-right: 0;
  color: #044E9A;
}
.detourBlock .imgArea {
  width: 40%;
}
.detourBlock .imgArea img {
  max-width: 100%;
  height: auto;
}/*# sourceMappingURL=detour.css.map */