.contact-area {
  margin-top: 0;
}

#reason {
    margin-bottom: 80px;
}
.re_flex {
    display: flex;
    justify-content: center;
}
.re_flex .odr1,
.re_flex .odr3 {
    order: 1;
}
.re_flex .odr2,
.re_flex .odr4 {
    order: 2;
}
.re_flex div {
    margin: 55px;
    width: calc( 100% - 550px);
    line-height: 2;
}
.re_flex>p {
    width: 500px;
}
.re_flex img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 35px;
}

.box-wrapper {
    background: #eef4f7;
    padding: 100px 0 130px 0;
    background-image: url(img/home.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;

    position: relative;
}
.box-wrapper h3 {
  border-bottom: dotted 3px #84c3e0;
  margin-bottom: 15px;
  padding-bottom: 7px;
  font-weight: 600;
  color: #0068b7;
  font-size: 22px;
}
.box {
  position: relative;
  margin: 55px 0 110px 0;;
  padding: 50px 25px;
  border: 2px solid #0068b7;
  border-radius: 0 16px 16px 16px;
  background-color: #ffffff;
  width: 70%;
}
.box span {
  position: absolute;
  top: -53px;
  left: -2px;
  padding: 10px 25px;
  font-size: clamp(1.125rem, 0.681rem + 2.22vw, 1.375rem);
  border-radius: 16px 16px 0 0;
  background-color: #0068b7;
  color: #fff;
  font-weight: bold;
}
.person {
    position: absolute;
    right: 25px;
    bottom: 0;
}
.person img {
    width: 100%;
    height: auto;
    max-width: 500px;
}

@media screen and (max-width: 960px) {
    .re_flex div {
        margin: 35px;
        width: calc( 100% - 400px);
    }
    .re_flex>p {
        width: 350px;
    }
}
@media screen and (max-width: 840px) {
    .re_flex {
        flex-wrap: wrap;
    }
    .re_flex div {
        margin: 35px 0;
        width: 100%;
        line-height: 1.5;
    }
    .re_flex>p {
        width: 100%;
        text-align: center;
    }
    .re_flex img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
    .re_flex .odr1 {
        order: 2;
    }
    .re_flex .odr2 {
        order: 1;
    }
}
@media screen and (max-width: 769px) {
    .box {
        width: 100%;
    }
}