#b16_a0 .b16_a {
    flex-wrap: wrap;
}
#xblog .modern-page-navigation {
    display: flex;
    justify-content: center;
    width: fit-content;
    align-items: center;
    margin: 50px auto;
    gap: 5px;
}
#xblog .modern-page-navigation a {
    margin-left: auto;
    background-color: #03969D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    box-sizing: border-box;
    margin-top: auto;
    padding: 0 22px;
    height: 30px;
    font-size: 16px;
}
@media (min-width: 1401px) {
#b16_a0 {
    margin-top: 45px;
    margin-bottom: 180px;
}
#b16_a0 .b16_a {
    gap: 50px 80px;
    max-width: 1450px;
    margin: 0 auto;
}
#b16_a0 .b16_b {
    width: calc(100% / 3 - (160px / 3));
    max-width: 430px;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    overflow: hidden;
    padding-bottom: 25px;
    box-sizing: border-box;
    border: solid 1px #83749F;
}
#b16_a0 .b16_i {
    border-radius: 0;
    border-bottom: solid 1px black;
}
#b16_a0 .b16_b2 {
    display: contents;
}
#b16_a0 .b16_b2>*, #b16_a0 .b16_b2::after {
    padding: 0 60px;
	box-sizing: border-box;
}
#b16_a0 .b16_b2>h3 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 45px;
    margin-bottom: 10px;
    color: black;
}
#b16_a0 .b16_b2>div {
    order: 3;
    font-size: 18px;
    line-height: 30px;
    color: black;
    margin-bottom: 10px;
}
#b16_a0 .b16_b2::after {
    content: 'Подробнее...';
    order: 4;
    background-color: #03969D;
    width: 170px;
    height: 30px;
    margin: auto auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1;
}
}