.services-banner {
    background: url(../img/services/services-banner.jpg)no-repeat 50% 50%;
    background-size: cover;
    position: relative;
    z-index: 9;
    padding: 120px 0;
    text-align: center;
}

.services-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: #075c61;
    z-index: -1;
}

.services-banner h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}

.bandcamp_item {
    padding-top: 20px;
}

.bandcamp_item li {
    font-size: 20px;
    color: #fff;
}

.bandcamp_item li::after {
    content: '/';
    display: inline-block;
    font-size: 20px;
    color: #fff;
    padding: 0 10px;
}

.bandcamp_item li:last-child::after {
    display: none;
}

.bandcamp_item li a {
    font-size: 20px;
    color: #fff;
}

.services-content-box {
    padding: 50px 0;
}

.services-content-box .full_img {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

.services-content-box .left-content-box {
    padding-right: 30px;
}

.services-content-box .blog-content {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 40%);
    padding: 25px;
    border-radius: 5px;
    margin-top: 25px;
}

.services-content-box h2 {
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 15px;
}

.services-content-box h3 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
}

.services-content-box strong {
    font-size: 18px;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}

.services-content-box ul {
    padding-left: 20px;
    padding-bottom: 12px;
    list-style: disc;
}

.services-content-box ul li {
    font-size: 15px;
    line-height: 25px;
}

.services-content-box p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    padding-bottom: 15px;
}

.services-content-box .service-menus {
    padding: 10px 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 16%);
    list-style: none;
}

.service-menus li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    background: url(../img/services/arrow-right.svg)no-repeat 0;
    padding-left: 30px;
}

.service-menus li:last-child {
    border-bottom: 0;
}

.service-menus li a {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #2c2d3f;
}