.main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5%;
    padding-right: 5%;
}
.main h3{
    text-align: center;
}
.main.protocol {
    box-sizing: border-box;
}
.main.protocol h3{
    margin: 21px 0;
}
.main.protocol p {
    word-break: break-all;
    margin: 18px 0;
    line-height: 1.2;
}
@media screen and (max-width: 750px) {
    body, html {
        min-width: auto !important;
    }
    .main.protocol {
        width: 100vw;
        min-width: auto;
    }
}