ul.diving__services {
    display:flex;
    gap:20px;
    list-style-type: none;
    list-style-image: none;
}
ol.diving__services, ul.diving__services {
    padding-inline-start: 0;
}
li.diving__service a{
    padding-bottom: 10px;
    font-size: 18px;
    font-family: var(--header-font-family);
    font-weight: var(--text-font-weight-bold);
    font-family: var(--header-font-family);
    font-weight: var(--text-font-weight-bold);
    border: solid 1px var(--main-color);
    margin-bottom: 10px;
    border-radius: 20px;
    padding: 10px;
    position: relative;
    font-size: 16px;
    padding-right: 35px;
}
li.diving__service a::after {
    content: '';
    background-image: url(/wp-content/uploads/2023/11/ypokatigories-15x15-1.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 35%;
}
