.Introduction h3{
    text-align: center;
    font-size: 30px;
    margin: 10px 0 20px;
  }
  .front{border-radius: 10px;color: #fff;}
  .inner{
    padding: 30px 50px 30px 90px;
    display: flex;
    align-items: center;
    background-color: #000;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 100px;
  }
  .inner p{
    font-size: 1.1rem;
    line-height: 170%;
    text-align: left;
  }
  
  
  .front .inner h2{
  font-size: 2rem;
  position: relative;
  text-align: center;
  font-weight: 600;
  line-height: 120%;
  display: inline-block;
  width: 90px;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  }
  .front .inner h2:after {
    margin: 0 25px;
    content: "/";
    font-size: 16px;
    vertical-align: bottom;
    color: rgb(255 255 255 / 0.5);
    font-weight: normal;
  }
  
  .front .inner p{color: rgba(255,255,255,0.7);font-weight: 300;font-size: 16px;display: inline-block;vertical-align: initial;width: 100%;text-align: justify;}
  .front .inner b{
    margin-right: 20px;
    color: white;
    font-size: 22px;
    width: 25%;
  }
  
  #articleStyle21 .Introduction .photoBox{
  display: flex;
  justify-content: center;
  }
  #articleStyle21 .Introduction .photoBox a img{height: 100%;width: 1300px;}
  #articleStyle21 .Introduction .contact_btn{
      display: flex;
      justify-content: center;
      margin: 30px 0;
  }
  #articleStyle21 .Introduction .contact_btn a.call{padding: 20px 50px;display: inline-flex;align-items: center;background-color: #cdd528;letter-spacing: 2px;border-radius: 35px;font-size: 18px;font-weight: 600;}
  #articleStyle21 .Introduction .contact_btn svg{
      width: 40px;
      height: 26px;
      fill: #161414;
  }
  
  
  @media screen and (max-width: 1280px){
    .inner{
      flex-direction: column;
      height: 100%;
  }
    #articleStyle21 .Introduction .process_box{margin: 2rem;}
    .front .inner h2, .back .inner h3{
      text-align: left;
      width: 100%;
  }
    .front .inner b{
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
  }
  }
  
  @media screen and (max-width: 1024px){
 
  .inner{padding: 30px 40px;}
  .front .inner span {
    font-size: 16px;
  }
  .front .inner p {
  vertical-align: middle;
  }
  .front .inner p b{
    display: block;
    text-align: left;
  }
  }
  
  @media screen and (max-width: 480px){
  .front .inner h2, .back .inner h3{
    display: block;
  }
  .front .inner p{
    width: 100%;
  }
  .front .inner p b{}
  }
  
  @media screen and (max-width: 450px){
  .front .inner span {
    font-size: 12px;
  }
  .front .inner p {
  }

  }
  
  @media screen and (max-width: 375px){
  
  .inner p {
    font-size: 16px;
    line-height: 170%;
  }
  }