h2 {
    font-size: 42px !important;
    font-weight: 700 !important;
}

.mobile h2 {
    font-size: 26px !important;
}

.background-image {
    background-image: url("https://miro.medium.com/max/1000/0*kBHpKva09AsGj7RQ");
    position: static;
    margin-top: -80px;
    width: 100vw;
    height: 60%;
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.mobile .background-image {
    height: 30%;
}

.background-image:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    display: inline-block;
    position: static;
    width: 100%;
    height: 100%;
}

.head-title {
    font-size: 70px;
    font-weight: bold;
    color: white;
    margin-top: calc(-37.5% + 80px);
}

.mobile .head-title {
    font-size: 35px;
    color: white;
    margin-top: calc(-30%);
}

.services-content {
    font-size: 24px;
    color: var(--primary-color);
}

.mobile .services-content {
    font-size: 20px;
}

.service-part {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #dee2e6;
}

.service-part:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
