body {
    background-image: url(../img/b-e.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    font-family: 'Montserrat', sans-serif;
}

.head,
.body {
    padding: 0 1rem;
}

.head__container,
.body__container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

/* HEAD */

.head__preview {
    display: flex;
    justify-content: center;
    padding: 62px 0px 126px 0px;
}

.head__preview-icon {
    width: 162px;
    height: 69px;
}

/* BODY */

.body__wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.body__preview-icon {
    max-width: 235px;
    width: 100%;
    height: auto;
    padding-bottom: 40px;
}

.body__text-title {
    padding-bottom: 8px;
    font-family: Montserrat;
    font-style: normal;
    max-width: 455px;
    width: 100%;
    font-size: 32px;
    line-height: 133%;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 2px 12px rgba(27, 72, 124, 0.18);
}

.body__text-desc {
    font-family: Montserrat;
    font-style: normal;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0px 2px 12px rgba(27, 72, 124, 0.18);
}

.body__text-desc_link {
    color: #fff;
}

@media screen and (max-width: 560px) {
    .head__preview {
        padding: 30px 0px 40px;
    }

    .body__preview-icon {
        padding-bottom: 20px;
    }

    .body__text-title {
        font-size: 24px;
    }
}



