body{
    font-family: "Open Sans", sans-serif;
    background-image: url('../img/bg_site.png');
    background-repeat: no-repeat;
    background-position: top left;
}
.wrapper{

}
.wrapper .tensing_logo{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 150px;
}
.wrapper .tensing_logo img{
    max-width: 300px;
}

.wrapper .tensing_intro{
    padding-top: 100px;
}
.wrapper .tensing_intro p{
    color: #969696;
}

.about {
    margin-bottom: 100px;
    background-color: rgba(0, 113, 188, 0.7);
    border-radius: 10px;
    padding: 50px;
}

.about .col-right {
    text-align: left;
    color: #fff;
    padding-top: 30px;
}
.about .col-right p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.about .col-right p img{
    max-width: 150px;
}
.about .col-right ul {
    list-style: none;
    padding-top: 15px;
}

.about .col-left{
    position: relative;
}

.about .col-left img{
    max-width: 100%;
    border-radius: 10px;
    position: absolute;
    left: -10px;
    top: -300px;
}

.about .col-right ul li {
    margin-bottom: 24px;
    line-height: 24px;
    padding-left: 30px;
    position: relative;
}
.about .col-right ul li i{
    position: absolute;
    left:-10px;
    top: 2px;
    font-size: 20px;
}
.about .col-right .btn-primary{
    margin-top: 20px;
}
.partners_title{
    Font-size: 20px;
    color: #0071bc;
}
.partners {
    display: flex;
    margin-top: 40px;
    margin-bottom: 100px;
}
.partners .partners_logos {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.partners .partners_logos img{
    max-width: 150px;
}

.cta{
    background: #E0E0E0;
    border-radius: 10px;
    padding: 30px 40px;
    margin-bottom: 50px;
    text-align: left;
}
.cta p{
    line-height: 36px;
    font-weight: bold;
    font-size: 18px;
    color: #0071bc;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cta .col-md-4{
    text-align: right;
}

.btn.btn-primary{
    background: #0071bc;
    border-color: #0071bc;
}

.contacts{
    background: rgba(0, 113, 188, 0.9);
    border-radius: 10px;
    padding: 40px 50px;
    margin-bottom: 180px;
}
.contacts .icon{
    font-size: 50px;
    color: #fff;
}
.contacts .title{
    font-weight: bold;
    font-size: 20px;
    margin : 20px 0;
    color: #5bd2fc;
}
.contacts .content{
    color: #fff;
}
.contacts .content a {
    color: #fff;
}
