.data_consultant {
  position: relative;
  padding: 90px 0; }
  .data_consultant::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 90px;
    height: 90px;
    z-index: 10;
    border: 45px solid transparent;
    border-top: 45px solid #fff;
    border-right: 45px solid #fff; }
  .data_consultant .section_head {
    margin-bottom: 50px; }
  .data_consultant .content .data_card {
    position: relative;
    margin-top: 30px;
    padding: 50px 40px;
    background-color: #fff; }
    .data_consultant .content .data_card::after {
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      width: 40px;
      height: 40px;
      z-index: 10;
      border: 20px solid transparent;
      border-bottom: 20px solid #f7f8fe;
      border-right: 20px solid #f7f8fe; }
    .data_consultant .content .data_card::before {
      position: absolute;
      content: "";
      left: -4px;
      bottom: 90px;
      height: 180px;
      width: 4px;
      background-color: #3849ff; }
    .data_consultant .content .data_card .icon {
      width: 90px;
      height: 90px;
      margin-bottom: 30px; }
      .data_consultant .content .data_card .icon img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    .data_consultant .content .data_card .info h5 {
      font-size: 26px;
      margin-bottom: 20px; }
    .data_consultant .content .data_card .info .text {
      font-size: 15px;
      line-height: 1.67;
      color: #272b24cc;
      margin-bottom: 20px; }
    .data_consultant .content .data_card .info a {
      position: relative;
      font-size: 17px;
      font-weight: bold;
      color: #3849ff;
      border-bottom: 1px dashed #3849ff;
      padding: 5px 0; }
      .data_consultant .content .data_card .info a::after {
        position: absolute;
        content: "\f054";
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        right: -30px;
        bottom: 3px;
        color: #3849ff;
        font-size: 14px; }
