.content-wrap {
    text-align: justify;
}

.content-wrap h2 {
    padding: 10px 0;
    margin: 20px 0;
    border-bottom: 1px #ddd solid;
    position: relative;
}

.content-wrap h2:after {
    content: '';
    display: block;
    height: 3px;
    width: 5em;
    /*background-color: #00a2e8;*/
    background: linear-gradient(90deg, #3A83BB,#4BBD8F);
    position: absolute;
    bottom: -2px;
}

.content-wrap h3 {
    font-weight: bold;
    line-height: 55px;
}

.content-wrap p {
    text-indent: 2em;
}
.content-wrap p > img {
    margin-left: -2em;
}

@media (max-width: 768px) {
    .alignright.blockimg, .alignleft.blockimg {
        display: block;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

.alignright {
    box-sizing: content-box;
    float: right;
    margin-left: 1em;
}

.alignleft {
    box-sizing: content-box;
    float: left;
    padding: 1em;
    margin-right: 1em;
}

/*ABOUT*/
.map {
    width: 100%;
    height: 400px;
}


/*PRODUCT*/
ul.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
}

ul.gallery li {
    display: block;
    box-sizing: border-box;
    width: 50%;
    padding: 15px;
}

ul.gallery li strong {
    display: block;
    line-height: 1.8em;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: linear-gradient(135deg, #3A83BB, #4BBD8F);
}

.content-wrap hr:last-child {
    display: none;
}

.cases h3 {
    font-weight: normal;
    line-height: 1.33em;
}

.cases p {
    text-indent: 0;
}
.cases p img {
    margin-left: 0;
}

.content-wrap table {
    border-collapse: collapse;
}

.content-wrap table tr:nth-child(2n+1) {
    background-color: #d6e6ef;
}

.content-wrap table tr:first-child {
    background-color: #2c87ae;
    color: #fff;
}

.content-wrap table td {
    border: 1px #2c87ae solid;
    padding: 0 5px;
    line-height: 30px;
}

/*Join*/
#jobs .card {
    border: 0;
}

#jobs > .card > .card-header {
    margin-bottom: 0;
}

#jobs .card-header {
    background-color: #fff;
}

#jobs .card-header .btn, .card-header .btn:hover {
    padding-right: 30px;
    font-weight: 400;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
}

#jobs .card-header button {
    color: #00a2e8;
}

#jobs .card-header button.collapsed {
    color: #333333;
}

#jobs .card-header button i {
    line-height: 24px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
}

#jobs .card-header button.collapsed i:after {
    content: "\f067";
}

#jobs .card-header button i:after {
    content: "\f146";
}

#jobs .card-body p {
    text-indent: 0;
}