body {
    font: 15px Tahoma;
    font-weight: 600;
}
figure {
    background: #ffffff; /* Цвет фона */
    display: block; /* Блочный элемент */
    width: 500px; /* Ширина */
    height: 400px; /* Высота */
    float: left; /* Блоки выстраиваются по горизонтали */
    margin: 0px 10px 10px 10px; /* Отступы */
    text-align: left; /* Выравнивание по центру */
}
figure img {


}
figure p {


}

.layer {
    margin-top: 2%;
    padding-left: 10%;
}
p.font {
    font-weight: 300;
}
.font2 {
    font-weight: 600;
}
.font3 {
    font-weight: 300;
    border-bottom: 1px solid #da1f3d;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: #a69e8c;
    margin-bottom: 10px;
}
.font4 {
    font-weight: 300;
    border-bottom: 1px solid #da1f3d;
    display: inline-block;
    margin-top: 27px;
    font-size: 12px;
    color: #a69e8c;
    margin-bottom: 10px;
}
.layer2 iframe{
    padding: 10px;
}
.layer3{
    margin-top: 80px;
}
@media (max-width: 1200px) {
    .layer{
       margin-top: 200px;
    }
}
