.landing-page.computer-vision-page .jumbotron {
    background: url(../images/computer-vision/cv-hero.jpg) fixed left center no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    min-height: 800px;
}
.landing-page.computer-vision-page h2 {
    font-size: calc(22px + (35 - 22) * ((100vw - 280px) / (1920 - 280)));
    text-align: center;
    text-transform: unset;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-weight: 500;
}
.landing-page.computer-vision-page h2 span {
    width: 50px;
    margin: 10px auto 0;
    display: block;
    text-align: center;
    border-top: 3px solid #f26b2b;
}
.landing-page.computer-vision-page p, 
.landing-page.computer-vision-page ul.listed-items li,
.conclusion-ul li,
.features-inner ul li,
.benefits-tab-pane .desc {
    font-size: calc(14px + (18 - 14) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif!important;
}

.services-wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-flow: row wrap;
}
.services-single {
    width:48%;
    margin: 0 1% 20px;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.25);
    padding: 15px;
    transition: .2s ease all;
    border-bottom: 2px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.services-single:hover {
    transform: scale(1.01);
    border-bottom: 2px solid #f26b2b;
    box-shadow: 0 0 12px 2px rgb(149 150 150 / 45%);
}
.services-single .img-wrap {
    width: 150px;
    height: 150px;
    background-color: #faede5;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.services-single .img-wrap img {
    max-height: unset;
    width: auto;
    height: 100px;
}
.services-single .txt-wrap .title {
    text-align: center;
    font-weight: 600;
    min-height: 50px;
    max-width: 100%;
    color: #000;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif!important;
    line-height: 1.2;
    text-transform: none;
    margin-top: 20px;
}
.services-single .txt-wrap p {
    text-align: justify;
}
.landing-page.nft-dev-page .techstack-vtab {
    min-height: 450px;
}

.why-us-grey {
    background-color: #2c2d34;
    color: #fff;
    padding: 25px 15px;
}
.why-us-grey h2 {
    color: #fff!important;
}
.why-us-single {
    width: 60%;
    display: block;
    margin: 100px auto;
    text-align: center;
}
.why-us-single img,
.why-us-single h3 {
    margin: 20px auto;
}
.why-us-single p {
    text-align: justify;
    margin-bottom: 15px;
}

.techstack-wrap-box .t-nav-link h6.subtitle,
.techstack-wrap-box .t-nav-link.active h6.subtitle {text-align: left;}
.sub-lp-wrap .rgt-wrap ul {justify-content: center;}


@media screen and (max-width:1024px) {
    .why-us-single {width: 100%;}
    .techstack-wrap-box .nav-link,
    .techstack-wrap-box .nav-link.active {padding: 20px 15px;}
}
@media screen and (max-width:991px) {
    .landing-page.computer-vision-page .jumbotron {
        background: url(../images/computer-vision/cv-hero.jpg) fixed top left no-repeat;
        padding: 50px 0;
        min-height: 600px;
        background-size: auto;
    }
    .carousel-inner {min-height: 500px;}
}
@media screen and (max-width:540px) {
    .services-single {width: 100%;margin: 20px 0px;}
    .why-us-grey .container {padding: 0px;}
    .csd-faq .card-body {text-align: justify;}
    .landing-page.computer-vision-page .jumbotron {
        background: url(../images/computer-vision/cv-hero-540.jpg) top left no-repeat;
        padding: 50px 0;
        min-height: 600px;
        background-size: cover;
    }
}
@media screen and (max-width: 450px) {
    .landing-page.computer-vision-page .jumbotron {
        background: url(../images/computer-vision/cv-hero-mob.jpg) top center no-repeat;
        background-size: cover;
    }
}
@media screen and (max-width:280px) {
    .blockchain-single {min-height: 100px;}
    .why-us-single h3 {font-size: 22px;}
}