.services-three__card__title a {
    font-size: 16px!important;
    color: #ffffff;
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.services-three__card__content {
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    background-color: #003831;
}