.pg-reality-about {
  padding: 120px 0; }
  .pg-reality-about .about-card {
    text-align: center; }
    .pg-reality-about .about-card .img {
      position: relative;
      width: 390px;
      height: 315px;
      border-radius: 26px;
      margin: auto; }
      .pg-reality-about .about-card .img::after {
        position: absolute;
        content: "";
        left: 15px;
        top: -15px;
        width: 100%;
        height: 100%;
        border-radius: 26px;
        background-color: #0274a1;
        opacity: 0.4;
        z-index: 1; }
      .pg-reality-about .about-card .img::before {
        position: absolute;
        content: "";
        left: 30px;
        top: -30px;
        width: 100%;
        height: 100%;
        border-radius: 26px;
        border: 1px solid #0274a1;
        opacity: 0.3;
        z-index: 0; }
      .pg-reality-about .about-card .img .shape-1 {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 5; }
      .pg-reality-about .about-card .img .shape-2 {
        position: absolute;
        bottom: 0;
        left: 30px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 5; }
      .pg-reality-about .about-card .img .shape-3 {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        z-index: 5; }
      .pg-reality-about .about-card .img .main-img {
        position: relative;
        z-index: 5;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 26px; }
    .pg-reality-about .about-card .info {
      padding: 45px 45px 0; }
      .pg-reality-about .about-card .info h5 {
        font-size: 27px;
        margin-bottom: 15px; }
      .pg-reality-about .about-card .info .text {
        font-size: 16px; }
    .pg-reality-about .about-card.center-card {
      margin-top: 120px; }
      .pg-reality-about .about-card.center-card .img {
        width: 340px;
        height: 380px;
        border-radius: 50%; }
        .pg-reality-about .about-card.center-card .img::after {
          width: 330px;
          height: 330px;
          border-radius: 50%;
          left: 0;
          top: 10px; }
        .pg-reality-about .about-card.center-card .img::before {
          border-radius: 50%;
          width: 330px;
          height: 330px;
          border-radius: 50%;
          left: 10px;
          top: -20px; }
        .pg-reality-about .about-card.center-card .img .main-img {
          border-radius: 0 0 100% 100%; }
        .pg-reality-about .about-card.center-card .img .dr-circle {
          position: absolute;
          width: 330px;
          height: 330px;
          border-radius: 100%;
          left: 0;
          bottom: 0;
          background-color: #1d2a3b;
          z-index: 3; }
    .pg-reality-about .about-card.last-card .img::after {
      left: auto;
      right: 15px; }
    .pg-reality-about .about-card.last-card .img::before {
      left: auto;
      right: 30px; }
