.info38_wrapper{
    padding: 120px 0;
    min-height: 380px;
}
.info38_content{
    max-width: 1200px;
    margin: 0 auto;
}
.info38-list-inline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info38-list-inline li {
    background: white;
    border-top: 12px solid #8ce6ff;
    display: inline-block;
    text-align: center;
    width: 120px;
    position: relative;
    border-bottom-left-radius: 18px;
    box-shadow: 0 2px 15px 0 rgba(2,56,250,.2);
  }
  .info38-list-inline li h2 {
    margin: 0;
    padding: 0;
    font-size: 70px;
    font-family: 'Raleway', sans-serif;
  }
.info38-list-inline li p {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    margin-bottom: 20px !important;
    padding: 0;
  }
.info38-list-inline li:before {
    content: " ";
    height: 12px;
    background: #f2f2f2;
    width: 100%;
    z-index: 300;
    position: absolute;
    bottom: 0;
    right: -15px;
    display: block;
    border-radius: 0 0 15px 0;
    transform: skewX(-10deg);
  }

  .info38-list-inline li:after {
    content: " ";
    height: 20px;
    width: 25px;
    bottom: 0.5px;
    background: white;
    position: absolute;
    border-radius: 26px 3px 30px 10px;
    left: 9.5px;
    z-index: 301;
  }
.info38_button_wrapper{
    text-align: center;
    padding-top: 120px;
}
.info38_button{
    border-radius: 0;
    background: white;
    font-size: 15px;
    position: relative;
    color: #333333;
    font-family: 'Raleway', sans-serif;
    border: none;
    font-weight: 600;
    padding: 10px 30px;

}

@media (max-width: 1199px){
    .info38_content{
        margin: 0 ;
        padding-left: 20px;
        padding-right: 20px;
    }
    .info38-list-inline li{
        margin-bottom: 20px;
    }

}
@media (max-width: 768px){
    .info38_content{
        margin: 0 ;
        padding-left:40px;
        padding-right:40px;
    }
    .info38-list-inline li{
        margin-bottom: 20px;
    }
    .info38-list-inline li h2{
        font-size:50px;
    }
}
