@charset "utf-8";
/* CSS Document */

.re_bcoating__item {
    width: 50%;
    text-align: center;
    padding: 0 0 20px 28px;
    order: 1;
}
@media screen and (max-width: 767px) {
.re_bcoating__item {
    width: 100%;
    padding: 0 0 14px 8px;
    order: 1;
  }
}
.re_bcoating__item_2 {
    width: 50%;
    text-align: center;
    padding: 0 4px 20px 16px;
    order: 2;
}
@media screen and (max-width: 767px) {
.re_bcoating__item_2 {
    width: 100%;
    padding: 0 0 14px 8px;
    order: 3;
  }
}
.re_bcoating__item_3 {
    width: 50%;
    text-align: center;
    padding: 0 0 32px 28px;
    order: 3;
}
@media screen and (max-width: 767px) {
.re_bcoating__item_3 {
    width: 100%;
    padding: 0 0 14px 8px;
    order: 2;
  }
}
.re_bcoating__item_4 {
    width: 50%;
    text-align: center;
    padding: 0 4px 32px 16px;
    order: 4;
}
@media screen and (max-width: 767px) {
.re_bcoating__item_4 {
    width: 100%;
    padding: 0 0 28px 8px;
    order: 4;
  }
}
.re_bcoating_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border: 1px solid #d3d3d3;
    text-align: center;
    font-weight: 700;
    text-decoration: none !important;
    line-height: 1.5;
    padding: 20px 20px 15px;
    cursor: pointer;
    transition: .3s;
}
@media screen and (max-width: 767px) {
.re_bcoating_btn {
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
}
.re_bcoating_btn:hover {
    box-shadow: 0px 0px 8px #c5c3c3;
}
.re_bcoating_btn_img {
  margin-bottom: 10px;
}



