/*--------------------------------------------------------------
# Service Area about
--------------------------------------------------------------*/
.section-area-content .img-progi-person {
    position: absolute;
    top: 10%;
    right: 0;
    z-index: -6;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
  
.section-area-content .about-us {
    padding: 120px 0 30px 0;
    position: relative;
  }
  
  .section-area-content .about-us .prg {
    margin-top: 60px;
  }
  
  .section-area-content .about-us .col-lg-6 {
    align-self: center;
  }
  
  
  .section-area-content .about-us .section-img img {
    width: 100%;
  }
  
  .section-area-content .about-us .progi-desk {
    margin-top: 40px;
  }
  


.section-area-content .about-desk .check-icon {
    color: #FF5300;
    font-size: 50px;
    text-align: right;
    margin-right: 20px; 
}

.section-area-content .about-desk .desk-title {
    margin-top: 19px;
}

.section-area-content .about-desk .about-img1 {
    margin-top: 10vh;
    text-align: center;
}

.section-area-content .about-desk .about-img2 {
    margin-top: 14vh;
}

  @media (max-width: 767px) {
    .section-area-content{
        margin-top:-3px;
        font-size: 1.1rem !important;
    }
  
  
    .section-area-content .col-lg-4.col-md-4.col-sm-4 {
        padding-top: 20px;
    }
   
  
    .section-area-content .single-services{
        padding:18px 14px;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
    }


    .section-area-content .about-us .prg {
        margin-top: 0;
    }
  

    .section-area-content .about-desk .col-lg-4 {
        width: 17%;
    }
    .section-area-content .about-desk .col-lg-8 {
        width: 82%;
    }

    .section-area-content .about-desk .check-icon {
        margin-top: 8px;
    }

    .section-area-content .about-desk .about-img2 {
        margin-top: 2vh;
    }

    .section-area-content .about-desk .about-img2 .bottom {
        width: 100%;
    }


}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #section-area-content::before {
        height: 7rem;
    }


    /* .section-area-content .single-services {
        padding: 10px 5px 10px 10px;
        height: 14vh;
    }   */

    .section-area-content .single-services .features-icon img {
        width: 6vh;
    }

    .section-area-content .single-services .features-caption {
        padding-left: 10px;
    }

    .section-area-content .single-services .features-caption h3 {
        font-size: 24px;
    }

    .section-area-content .single-services .features-caption p {
        font-size: 11px;
        line-height: 1.3;
    }
    
    .about-us-home .progi-desk-home {
        padding-right: 0;
        width: 100%;
    }


    .section-area-content .about-desk .col-lg-4 {
        width: 10%;
    }
    .section-area-content .about-desk .col-lg-8 {
        width: 90%;
    }

    .section-area-content .about-desk .desk-title {
        margin-top: 19px;
    }

    .section-area-content .about-desk .about-img2 {
        margin-top: 5vh;
      }
}


