.navbar {
  background: transparent !important; color: #fff; position: absolute; top: 0; left: 0; right: 0;
}

.wrapper {
    background: #f9f9f9 url("/static/images/about_header_bg.jpg") no-repeat;
    background-size: 100%;
}

.wrapper .total-title {
    padding-top: 16%;
    padding-bottom: 9%;
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 4px;
    text-align: center;
    color: #fff;
}

.wrapper .content-wrapper {
    background-color: #fefefe;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, .03);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, .03);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, .03);
}

.content-wrapper .title {
    font-size: 32px;
    font-weight: 300;
    letter-spacing: 5px;
    text-align: center;
    color: #11113f;
    padding-top: 60px;
}

.content-wrapper hr {
    margin-top: 30px;
    margin-bottom: 70px;
    width: 97px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1858f5;
    box-shadow: 0 1px 30px 0 #1858f5;
}

.product, .contact {
    padding-bottom: 60px;
    margin-bottom: 64px;
    background-color: #fefefe;
}

.product .introduction {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    text-align: justify;
    color: #333;
    margin-bottom: 30px;
}

.product .info-card {
    padding-left: 3.9%;
    padding-right: 3.9%;
}

.product .info-card:not(:first-of-type):before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    bottom: auto;
    right: auto;
    height: 70%;
    width: 1px;
    border: 1px dashed #d5d5d5;
}

.product .info-card-header {
    display: flex;
    justify-content: center;
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
}

.product .info-card-header img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
}

.product .info-card-content {
    margin-top: 16px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.67;
    text-align: justify;
    color: #999;
}

.team {
    padding-bottom: 45px;
    background-color: #fbfbfb;
}

.team .team-card {
    background-color: #fff;
    border-radius: 3px;
    border: solid 1px #e6e6e6;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-top: 40px;
    margin-bottom: 15px;
}

.team .team-card img {
    display: block;
    width: 56px;
    height: 56px;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
}

.team .team-card .team-name {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    color: #333;
    margin-bottom: 12px;
}

.team .team-card .team-info {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #999;
    margin-bottom: 0;
}

.contact p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    text-align: center;
    color: #333;
    margin-bottom: 0;
}

.contact div {
    display: flex;
    justify-content: center;
}

.contact a + a {
    margin-left: 20px;
}

.contact img {
    display: inline-block;
    width: 25px;
    height: 25px;
}

@media (max-width: 991px) {
    .product .info-card:nth-of-type(3):before {
        content: '';
        position: absolute;
        border: none;
    }
}

@media (max-width: 767px) {
    .product .info-card:nth-of-type(2):before,
    .product .info-card:nth-of-type(4):before {
        content: '';
        position: absolute;
        border: none;
    }

    .wrapper .total-title {
        font-size: 30px;
    }

    .content-wrapper .title {
        font-size: 22px;
        letter-spacing: 1px;
        font-weight: normal;
        color: #585858;
    }
}

@media (max-width: 420px) {
    .wrapper .content-wrapper {
        width: 100% !important;
    }

    .wrapper .total-title {
        font-size: 26px;
        letter-spacing: 1px;
        padding-top: 20%;
    }

    .product, .contact {
        margin-bottom: 0;
    }
}