#colorlib-footer {
    height: 80px;
    background: #ffffff;
}

.footer_scheme p:first-of-type {
    font-size: 72px;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    color: #ffffff;
}

.footer_scheme p:last-of-type {
    width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-top: 23px;
    font-size: 16px;
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
}

#main {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e8ecfb;
    box-sizing: border-box;
    padding-top: 146px;
    background: #fbfcff;
    padding-bottom: 157px;
}

#main p {
    margin: 0;
    padding: 0;
}

#main .content {
    display: flex;
}

#main .content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main .content img {
    width: 721px;
    height: 392px;
    margin-bottom: 44px;
}

#main .content p:nth-of-type(1) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: bold;
    color: #000B33;
    margin-bottom: 32px;
}

#main .content p:nth-of-type(2) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    color: #000B33;
    margin-bottom: 40px;
}

#main .content p:nth-of-type(3) a {
    display: inline-block;
    width: 192px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #1D6AFF;
    border-radius: 4px;
    color: #ffffff;
}

.colorlib-nav .top-menu.fix {
    box-shadow: none;
}

#main .content p:nth-of-type(3) a:hover {
    background-color: #4A88FF;
}

#main .content p:nth-of-type(3) a:active {
    background-color: #0E53D8;
}

#main .content p:nth-of-type(1) {
    font-family: "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", 'Helvetica', 'Arial', 'sans-serif';
}