.content-block {
    display: flex;
    flex-wrap: wrap;
}
.new-card {
    width: 310px;
    margin-right: 23px;
    margin-bottom: 23px;
}
.new-card-body {
    background: #DFDFDF;
    border-radius: 5px 5px 0 0;
    min-height: 263px;
    height: 100%;
}
.new-card-body a {
    color: black;
}
.new-card-body a:hover {
    color: #EE233C;
}
.new-card-body a:active {
    color: #007BFF;
}
.new-card-body ol {
    padding: 24px 30px;
}
.new-card-title {
    background: #2B2D41;
    padding: 12px;
    border-radius: 5px;
}
.section-main {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-family: Segoe UI;
    color: black;
    padding-bottom: 3%;
}
.main-text {
    vertical-align: text-top;
    display: inline-block;
    max-width: 574px;
    padding-right: 2%;
}
.main-text span {
    font-size: 16px;
}
.main-text p{
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    padding-top: 2%;
    padding-bottom: 2%;
}
main span {
    color: white;
    display: block;
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    line-height: 35px;
}
.breadcrumbs{
    width: 100% !important;
    padding-left: 0!important;
}
section {
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 400;
}
.main-text li {
    padding-bottom: 2.5%;
    list-style-type: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}

.card-content a {
    color: white;
}
.card-a {
    margin-top: 6.5%;
    text-align: end;
}
.card-block {
    margin-bottom: 1.8%;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-flex;
    max-width: 378px;
    background: #2B2D41;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    padding-top: 25px;
    padding-right: 18px;
    padding-bottom: 29px;
    padding-left: 18px;
}
.card-content {
    padding-right: 74px;
    background-position: 90% 10%;
    background-size: 55%;
    border: 1px solid white;
    min-width: 200px;
    position: relative;
    width: 260px;
}
.card-text {
    padding-bottom: 5%;
}
.card-item {
    padding-top: 60%;
    padding-right: 1%;
    padding-left: 12%;
    padding-bottom: 7%;
    min-height: 315px;
}
.card-content span {
    margin-left: -15px;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 0;
    color: white;
}
.card-date {
    color: #6C757D;
    font-size: 12px;
    font-weight: 400;
}
.card-content p{
    text-align: justify;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}
li {
    color: black;
}
li:before {
    padding-left: 2%
}
.card-content img{
    position: absolute;
    right: 15px;
    width: 215px;
}
@media only screen and (max-width: 768px) {
    .breadcrumbs {
        margin-bottom: 20px;
    }
    .card-content img {
        width: 170px;
    }
    .card-content{
        width: auto;
    }
}
