html,
body {
    /* background-color: aliceblue; */
    background-color: #FFF;
}

.navbar-container {
    background-color: #153165;
}

.main .container {
    max-width: 1140px;
}

.m-01,
.m-02,
.m-03,
.m-04,
.m-05 {
    padding: 32px 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    color: #153165;
    line-height: 1.9;
}


body > .main {
    /*margin-top: 86px;*/
    /*margin-bottom: 168px;*/
}

.line {
    width: 8%;
    background-color: #153165;
    height: 2px;
    margin: 12px 0;
}

.m-01 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.m-01 .main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 32px;
}

.m-01 .cover {
    display: flex;
    align-items: center;
    justify-content: start;
}

.m-01 .content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    flex: 1;
    width: 610px;
    text-align: start;
    padding-left: 134px;
}

.m-01 .content .stats {
    font-size: 22px;
}

.m-01 .cover video {
    /*height: 350px;*/
    width: 640px;
    border-radius: 6px;
    object-fit: cover;
}

.content * {
    color: #153165;
    line-height: 2.3;
}

.m-02 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.m-02 .main {
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.m-02 .main .cover {
    display: flex;
    align-items: center;
    justify-content: start;
    transform: translateX(-60px);
}

.m-02 .main .cover img {
    width: 640px;
    border-radius: 6px;
    object-fit: cover;
}

.m-02 .main .content {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    margin-left: 184px;
}

.m-03 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.m-03 .main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    margin-top: 16px;
}

.m-03 .main .video-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.m-03 .main .video-item .cover {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.m-03 .main .video-item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFF;
    padding: 8px;
    text-align: center;
}

.m-04 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.m-04 .main {
    width: 100%;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.m-04 .main .cover {
    display: flex;
    align-items: center;
    justify-content: start;
}

.m-04 .main .cover img {
    width: 640px;
    border-radius: 6px;
    object-fit: cover;
}

.m-04 .main .content {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    margin-left: 224px;
}
.m-04 .stats {
    line-height: 2.5;
}
.m-05 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.m-05 .main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    margin-top: 32px;
    margin-bottom: 32px;

}

.m-05 .main .step {
    background-color: aliceblue;
    padding: 32px 16px 16px 16px;
    position: relative;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s;
}

.m-05 .main .step:hover {
    transform: translateY(-8px);
    box-shadow: 0 4px 16px #15316520;
}

.m-05 .main .step .title {
    font-weight: bolder;
    font-size: 24px;
}

.m-05 .main .step .line {
    margin: 8px 0;
}

.m-05 .main .step .desc {
    font-size: 20px;
}
.desc {
    font-size: 20px;
}
.m-05 .main .step .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #153165;
    color: #FFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-05 .main .step .icon-img {
    width: 20px;
}
span.stats {
    font-size: 22px;
}