 
    html {
      background: rgb(255, 255, 255);
    }

    .main {
      /* border: solid 1px; */
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 350px;
      margin-top: -14px;
    }

    .container-1 {
      display: flex;
      flex-direction: row;
      /* border: solid 1px red; */
      width: 75%;
      height: 120px;
      margin: 0px;
      justify-content: center;


    }

    .container-2 {
      display: flex;
      flex-direction: column;
      width: 118px;
      align-self: stretch;
      /* border: solid 1px blue; */
      align-items: center;
      gap: 0;
      justify-content: center;

    }

    .component-wrapper {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 18.7px;
      position: relative;
      flex: 0 0 auto;
      /* background:rgb(0, 0, 0); */
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid #F3F4F6;
      background: #F9FAFB;
      /* border: 1px solid; */
      /* border-color: rgb(0, 28, 83); */

    }

    .component-wrapper-img {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 13.7px;
      position: relative;
      flex: 0 0 auto;
      /* background:rgb(0, 0, 0); */
      border-radius: 16px;
      overflow: hidden;
      border: 1px solid #F3F4F6;
      background: #F9FAFB;
      /* border: 1px solid; */
      /* border-color: rgb(0, 28, 83); */

    }

    .component-img {
      position: relative;
      width: 45.2px;
      height: 45.2px;
    }

    .margin-2 {
      padding: 20px 0px 0px;
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      position: relative;
      flex: 0 0 auto;
    }

    .heading-wrapper {
      display: inline-flex;
      flex-direction: column;
      align-items: flex-start;
      position: relative;
      flex: 0 0 auto;
    }

    .text-wrapper-2 {
      margin-top: -15.00px;
      color: #111827;
      font-size: 12px;
      line-height: 15px;
      position: relative;
      width: fit-content;
      text-align: center;
      letter-spacing: 0;
      white-space: nowrap;
      direction: rtl;
      font-weight: 600;
    }

    a.container-2:hover {
      text-decoration: none !important;
    }

    @media screen and (max-width: 480px) {
      .component-wrapper {

        padding: 16.7px;
        margin: 5px;
      }

      .component-wrapper-img {
        padding: 9.7px;
        margin: 5px;
      }

      .component {
        width: 30.2px;
        height: 30.2px;
      }

    }
  