.service-back {
    position: relative;
    z-index: 2;
    background-image:
      linear-gradient(to bottom, rgba(27, 27, 34, 0.8), rgba(21, 21, 25, 0.8)),
      url('../../img/background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    border-radius: 10px;
    border-top: 1px solid #F2CD5C;
}
.img-point{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: linear-gradient(to bottom, #F2CD5C 0%, #E19C05 100%);
    width: 108px;
    height: 108px;
}

.service-card{
    border-width: .5px;
    border: 1px solid #a4a4a4;
}

@media (min-width: 992px){
    .service-card{
        flex: 0 0 auto;
        width: 48.666667%;
    }
}


