.sec-banner{
  width: 800px;
    color: #fff;
    position: relative;
    top: -360px;
    left: 100px;
}
.mask-group-icon18 {
    position: relative;
    left: 600px;
    height: 500px;
    object-fit: cover;
}
.why-our-customers1 {
    font-size: var(--subheading-2-sh2-italics-size);
    font-family: var(--subheading-2-sh2-italics);
}
.customer-1-icon1, .star-1-icon1, .trust-1-icon1 {
    
    width: 30px;
    height: 30px;
    object-fit: cover;
}

hr.liner {
    border: 1px solid #000;
    opacity: 1;
    margin: auto;
    width: 15%;
}
.service-card a {
  text-decoration: none;
  }
.service-card-image {
    height: 273px;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: "Libre Baskerville";
        border-radius: 5px;
  }
  .line-child{
    border-top: 2px solid var(--color-black);
    box-sizing: border-box;
    width: 180px;
    height: 2px;
    float:right;
    margin-top: 20px;
  }

.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1); /* IE 9 */ 
  transform: scale(1.1);
}
  .service-card {
    height: 273px;
    width: 250px;
    font-family: "Libre Baskerville";
    margin:20px 10px;
    padding: 0;
  }
  .service-card-inner{
    font-size: 20px;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-weight: 700;

  }
  .service-btn {
    background: #55c2c3;
    color: #fff;
    width: 40%;
    border-radius: 0;
}