.tp-services-capsule-item-wrapper {
    padding: 4px 65px;
    margin: 8px;
}

.tp-services-wrapper .tit {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 0;
}

.tp-services-wrapper .subtit {
    color: #323232;
    font-size: 16px;
    font-weight: 600;
    line-height: 44px;
}

.tp-services-capsule-wrapper {
    position: relative;
    overflow: hidden;
    height: 460px;
    pointer-events: none;
}

.tp-services-capsule-wrapper > .tp-services-capsule-item-wrapper > p {
    position: absolute;
    display: inline-block;
    margin-bottom: 0;
    left: 0;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: auto;
    transition: none;
}

.tp-services-capsule-wrapper > .tp-services-capsule-item-wrapper > p img {
    transition: none;
    padding-bottom: 10px;
}

.tp-services-capsule-item {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    border-radius: 100px;
    padding: 10px 26px;
    transform: translate(-50%, -50%) rotate(0.01rad);
    background-color: #0C1B05;
}

@media (max-width: 680px) {
    .tp-services-wrapper .tit {
        font-size: 24px;
        line-height: 34px;
    }

    .tp-services-wrapper .subtit {
        font-size: 14px;
        line-height: 34px;
    }
    .tp-services-capsule-wrapper {
        height: 396px;
    }
}

