@charset "utf-8";


.flow{
    background-color:white;
    padding-top: 100px;
    padding-bottom: 150px;
}
.flow-text{
    border: none;
    background-color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 60%;
    border-left: 2px dotted #ec6d51;
    border-right: 2px dotted #ec6d51;
    border-image: repeating-linear-gradient(
        to bottom,
        #ec6d51 0,
        #ec6d51 3px,
        transparent 3px,
        transparent 18px
    ) 0 3 / 0 3px;
}
.flow-text h1{
    font-family: 'Barlow',"Helavetica",sans-serif;
    font-size: 50px;
    font-weight: lighter;
    color: black;
    margin-bottom: 60px;
}
.flow-text h2{
    font-size: 20px;
    font-weight: 100;
    color: black;
}
.flow-text h3{
    font-size: 14px;
    font-weight: 100;
    color: black;
    text-align: justify;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 80px;
}
.flow-explane{
    opacity: 0;
    transform: translateX(-50px);
    transition: all 1.5s;
}
.flow-explane.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}


.accept{
    margin-top: 50px;
    text-align: center;
    padding-bottom: 70px;
}
.accept-title h1{
    font-family: 'Barlow',"Helavetica",sans-serif;
    font-size: 50px;
    font-weight: lighter;
    margin-bottom: 40px;
}
.accept-title h2{
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    line-height: 30px;
    margin-bottom: 50px;
}


.accept-wrapper{
    margin-left: 20%;
    margin-right: 20%;
    display: flex;
    flex-wrap: wrap;
}
.accept-image{
    width: 60%;
}
.accept-card{
    width: 33%;
}
.accept-card-inner{
    background-color: rgba(236, 236, 236, 0);
    margin: 20px 20px;
    padding-bottom: 10px;
}
.accept-card-inner h3{
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 10px;
}
.accept-card-inner h4{
    font-size: 12px;
    font-weight: 100;
}
span {
    display: inline-block;
 }



 @media (max-width: 1024px) {
    .service-title h1{
        font-size: 60px;
     }
     .service-title h2{
        font-size: 35px;
     }

    .flow-text{
        width: 80%;
    }
    .flow-text h2{
        font-size: 18px;
    }
    .flow-text h3{
        font-size: 14px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 60px;
    }

    .accept{
        margin-left: 10%;
        margin-right: 10%;
    }
    .accept-wrapper{
        margin-left: 10%;
        margin-right: 10%;
    }
    .accept-card{
        width: 50%;
        margin-bottom: 20px;
    }
    .accept-card-inner{
        margin: 0 20px;
    }
  }


  @media (max-width: 700px) {
    .flow{
        padding-top: 70px;
        padding-bottom: 90px;
    }
    .flow-text{
        width: 80%;
        text-align: center;
        border: none;
    }
    .flow-text h1{
        font-size: 38px;
    }
    .flow-text h2{
        font-size: 18px;
        
    }
    .flow-text h3{
        font-size: 14px;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 60px;
    }

    .accept-title h1{
        font-size: 38px;
    }
    .accept-title h2{
        margin: 0 auto 60px;
        text-align: justify;
    }
    .accept-wrapper{
        margin-left: 10%;
        margin-right: 10%;
    }
    .accept-card{
        width: 100%;
        margin-bottom: 20px;
    }
    .accept-card-inner{
        margin: 0 20px;
    }
}