.list-bullet {
    margin: 24px 0 0 48px;
}

.list-bullet>* {
    margin-top: 8px;
    position: relative;
    padding-left: 32px;
    font-size: 18px;
    color: var(--text-color) !important;
}

.list-bullet>*:before {
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 3px solid #388538;
    background-color: transparent;
    border-radius: 100%;
    top: 4px;
    left: 0;
}

.event-bg-accessform {
    width: 1046px;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
    gap: 120px;
}

.list-participants {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    justify-content: center;
    align-items: center;
}

.list-participants>* {
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    padding: 24px;
}

.list-participants>* img {
    display: block;
    width: 100%;
    height: 90px;
    object-fit: contain;
}

.inner-contact {
    background-color: #F3FFFA;
    padding: 40px 0;
}

.odo-link {
    color: #388538;
}
.odo-link:hover,
.odo-link:active{
    color: #388538;
    text-decoration: underline;
}
.list-contact {
    text-align: center;
}
.list-contact > * {
    display: inline-block;
}
.what_we_do_image {
    align-self: flex-start;
    position: sticky;
    top: 40px;
}

@media only screen and (min-width:768px) {
    .sticky-img {
        align-self: flex-start;
        position: sticky;
        top: 40px;
    }
}

@media only screen and (max-width:1199px) {
    .list-participants {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media only screen and (max-width:991px) {
    .event-bg-accessform {
        flex-wrap: wrap;
        gap: 16px;
        display: flex;
    }

    .list-participants {
        grid-gap: 16px;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }

    .list-participants>* img {
        display: block;
        height: 62px;
    }
}

@media only screen and (max-width:530px){
    .general-section p{
        font-size: 16px !important;
    }
    .list-contact > * {
        display: block;
    }
    .list-contact-sep {
        display: none;
    }
}