.services::after{
    content: "";
    position: absolute;
    top: 0px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0),rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.404), rgba(255, 255, 255, 0.521), rgba(255, 255, 255, 0.932)), url("../img//ser01.jpg");
    /* background-color: #7cbfdf; */
    width: 100%;
    display: flex;
    height: 81vh;
    /* background-position: center center; */
    background-size: cover;
    background-repeat: no-repeat;
    /* opacity: 0.3; */
    z-index: -1;
    justify-content: flex-end;
    align-items: center;  
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }
@media (max-width:445px) {
  .services::after{
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.432), rgb(255, 255, 255)), url("../img//ser01.jpg");
  }
}
  .services h1{
     display: flex;
    font-size: 55px;
    font-weight: 700;
    justify-content: flex-end;
    align-items: center;
    height: 80vh;
    height: 81vh;
  }

  @media (max-width:938px) {
    .services h1 {
      font-size: 44px;
     /* background: linear-gradient(45deg, white, transparent); */
    }
   }


@media (max-width:1044px) {
  .reso06 {
    font-size: 15px;
  }
}


@media (max-width:499px) {
  .resource .h1 {
    font-size: 20px !important;
  }
}
@media (max-width:728px) {
  .resource05 {
    width: auto;
  }
  .reso06 {
    width: 84%;
    font-size: 11px !important;
  }

.reso06 {
padding: 0px 19px;
}
}