.content {
    max-width: 1200px;
    margin: 0 auto;
}

.title {
    font-weight: 700;
    font-size: 32px;
    margin-top: 90px;
}

.nav-text {
    display: flex;
    align-items: center;
    font-weight: 550;
    font-size: 13px;
    margin-top: 60px;
}

.nav-text p {
    margin-right: 15px;
}

.square {
    width: 4px;
    height: 4px;
    background: #133D8D;
    margin-right: 15px;
}

.icons-blocks {
    margin-top: 26px;
}

.icon-block {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 550;
    font-size: 14px;
}

.icon-block img {
    margin-right: 12px;
}

iframe {
    width: 100%;
    height: 560px;
    margin-top: 40px;
    margin-bottom: 120px;
}

@media screen and (max-width: 700px) { 
    .title {
        text-align: center;
    }

    .text-info {
        display: grid;
        justify-content: center;
    }

    .nav-text {
        flex-wrap: wrap;
        line-height: 24px;
    }

    .nav-text {
        justify-content: center;
    }
}