html{scroll-behavior:smooth}
body.home{background:transparent}
body,p{font-family:Metropolis;color:#000}
li,p{font-size:16px;font-weight:300;line-height:1.5}
.container{width:1190px;max-width:1190px}
section.about-talentsprint {
    position: relative;
}
h2.heading {
    font-size: 36px;
    font-weight: 500;
    padding-bottom: 20px;
}
img.ts-logo {
    height: 75px;
    margin-top: 5px;
    margin-bottom: 30px;
}
ul.ts-highlights {
    padding-left: 0;
}
ul.ts-highlights li {
    display: inline-block;
    width:19%;
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
}
ul.ts-highlights li:nth-child(2) {
    width: 22%;
}
ul.ts-highlights li span {
    font-size: 36px;
    font-weight: 600;
    float: left;
    margin-top: -3px;
    display: inline-block;
    margin-right: 5px;
}
.btn-arrows {
    display: flex;
    margin: 20px 0 30px;
    justify-content: center;
}
.arrow-right {
    height: 14px;
    transform: rotateX(0) rotateY(180deg) rotateZ(0) scaleX(1) scaleY(1) scaleZ(1);
    cursor: pointer;
    margin-right: 10px;
}
.arrow-left {
    height: 14px;
    cursor: pointer;
}
.card.one {
    min-height: 230px;
    background: #fff;
    border-radius: 10px;
    padding:15px 10px;
    text-align: center;
    margin: 5px;
    margin-top: 30px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
        border: 2px solid #fff;
}
.card.one img {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-bottom:20px;
}
.card.one h4.text-blk.name {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;font-weight: 500;
}
h4.text-blk.name span {
    display: block;
    font-size: 13px;
    padding-top: 4px;
    color: #7c7c7c;
    font-weight: 400;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
section#aboutTS .col-md-12 {
    padding: 0;
}

@media only screen and (max-width:600px) {
.container{width: 100%; max-width: 100%;}
ul.ts-highlights li {
    display: inline-block;
    width: 76%!important;
    margin-bottom: 20px;
}

}


@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
.container{width:90%;max-width:90%}

}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
.container{width:97%;max-width:97%}
ul.ts-highlights li {
    display: inline-block;
    width: 28%;
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
}
    ul.ts-highlights li:nth-child(2) {
    width: 33%;
}
ul.ts-highlights li {width: 33%;}
ul.ts-highlights li:nth-child(2) {width: 33%;}
}
@media only screen and (min-device-width:414px) and (max-device-width:900px) and (orientation :landscape) {

}
@media only screen and (min-width :1600px) {

}
@media only screen and (min-width :1800px) {
.card.one {padding: 20px;}
}
@media only screen and (min-width:1200px) and (max-width:1290px) {

}
@media only screen and (max-device-width:1366px) and (min-device-width:1024px) and (orientation:portrait) {

}
@media only screen and (max-width:358px) {

}
@media (max-width:576px) {

}