.block_web{text-align: center}
.block_website{display: flex;
height: 100%;
align-items: center;
justify-content: center;
overflow-x: hidden;
color: #fff; padding: 50px 0;}
.block_website p{font-size: 22px; line-height: 1.5;}
.icon-home{background: #efcc05; padding: 0.7rem 1.3rem; border: 0; border-radius: 5px; text-decoration: none;}
@media(max-width: 767px){
.block_website p{font-size: 18px; }
}