@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
}

p{
    font-family: 'Poppins', sans-serif;
}

.section-sp1 {
    padding-top: 80px;
    padding-bottom: 50px;
}

.heading-bx.left .title-head {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 32px;
    padding-left: 10px;
}


  
.servicesBox {
      /* padding:5px 2px 20px; */
      padding: 35px 25px 35px;
      width: 100%;
      max-width: 350px;
      border: 1px solid #f4f4f4;
      text-align: center;
      box-shadow: 0 10px 30px 0 rgb(8 0 255 / 5%);
      background-color: #fff;
      border-radius: 10px;
      height: auto;
      width: fit-content;
      position: relative;
      transition: all .3s ease 0s;
  }

  .services-bx:hover {
    transform: translateY(-15px);
    background-color: #e4f0be;
    -moz-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
}
.services-bx {
    box-shadow: 0 10px 30px 0 rgb(8 0 255 / 10%);
    padding: 35px 20px 25px;
    position: relative;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ddd;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.services-bx, .services-bx:after {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.course-icon {
    width: 100px;
    height: 100px;
    color: #fff;
}

.btn, .btn-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    font-family: rubik;
    background-color: #b11116;
    color: #fff;
}