body {
    overflow: hidden;
    font-family: Montserrat, sans-serif;
}
.clearfix:after { 
    content: ""; 
    clear: both;
    display: table; 
}

.header {
    height: 10vh;
    margin: 0 100px;
}
.header .main-link { 
    margin-top: -5px;
    margin-left: -30px;
    float: left;
}
.header .main-link .image { 
    width: 110px;
}

.header .other-links { 
    padding: 25px 0;
    float: right;
}
.header .other-links .tab {
    color: #909193; 
    margin-right: 30px;
    font-size: 16px;
    letter-spacing: -1px;
    text-decoration: none;
}
.header .other-links .button {
    padding: 8px 16px;
    border-radius: 26px;
    background: linear-gradient(90deg, rgba(28,71,140,1) 35%, rgba(35,51,103,1) 100%);
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
}

.main {
    height: 90vh;
    margin: 0 100px;
}
.main .group-content {
    display: flex;
    width: 100%;
    height: 100%;
}
.main .group-content .text-content {
    width: 30%;
}
.main .group-content .text-content .title {
    margin: 0;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    letter-spacing: 0.3px;
    color: #424242;
}
.main .group-content .text-content .title:first-child {
    margin-bottom: 15px;
    margin-top: 50px;
}
.main .group-content .text-content .text {
    color: #767678;
    font-weight: 500;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 50px;
}
.main .group-content .text-content .text .styled {
    font-weight: 700; 
}
.main .group-content .text-content .button {
    padding: 16px 44px;
    border-radius: 26px;
    background: linear-gradient(90deg, rgba(28,71,140,1) 35%, rgba(35,51,103,1) 100%);
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-decoration: none;
}

.main .group-content .image-content {
    width: 70%;
}
.main .group-content .image-content .image {
    width: 85%;
    height: 85%;
}