@import url(../blocks/header/header.css);
@import url(../blocks/header/__title/header__title.css);
@import url(../blocks/buttons/buttons.css);
@import url(../blocks/buttons/button.css);
@import url(../blocks/buttons/__text/button__text.css);

.page{
    width: 100%;  
    font-family: 'Helvetica Neue', Arial, sans-serif;
    background-color: #faf9ff;
}

.main{
    display: flex;
    flex-direction: column;
}

.body{
    width: 100%;
}

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card{
    display: flex;
    margin-bottom: 40px;
}

.card:last-of-type{
    margin-bottom: 0;
}

.card__img{
    width: 450px;
    border: 2px solid #876e69;
    border-radius: 10%;
}

.card__text{
    padding-top: 10px;
    color: #876e69;
    margin: 0;
    margin-left: 80px;
    line-height: 1.05;
    font-size: 18px;
    font-weight: 700;
    width: 500px;
}

.footer{
    width: 100%;
    height: 50px;
}
