/*.about_img {*/
/*    width: 100%;*/
/*    float: left;*/
/*}*/

/*.about_img_up {*/
/*    width: 350px;*/
/*    height: 360px;*/
/*    position: relative;*/
/*}*/

/*@media (min-width: 1600px) and (max-width: 3000px) {*/
/*    .about_img_down {*/
/*        top: 29%;*/
/*        right: 9%;*/
/*}*/
/*}*/

/*.about_img_down {*/
/*    width: 350px;*/
/*    height: 360px;*/
/*    position: absolute;*/
/*    top: 37%;*/
/*    right: 4%;*/
/*}*/

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}

.img-box .btn {
    opacity: 0;
    font-size: 14px;
    padding: 10px 18px;
}

.btn-green {
    background-color: #2d4089;
    border-color: #2d4089;
    color: #fff;
}

.btn {
    font-size: 15px;
    color: #464646;
    border-radius: 3px;
    padding: 15px 20px;
    line-height: 14px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    border: 2px solid transparent;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /*-ms-touch-action: manipulation;*/
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}





















