h1{
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 35px;
    color: #333333;
}
.col-md-4{
    width: 30%;
    margin: .5%;
    display: inline-block;
}
.breadcrumbs {
    width: 100%!important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px!important;
    padding-left: 10px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.section-main {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-family: Segoe UI;
    color: black;
    padding-top: 0px;
    padding-bottom: 3%;
}
.card-tittle p{
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    padding-top: 2%;
    padding-bottom: 2%;
}
main span {
    display: block;
    padding-top: 5%;
    font-weight: bold;
    font-style: normal;
    font-size: 26px;
    line-height: 35px;
}
section {
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 400;
}
.card-content a {
    color: white;
}
.card-tittle {
    padding-right: 10px;
    padding-left: 10px;
}
.card-a {
    margin-top: 6.5%;
    text-align: end;
}
.card-block {
    margin-bottom: 1.8%;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
    max-width: 340px;
    max-height: 390px;
    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: 46%;
    border: 1px solid white;
    max-width: 345px;
    max-height: 358px;
    position: relative;
}
.card-content img{
    position: absolute;
    width: 185px;
    right: 0;
    top: 10px;
}
.card-block a{
    text-decoration: none;
}
.card-text {
    padding-bottom: 5%;
}
.card-item {
    padding-right: 1%;
    padding-left: 12%;
    padding-bottom: 7%;
}
.card-item p{
    color: white;
    margin-left: -15px;
    padding-bottom: 8%;
}
.card-item .tittle-span {
    font-size: 24px;
    line-height: 28px;
    width: 160px;
    letter-spacing: 2px;
}
.price-span {
    font-size: 24px;
    line-height: 22px;
}
.card-item .mini-span {
    font-size: 16px;
    line-height: 21px;
    padding-top: 32%;
    padding-bottom: 9%;
}
.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: white;
}
.video-block {
    margin-bottom: 1.8%;
    margin-right: 10px;
    margin-left: 10px;
    display: inline-block;
}
.video-block svg{
    max-width: 98%;
}
@media screen and (max-width: 768px){
    .card-content img {
        width: 110px;
    }
    .col-md-4 {
        width: 100%;
    }
}
