.bl_card_body {
  padding: 31px 24px 28px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.bl_card_ttl {
  font-size: 16px;
  flex: 1;
  display: flex;
  align-items: center;
}

.bl_card_txt {
  min-height: 94px;
  margin-top: 13px;
}

.bl_card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  margin-right: 2.43902%;
  width: 31.707%;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
	transition: all 0.5s ease 0s;
}

.bl_card:hover {
  opacity: 0.6;
}

.bl_cardUnit {
  display: flex;
  flex-wrap: wrap;
}

.bl_cardUnit.bl_cardUnit__col3 {
  margin-bottom: -30px;
}

.bl_cardUnit__col3 > .bl_card {
  width: 31.707%;
  margin-right: 2.43902%;
  margin-bottom: 30px;
}

.bl_cardUnit__col3 > .bl_card:nth-of-type(3n) {
  margin-right: 0;
}

.bl_card_imgWrapper img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

@media screen and (max-width: 768px) {
  .bl_cardUnit.bl_cardUnit__col3 {
    margin-bottom: -20px;
  }

  .bl_cardUnit > .bl_card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .bl_card .el_btn {
    width: 100% !important;
  }
}

.btn_wrapper {
    display: flex;
    justify-content: center;
    margin-top: 17px;
}


.bl_card .el_btn {
  display: inline-block;
  width: 165px;
  max-width: 100%;
  padding: 14px 31px;
  border-radius: 4px;
  border: 2px solid transparent;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  text-decoration: none;
  transition: .25s;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

.btn_wrapper .el_btn::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.bl_card .el_btn:focus,
.bl_card .el_btn:hover {
  background-color: #fff !important;
  border-color: currentColor !important;
  color: #4EB4F9 !important;
}
