.tech-tabs .nav-item {
    flex: 0 0 172px !important;
}

.feature-card {
    height: 326px !important;
}

.section-sticky {
    position: sticky;
    top: 150px;
}

.cta-mid .img-fluid {
    right: 53px !important;
    z-index: 1;
}

.blog-vec1 {
    position: absolute;
    top: 0;
    left: 40%;
    width: 250px;
}

.blog-vec2 {
    position: absolute;
    bottom: 0;
    right: 3%;
    rotate: 180deg;
    width: 260px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .feature-card {
        height: 382px !important;
    }
}

@media(max-width:991px) {
    .section-sticky {
        position: relative;
        top: 0;
    }

    .feature-card {
        height: 270px !important;
    }
}