.twogis {
    width: 100%;
    padding: 50px 15px 50px;
    background-image: url(/img/fs-background.jpg)
}

.twogis-blocks {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.twogis__block-first {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.twogis-title {
    font-size: 38px;
    line-height: 45px;
    color: #FFF;
    margin: 0 0 50px;
    text-align: center;
}

.twogis-text {
    color: #c4e7f4;
    font-size: 20px;
    line-height: 24px;
}

.twogis__block-second {
    max-width: 300px;
}

.twogis-image {
    box-shadow: rgb(242 223 139) 0px 0px 20px 4px;
    border-radius: 50%;

}

@media (max-width: 580px) {
    .twogis-blocks {
        flex-direction: column;
    }
    .twogis__block-first {
        margin-bottom: 20px;
    }
    .twogis-title {
        font-size: 28px;
    }
}