.main-cont{
    margin-top: 50px;
}
.block-cont{
    margin-top: 50px;
}
.blocks{
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card{
    background: #fff;
    border: 1px solid #e6eaed;
    padding: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 250px;
    margin-bottom: 20px;
}
.link-title{
    font-size: 17px;
    line-height: 20px;
    color: #528caa;
    margin: 0 0 7px;
    font-weight: 700;
    text-decoration: none;
    transition-property: color, opacity, border-color;
    transition-duration: 0.2s;
}
.stars-block{
    display: flex;
    justify-content: flex-start;
}
.stars-block p{
    margin-left: 10px;
    color: rgb(136, 136, 136);
}
.img-block{
    position: relative;
}
.img-block img{
    display: block;
    width: 100%;
    height: auto;
}
.procent{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #e61b25;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 18px 7px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    word-wrap: none;
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
}
.procent p{
    margin-bottom: 0;
}
.ds-block{
    display: flex;
    justify-content: space-between;
}
.ds-block p{
    margin-bottom: 0;
    margin-top: 10px;
}
.title-info{
    color: rgb(136, 136, 136);
}
.buttons{
    margin-top: 20px;
}
.full{
    border-radius: 4px;
    background-color: #0dd149;
    color: white;
    border: none;
    font-size: 15px;
    font-weight: 700;
    padding: 5px;
}
.no-full{
    font-size: 15px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #0dd149;
    color: #0dd149;
    font-weight: 300;
}
.bottom-texts{
    margin-bottom: 30px;
}
.footer{
    background-color: #2d2d2d;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.footer p{
    margin-bottom: 0;
}
.years{
    display: flex;
}

@media screen and (max-width: 750px) {
    .main-cont{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .blocks{
        align-items: center;
        flex-direction: column;
    }
}