body {
    background-color: #f7f7fd;
  }
  
  /* banner section  */
  .service1-banner {
    background-image: url("../Aerovania/images/service1-banner.png");
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    padding-left: 80px;
  }
  .service1-banner h2 {
    font-size: 40px;
    font-weight: 600;
  }
  .service1-banner a {
    text-decoration: none;
    color: white;
   
  }

  /* changes service section  */
  
  .service-section-card {
   
    height: 100%;
    position: relative;
    
 
  }
  .service-section-card>a{
    text-decoration: none;
    color: black;
    font-weight: 700;
    align-self: self-start;
    position: absolute;
    bottom: 20px;
  
  }
  .service-card-img{
    flex-shrink: 0;
  }

  /* Responsive Css  */
@media only screen and (max-width: 1399px) {
  .service-section-card {
    height: 100%;
    
}

}
@media only screen and (max-width: 500px) {
  
  .service-banner {
   
    height: 60vh;
    padding-left: 0px;
    align-items: center;
}
.service-banner h2 {
  font-size: 30px;
  font-weight: 600;
}
.service-banner a {
  text-align: center;
}
.service-section-card {
  height: 100%;
}
}
@media only screen and (max-width: 392px) {

.service-section-card {
  height: 100%;
}
.service-card-icon {
  right: 4px;
  bottom: -28px;
  height: 50px;
  width: 50px;
}
}
  