.service_section {
  h2{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #1E2F40;
  }

  .sub_title_outline{
    margin-top: 0rem;

    font-weight: normal;
    color: #3B5D7F;
    padding: 0.5rem 1rem;
  }

  .role_card{

    background-color: white;
    border-radius: 2vw;
    padding: 2rem;
    text-align: center;
    height: 100%;

    span{
      margin-left: auto;
      margin-right: auto;
      display: block;
      background-color: white;
      border-radius: 5rem;
      max-width: 77px;
      max-height: 77px;
      width: 6rem;
      height:  6rem;
      font-size: 1.375rem;
      line-height:  77px;
      margin-top: -65px;
      margin-bottom: 3rem;
    }

    h2{
      color: #3B5D7F;
    }
    p{

      color: #1E2F40;
    }
  }

}
.info_card{
  padding-left: 11rem;

  .graphic_info{
    text-align: right;
    padding-right: 6vw;

    img{
      max-height: 346px;
    }


  }
  .message_info{
    height: 100%;
    background-color: white;
    padding: 4rem;
    padding-right: 11rem;
    border-radius: 6vw 0 0 2vw ;

    h3{

      color:#3B5D7F ;
    }

  }
  .col{
    display: flex;
    align-items: center;
  }

}
@media (max-width: 992px) {
  .service_section {
    h2 {
      margin-top: 1rem;
    }
  }


  .info_card{
    padding-left: 0rem;

    .graphic_info{
      text-align: center;
      padding-right: 1rem;
      padding-left: 1rem;
      padding-bottom: 2rem;

      img{
        padding: 2rem;
        max-height: 346px;
      }
    }

    .message_info{
      height: 100%;
      background-color: white;
      padding: 2rem;


    }


  }
}
