.blocks_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    border: 1px solid #D7DBDD;
    flex-direction: row;
    place-content: center;
    justify-content: center;
}

.blocks {
    background-color: #ffe133;
    width: 24%;
    max-width: 334px;
    height: 145px;
    margin: 10px;
    border-radius: 30px;
    padding: 20px;
}

.blocks.dotted {
    background-color: #fff;
    border: 1px #000000 dashed;
    border-radius: 20px;
}

.blocks_new_string{
    width: 100%;
}
.blocks.fit-content {
    height: fit-content;
}
.blocks_wrap .blocks_text {
    font-size: 25px;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 1.15;
    font-weight: 400;
    padding: 0 20px 0 20px;
}
.blocks .card-content-img {
    display: block;
    float: right;
}
.blocks .card-content-img img {
    height: 114px;
    margin-top: 0px;
}
.blocks_text .blocks_text_p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 5px;
}
.blocks.block-center {
    display: flex;
}
.blocks_text.center {
    margin: auto;
}

.blocks .phone-content-img {
    display: block;
    text-align: -webkit-center;
}
.blocks .phone-content-img img {
    height: 250px;
    margin-bottom: -4px;
}
.blocks .bottle-content-img {
    display: block;
    text-align: -webkit-center;
}
.blocks .bottle-content-img img {
    height: 100px;
    margin-bottom: -4px;
}
.blocks.first-block {
    align-self: flex-end;
}
@media (max-width: 1100px) {
    .blocks {
        width: 100%;
    }
    .blocks_new_string{
        width: 0%;
    }
}
.blocks_big_text{
    margin: 0;
}