/*
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
*/
@import url('https://www.fsp-ps.de/msite/css/fonts.css');
body {
    font-family: 'Roboto', 'PingFangTC-Regular', 'Microsoft JhengHei', sans-serif !important;
    overflow: hidden;
    overflow-y: auto;
    background: url(../img/web-bg@3x.jpg) #f8fcff repeat;
    background-size: 35% auto;
}

body.hidden {
    overflow: hidden !important;
}

.detail h2 a {
    text-decoration: underline;
}

.detail h2, .detail h2 a {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}
.detail h3 a {
    font-size: 24px;
    font-weight: 500;
    text-decoration: underline;
}

small{

word-break: keep-all;

}



*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', 'PingFangTC-Regular', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 300;
}

.clearfix {
    clear: both;
    display: block;
    width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

.pad,
.mobile {
    display: none;
}

.desktop {
    display: block;
}

.wrapper {
    max-width: 1250px;
    padding: 0 40px;
    margin: 0px auto;
}

.kv {
    background: url(../img/kv@3x.jpg) no-repeat center;
    background-size: cover;
    padding-top: 190px;
    padding-bottom: 72px;
}

.kv .intro-main {
    background: url(../img/kv-main-bg.png) repeat-y;
    background-size: 100% auto;
    padding: 64px 40px 54px 30px;
    position: relative;
    display: flex;
    margin: 0px auto;
}

.kv title.tab {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    display: block;
    position: absolute;
    line-height: 50px;
    width: 155px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.83px;
    color: #004080;
    position: absolute;
    top: -12px;
    left: 0;
    background: url(../img/tab-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.kv .intro-main h1 {
    line-height: 50px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.kv .intro-main strong {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: 1px;
    color: #a6e7ff;
    display: block;
}
/*
.kv .intro-main strong:after {
    content: "";
    display: block;
    width: 142px;
    height: 1px;
    background: #a6e7ff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
*/

.example .tabs .text ul span {
    font-weight: bold;
}

.example .tabs .text ul {
    width: 100%;
    margin-bottom: 23px;
    padding-left: 20px;
    list-style: disc;
    white-space: normal;
}

.kv .intro-main > div {
    width: 576px;
    margin-right: calc(100% - 856px);
}

.kv .intro-main > a {
    display: block;
    width: 280px;
    font-size: 20px;
    line-height: 80px;
    height: 80px;
    color: #fff;
    border: solid 1px #fff;
    text-align: center;
}

.kv .intro-main > a img {
    display: inline-block;
    width: 10px;
    margin-left: 5px;
}

.kv .intro-main > a img + img {
    display: none;
}

.kv .intro-main > a:hover {
    background: #fff;
    color: #0066cc;
    font-weight: 600;
}

.kv .intro-main > a:hover img {
    display: none;
}

.kv .intro-main > a:hover img + img {
    display: inline-block;
}

.center {
    position: relative;
    padding-bottom: 312px;
}

.intro-breadcrumb {
    padding-top: 29px;
    padding-bottom: 20px;
    line-height: 22px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #333;
}

.intro-breadcrumb a {
    color: #333;
}

.intro-breadcrumb a:hover {
    text-decoration: underline;
}

.intro-breadcrumb span {
    font-weight: 600;
    color: #06c;
}

.marquee {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    max-width: 1024px;
    line-height: 70px;
    height: 70px;
    background: url(../img/marquee-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    overflow-x: hidden;
    font-size: 40px;
    font-weight: 300;
    font-style: italic;
    color: #a6e7ff;
    text-transform: uppercase;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 50s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.detail {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 180px;
}

.detail .text {
    width: 480px;
    margin-right: 90px;
}

.detail.other .text {
    margin-right: 0;
    margin-left: 90px;
}

.detail .img {
    width: 600px;
    position: relative;
    margin: 0px auto;
}

.detail .img:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    background: #0066CC;
}

.detail.aos-animate .img:before {
    animation: passing-bar 1s linear forwards;
    animation-delay: 1s;
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

.detail .img:after {
    content: "";
    position: absolute;
    right: -30px;
    bottom: -30px;
    background: #dbedff;
    width: 93.33%;
    height: 80%;
    z-index: 0;
}

.detail.other .img:after {
    right: auto;
    left: -30px;
}

.detail .img img:not(.cover) {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: 0;
}

.detail.aos-animate .img img:not(.cover) {
    animation: show 0.5s linear forwards;
    animation-delay: 1.5s;
}

@keyframes show {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.detail .img .cover {
    width: 238px;
    position: absolute;
    right: -79px;
    bottom: 50px;
    z-index: 2;
}

.detail.other .img .cover {
    right: auto;
    left: -79px;
}

.detail h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}

.detail h3 {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    line-height: 35px;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.33px;
    color: #06c;
    margin-bottom: 22px;
    padding-left: 31px;
    position: relative;
}

.detail h3 img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
}

.detail p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #454545;
    text-align: justify;
    text-justify: inter-ideograph;
}

.detail p b {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    font-weight: 500;
    color: #06c;
    display: block;
}

.detail p + p {
    margin-top: 22px;
}

.feature {
    margin-top: 164px;
    display: flex;
}

.feature > div {
    width: 340px;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
    padding: 81px 20px 29px 20px;
    position: relative;
    margin: 0px 20px;
}

.feature > div title {
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    display: block;
    font-size: 24px;
    font-weight: 500;
    width: 129px;
    line-height: 44px;
    color: #004080;
    background: url(../img/tab-bg@3x.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 22px;
    left: -9px;
    text-align: center;
}

.feature > div img {
    display: block;
    width: 120px;
    position: absolute;
    right: 0;
    top: -54px;
}

.feature > div p {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.67px;
    color: #333;
}

.center > img:nth-of-type(1) {
    position: absolute;
    width: 21.2%;
    top: 642px;
    left: 0;
}

.center > img:nth-of-type(2) {
    position: absolute;
    width: 24.4%;
    top: 90px;
    right: 0;
}

.fix-btn {
    position: fixed;
    right: 5vw;
    bottom: 5vw;
    width: 46px;
    height: 104px;
    z-index: 99;
}

.fix-btn a,
.fix-btn a img {
    display: block;
    width: 100%;
}

.fix-btn a:first-of-type {
    margin-bottom: 12px;
}

.example {
    padding-top: 65px;
    padding-bottom: 103px;
    background: url(../img/example-bgbg@3x.png) bottom 53px left no-repeat;
    background-size: 100% 426px;
    position: relative;
}

.example > img {
    width: 22.9%;
    position: absolute;
    right: 0;
    top: -41px;
}

.example h4 {
    position: absolute;
    right: 30%;
    top: -94px;
    font-size: 80px;
    font-weight: 300;
    line-height: 94px;
    color: #a6e7ff;
    text-transform: uppercase;
    font-style: italic;
}

.example:before {
    content: "";
    display: block;
    width: 70%;
    height: 100%;
    background: url(../img/example-bg@3x.jpg) right no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.example .wrapper {
    position: relative;
    z-index: 1;
}

.example .wrapper strong {
    display: block;
    font-size: 32px;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
    margin-bottom: 37px;
}

.example .tabs {
    display: flex;
    position: relative;
}

.example .tabs ul {
    width: 140px;
    margin-right: 27px;
    list-style: none;
}

.example .tabs ul.sticky {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 99;
    background: #004080;
    padding: 10px 0;
}

.example .tabs ul li,
.example .tabs ul li a {
    border: 0;
    box-shadow: none;
    outline: 0;
}

.example .tabs ul li a {
    display: block;
    line-height: 40px;
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.42);
    margin-bottom: 25px;
    position: relative;
}

.example .tabs ul.sticky li a {
    border: 0 !important;
}

.example .tabs ul.sticky li a:after {
    display: none !important;
}

.example .tabs ul li:hover a,
.example .tabs ul li.ui-tabs-active a,
.example .tabs ul li.active a {
    font-weight: 600;
    color: #a6e7ff;
}

.example .tabs ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #A6E7FF;
    position: absolute;
    left: 0;
    bottom: -3px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.example .tabs ul li:hover a:after,
.example .tabs ul li.ui-tabs-active a:after,
.example .tabs ul li.active a:after {
    width: 100%;
}

.example .tabs > div {
    width: calc(100% - 167px);
    padding: 40px 40px 45px 40px;
    position: relative;
    z-index: 1;
}

.example .tabs > i {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 167px);
    height: 100%;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
}

.example .tabs > div {
    display: none;
}

.example .tabs > div.active {
    display: block;
}

.example .tabs > div .link label {
    display: inline-block;
    font-size: 20px;
    line-height: 38px;
    color: #333;
    margin-right: 30px;
    cursor: pointer;
}

.example .tabs > div .link label:hover {
    font-weight: bold;
    color: #0066cc;
}

.example .tabs > div .link label:last-of-type {
    margin-right: 0;
}

.example .tabs > div .link label.active {
    border-bottom: solid #0066cc 5px;
    font-weight: 600;
    color: #0066cc;
}

.example .tabs > div input,
.example .tabs > div .text {
    display: none;
}

.example .tabs > div input:checked + .text {
    display: block;
    margin-top: 30px;
}

.example .tabs > div .text > div:not(.img) {
    width: 50%;
    margin-right: 20px;
    float: left;
}

.example .tabs > div .text > div:not(.img) p {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    color: #454545;
    text-align: justify;
    text-justify: inter-ideograph;
    margin-bottom: 23px;
}

.example .tabs > div .text > div:not(.img) b {
    display: block;
    font-family: 'Roboto', 'PingFangTC-Medium', 'Microsoft JhengHei', sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    color: #06c;
    margin-bottom: 13px;
}

.example .tabs > div .text > div:not(.img) a {
    display: inline-block;
    padding: 15px;
    box-shadow: 0 3px 6px 0 rgba(167, 195, 222, 0.47);
    background-color: #fff;
    margin-right: 12px;
    position: relative;
}

.example .tabs > div .text > div:not(.img) a:last-of-type {
    margin-right: 0;
}

.example .tabs > div .text > div:not(.img) a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 23px 23px 0;
    border-color: transparent #0066cc transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.example .tabs > div .text > div:not(.img) a:hover:after {
    width: 100%;
    height: 100%;
    border: 0;
    background: #0066cc;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.example .tabs > div .text > div:not(.img) a img {
    width: 70px;
    display: block;
}

.example .tabs > div .text > div:not(.img) a small {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    z-index: 2;
    opacity: 0;
    word-break: keep-all;
}

.example .tabs > div .text > div:not(.img) a:hover small {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
}

.example .tabs > div .text .img {
    width: calc(50% - 20px);
    float: right;
}

.example .tabs > div .text .img img {
    display: block;
    width: 100%;
}

.bottom {
    padding: 120px 0 138px 0;
    text-align: center;
}

.bottom img {
    display: block;
    margin: 0 auto 10px auto;
    width: 150px;
}

.bottom b {
    display: block;
    font-size: 40px;
    line-height: 56px;
    font-weight: normal;
    color: #333;
    margin-bottom: 29px;
}

.bottom a {
    display: block;
    width: 280px;
    line-height: 80px;
    font-size: 20px;
    color: #fff;
    margin: 0px auto;
    background: #004080;
}

.bottom a:hover {
    background: #0066cc;
}

@media screen and (max-width: 1025px) {
    body {
        background: url(../img/pad-bg@3x.png) #f8fcff repeat-y;
        background-size: 100% 100%;
    }

    .desktop,
    .mobile {
        display: none;
    }

    .pad {
        display: block;
    }

    .kv {
        padding-top: 146px;
        padding-bottom: 68px;
    }

    .kv .intro-main {
        background: url(../img/kv-main-bg-pad.png) repeat-x;
        background-size: auto 100%;
        padding: 57px 40px 50px 40px;
        display: block;
    }

    .kv .intro-main h1 {
        margin-bottom: 10px;
    }

    .kv .intro-main strong:after {
        width: calc(100% - 425px);
    }

    .kv .intro-main > div {
        width: 100%;
        margin-right: 0;
    }

    .kv .intro-main > a {
        margin: 40px auto 0 auto;
    }

    .intro-breadcrumb {
        clear: both;
        padding-top: 28px;
        padding-bottom: 47px;
    }

    .marquee {
        position: relative;
        width: 100vw;
    }

    .center {
        overflow: hidden;
        padding-bottom: 250px;
    }

    .detail {
        display: block;
        margin-top: 0;
    }

    .detail:nth-of-type(2) {
        margin-top: 130px;
    }

    .detail:nth-of-type(3) {
        margin-top: 100px;
    }

    .detail .img .cover {
        right: -84px;
    }

    .detail.other .img .cover {
        left: -84px;
    }

    .detail .text {
        width: 100%;
        margin: 0 auto;
    }

    .detail.other .text {
        margin: 0 auto;
    }

    .detail p {
        margin-bottom: 20px;
    }

    .feature {
        margin-top: 109px;
        display: block;
    }

    .feature > div {
        display: inline-block;
        width: calc(50% - 33px);
        padding: 76px 20px 35px 20px;
        margin: 0px 15px;
    }

    .feature > div:last-of-type {
        margin-top: 89px;
    }

    .feature > div p {
        line-height: 21px;
    }

    .center > img:nth-of-type(3) {
        position: absolute;
        width: 41.1%;
        top: 167px;
        right: 0;
    }

    .center > img:nth-of-type(4) {
        position: absolute;
        width: 41.9%;
        bottom: 1150px;
        right: 0;
    }

    .fix-btn {
        right: 20px;
        bottom: 20px;
    }

    .example {
        padding-top: 49px;
        padding-bottom: 0;
        background: url(../img/example-bg-pad@3x.png) top left no-repeat;
        background-size: 100% auto;
    }

    .example h4 {
        right: 0;
    }

    .example:before {
        display: none;
    }

    .example .wrapper {
        padding: 0 0 0 80px;
    }

    .example .wrapper strong {
        margin-bottom: 35px;
    }

    .example .tabs ul {
        margin-right: 20px;
    }

    .example .tabs ul li a {
        margin-bottom: 20px;
    }

    .example .tabs > div {
        width: calc(100% - 160px);
        padding: 35px 35px 45px 35px;
    }

    .example .tabs > i {
        width: calc(100% - 160px);
    }

    .example .tabs > div input:checked + .text {
        margin-top: 37px;
    }

    .example .tabs > div .text > div:not(.img) {
        width: 100%;
        margin-right: 0;
    }

    .example .tabs > div .text > div:not(.img) p {
        margin-bottom: 20px;
    }

    .example .tabs > div .text .img {
        width: 100%;
        margin-bottom: 18px;
    }

    .bottom {
        padding: 70px 0 80px 0;
    }

    .bottom img {
        margin: 0 auto 18px auto;
    }

    .bottom b {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 765px) {
    body {
        background: url(../img/mobile-bg@3x.png) #f8fcff repeat-y;
        background-size: 100% 100%;
    }

    .desktop,
    .pad {
        display: none;
    }

    .mobile {
        display: block;
    }

    .wrapper {
        padding: 0 35px;
    }

    .kv {
        padding-top: 158px;
        padding-bottom: 55px;
    }

    .kv .wrapper {
        padding: 0;
    }

    .kv .intro-main {
        padding: 33px 20px 38px 20px;
        max-width: 340px;
    }

    .kv title.tab {
        width: 99px;
        line-height: 32px;
        left: -10px;
        top: -20px;
        font-size: 14px;
        letter-spacing: 0.58px;
    }

    .kv .intro-main h1 {
        line-height: 40px;
        font-size: 28px;
    }

    .kv .intro-main strong {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: normal;
    }

    .kv .intro-main strong:after {
        display: none;
    }

    .kv .intro-main > a {
        width: 224px;
        line-height: 64px;
        height: 64px;
        margin: 20px auto 0 auto;
        font-size: 16px;
    }

    .center {
        position: static;
    }

    .intro-breadcrumb {
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        left: 0;
        top: 84px;
        color: #fff;
    }

    .intro-breadcrumb a,
    .intro-breadcrumb span {
        color: #fff;
    }

    .marquee {
        font-size: 32px;
        line-height: 50px;
        height: 50px;
    }

    .center {
        padding-bottom: 150px;
    }

    .detail {
        margin-top: 50px;
    }

    .detail:nth-of-type(2) {
        margin-top: 85px;
    }

    .detail:nth-of-type(3) {
        margin-top: 60px;
    }

    .detail .img {
        width: 100%;
    }

    .detail .img .cover {
        right: -84px;
    }

    .detail.other .img .cover {
        left: -84px;
    }

    .detail .img:after {
        right: -10px;
        bottom: -25px;
        width: 96.2%;
        height: 82.7%;
    }

    .detail.other .img:after {
        left: -10px;
    }

    .detail .text {
        width: 100%;
        margin: 0 auto;
    }

    .detail.other .text {
        margin: 0 auto;
    }

    .detail h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .detail h3 {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1.11px;
        margin-bottom: 10px;
        padding-left: 27px;
    }

    .detail h3 img {
        height: 28px;
    }

    .detail p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .feature {
        margin-top: 74px;
        display: block;
    }

    .feature > div {
        width: 100%;
        padding: 65px 20px 29px 20px;
        margin: 0px 0px 55px 0px;
    }

    .feature > div:last-of-type {
        margin-top: 0;
        margin-bottom: 0;
    }

    .feature > div title {
        width: 103px;
        line-height: 35px;
        font-size: 19.2px;
        top: 20px;
        left: -10px;
    }

    .feature > div img {
        width: 90px;
        top: -35px;
    }

    .feature > div p {
        line-height: 22px;
    }

    .example {
        padding-top: 61px;
        background: url(../img/example-bg-mobile@3x.jpg) top left no-repeat;
        background-size: 100% auto;
    }

    .example h4 {
        font-size: 40px;
        line-height: 47px;
        top: -47px;
    }

    .example:before {
        display: block;
        width: 100%;
        height: 240vw;
    }

    .example .wrapper {
        padding: 0 25px;
    }

    .example .wrapper strong {
        margin-bottom: 25px;
        line-height: 33px;
        font-size: 24px;
    }

    .example .tabs {
        display: block;
    }

    .example .tabs ul {
        width: 100vw;
        margin: 0 -25px;
        padding: 0 10px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
        -ms-overflow-style: none;
    }

    .example .tabs ul::-webkit-scrollbar {
        display: none;
    }

    .example .tabs ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .example .tabs ul li a {
        margin-bottom: 0;
        font-size: 20px;
        border-bottom: 0;
        position: relative;
    }

    .example .tabs ul li a:before {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        position: absolute;
        left: -15px;
        top: 10px;
        background: rgba(255, 255, 255, 0.8);
    }

    .example .tabs ul li:first-of-type a:before {
        display: none;
    }

    .example .tabs > div {
        width: 100%;
        padding: 40px 30px 18px 30px;
    }
    
    .example .tabs .sticky ~ div {
        padding-top: 70px;
    }

    .example .tabs > div .link label {
        font-size: 18px;
        line-height: 35px;
        margin-right: 20px;
        margin-top: 12px;
    }

    .example .tabs > i {
        width: 100%;
        height: calc(100% - 60px);
        top: auto;
        bottom: 0;
    }

    .example .tabs > div input:checked + .text {
        margin-top: 37px;
    }

    .example .tabs > div .text > div:not(.img) {
        width: 100%;
        margin-right: 0;
    }

    .example .tabs > div .text > div:not(.img) p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .example .tabs > div .text > div:not(.img) a {
        width: calc(50% - 16px);
        padding: 20px;
        margin: 0 7px 20px 7px;
    }

    .example .tabs > div .text > div:not(.img) a img {
        width: 100%;
    }

    .example .tabs > div .text .img {
        width: 100%;
        margin-bottom: 18px;
    }

    .bottom {
        padding: 80px 0;
    }
}
