.paragraphs-wrapper {
    background:
  white;
    color: #001648;
    height: 100%;
    align-items: center;
    display: grid;
  }

.paragraph-block {
    display: grid;
    justify-content: center;
    text-align: center;
    font-weight: 100;
    gap: 40px;
}

.paragraph-title {
    font-size: 4rem;
    font-weight: 600;
}

.paragraph-info {
    font-size: 1.2rem;
    display: grid;
}

.paragraph-info ul {
    list-style-type: none;
    display: grid;
    gap: 10px;
}

.media-block {
    margin-top: 40px;
}

.vk-btn.invert, .email-btn.invert {
    margin-top: 5px;
    justify-self: center;
}

.btns-wrapper {
    display: grid;
    grid-auto-flow: column;
    justify-content: center;
    gap: 10px;
}

@media screen and (max-width: 450px) {
    .paragraph-title {
        font-size: 2rem;
        font-weight: 600;
    }
}