h2.like_p {
    color:#701026;
    font-size: 42px;
    line-height: 1.23;
    text-align: center;
    margin-bottom: 20px;
    font-family: "Roboto",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

h4.but {text-align: center;
    font-size: 30px;
    font-family: "Roboto",sans-serif;
    margin-top: 20px;
}
h3.but {text-align: center;
    font-size: 30px;
    font-family: "Roboto",sans-serif;
    margin-top: 20px;
     margin-bottom: 20px;
}

h4.butt {text-align: center;
    font-size: 30px;
    font-family: "Roboto",sans-serif;
    margin-top: 20px;
     margin-bottom: 20px;
}

.blocks {
	display: flex;
	flex-wrap:wrap;
	flex-direction:row;
    justify-content: center;
}

.block1 {
	/*border: 1px solid #701026;*/
	border: 3px solid #701026;
	border-radius: 5px;
    width: 20%;
    text-align: center;
    margin: 20px;
padding: 10px;
box-shadow: 2px 2px 5px 0px rgba(51, 20, 20, 0.8);
    
} 
.block1 p {font-family: Roboto, sans-serif;
    font-size: 20px;
}
p.red {font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #701026;
    font-weight: bolder;
}
    
.button {background-color: #701026;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: bolder;
    border: 1px solid #701026;
    margin-top: 20px;
    vertical-align: bottom;
    margin-bottom: 0;
}
.first {margin-top: 26px;}

.name {font-family: Roboto, sans-serif;
    font-size: 24px;
}

.name {font-family: Roboto, sans-serif;
    font-size: 24px;
    text-align: center;
}
.name1 {font-family: Roboto, sans-serif;
    font-size: 24px;
    text-align: center;
    color: #701026;
}
.two { /* width: 30%; */}

.two .button {margin-top: 10px;}
.name1 {color: black;}

.blocks  div.block1.two {
	flex-basis:440px;
	margin:10px 20px;
}
.blocks  div.block1.three {
	flex-basis:340px;
	margin:10px 20px;
}