.price-items .price-item:first-child {
	display: none;
}



.otgs-development-site-front-end {
    display: none !important;
}

.another-article .blog__title {
    font-size: 20px;
}

.article ol {
    margin-bottom: 30px;
    padding-left: 1em;
}

.article ol li {
    position: relative;
    font-weight: 700;
    padding: 0 0 0 10px;
    margin: 0 0 10px 0;
    list-style: inherit;
}

.article a {
     color: #2bb85e;
 }

.text-block.add_bg {
    padding: 20px 40px 40px 40px;
    background-color: #f3f3f3;
    margin: 30px 0;
    border-radius: 20px;
}

.article p:last-child {
    margin: 0 0 30px 0 !important;
}

.pagination {
    margin: 20px 0;
}

.pagination__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.pagination__item a {
    background: #2db85e;
    color: #fff;
    padding: 10px 15px 12px 15px;
    border-radius: 5px;
    line-height: 1;
}

.pagination__item.is-active span {
    background: #ffffff;
    color: #2db85e;
    border: 1px solid #2db85e;
    padding: 10px 15px 12px 15px;
    border-radius: 5px;
    line-height: 1;
}