@media screen and (min-width: 901px) {
    .page-3 {
        display: flex;
        flex-direction: column;
        background: linear-gradient(180deg, #0C4AA2 0%, #4C77BF 100%);
        width: 100%;
        height: max-content;
    }

    .page-3-title-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 3vw;
        font-family: Century Gothic;
        font-weight: bold;
        text-align: center;
        color: white;
        margin-top: 2.5%;
    }

    .page-3-title-2 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.65vw;
        text-align: center;
        color: white;
        margin-top: -1.5%;
    }

    .page-3-info {
        display: flex;
        flex-direction: row;
        gap: 3vh;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .page-3-block {
        display: flex;
        flex-direction: column;
        background: #618acf;
        width: max(30%, 200px);

    }

    .caption {
        display: flex;
        align-items: center;
        font-size: 1vw;
        color: #FFFFFF;
        margin-top: -1.5%;
        margin-left: 1vw;
        margin-right: 2vw;
    }

    .block-title {
        display: flex;
        /* justify-content: center; */
        align-items: center;
        font-size: 1.1vw;
        font-weight: bold;
        /* text-align: center; */
        color: white;
        margin-top: 2.5%;
        margin-left: 1vw;
    }

    .flex-start {
        justify-content: start;
    }

    .flex-end {
        justify-content: end;
    }

    .page-3-divider {
        display: flex;
        flex: 0 0 auto;
        /* border: 2px solid; */
        background: #00FFB8;
        width: 28vw;
        height: 0.14vh;
        margin-left: 1vw;
        margin-bottom: 2vh;
    }

    .sep3-4 {
        width: 100%;
        height: 2.7vw;
        background: #4C77BF;
    }

}