.services {
    width: auto;
    margin-top: 40px;
}

.serv-top* {
    padding-right: calc(var(--bs-gutter-x) / 7);
    padding-left: calc(var(--bs-gutter-x) / 7);
}

.card-container {
    width: auto;
    height: 100%;
    padding: 20px;
    background: #F6F6F6;
    overflow: hidden;
    border-radius: 10px;
}

.unlink {
    text-decoration: none;
}

.card-row {
    margin-bottom: 14px;
}

.card-row-top {
    padding-right: calc(var(--bs-gutter-x) / 5);
    padding-left: calc(var(--bs-gutter-x) / 5);
}

.card-row-bottom {
    padding-right: calc(var(--bs-gutter-x) / 4);
    padding-left: calc(var(--bs-gutter-x) / 4);
}

.card-content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.card-number-badge {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 45px;
    outline: 4px white solid;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0156CD;
    font-size: 20px;
    font-family: Inter;
    font-weight: 900;
    margin-bottom: 105px;
}

.card-title {
    color: #242424;
    font-size: 20px;
    font-family: 'Bebas Neue Cyrillic';
    font-weight: 400;
    margin-bottom: 8px;
}

.card-text {
    color: #636363;
    font-size: 12px;
    font-family: Inter;
    font-weight: 400;
    width: 335px;
}

.card-icon-box-serv {
    width: 80px;
    height: 80px;
    background: #0156CD;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.card-bottom a {
    color: black;
    text-decoration: none;
}

.card-icon-box-serv img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}