.section-main-cont{
    display: block;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.row {

}
.row-cont{
    justify-content: space-between;
    display: flex;
    min-width: 490px;
    width: 530px;
    margin-bottom: 32px;
}
.cnt-block{
    width: 45%;
    display: inline-grid;
    margin-top: 40px;
}
.cnt-block:nth-child(1) {
    margin-right: 8%;
}
.cnt-block span{
	font-weight: 700;
    display: block;
    font-size: 26px;
    color: #333333;
    padding-bottom: 37px;
}
.cnt-block p{
    font-size: 22px;
    color: #333333;
    font-weight: 400;
}
p.content-left-cont{
	text-align: left;
	font-weight: 600;
}
p.content-right-cont{
	text-align: end;
	color: #333333;
}
p.content-right-cont a{
    text-align: end;
    font-size: 22px;
    font-weight: 400;
    color: red!important;
    text-decoration: none;
}
p.content-right-cont a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .section-main-cont{
    width: 85%;
        margin-left: auto;
        margin-right: auto;
    font-family: Segoe UI;
    }
    .row {
    }
    .row-cont{
        justify-content: space-between;
        display: flex;
        min-width: 0;
        width: 100%;
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .cnt-block{
        width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .cnt-block:nth-child(1) {
        margin-right: auto;
    }
    .cnt-block span{
        font-weight: 700;
        display: block;
        font-size: 22px;
        color: #333333;
        padding-bottom: 10px;
    }
    .cnt-block p{
        font-size: 16px;
        color: #333333;
        font-weight: 400;
    }
    p.content-left-cont{
        text-align: left;
        font-weight: 600;
    }
    p.content-right-cont{
        text-align: end;
        color: #333333;
    }
    p.content-right-cont a{
        text-align: end;
        font-size: 16px;
        font-weight: 400;
        color: red!important;
        text-decoration: none;
    }
}
@media only screen and (max-width: 414px) {
    p.content-right-cont {
        text-align: start;
    }
    .breadcrumbs {
        padding-left: 0!important;
    }
    .cnt-block {
        margin-top: 25px;
    }
    .cnt-block span {
        padding-bottom: 14px;
    }
    .row-cont {
        display: block;
        margin-top: 0;
        margin-bottom: 24px;
    }
}        
