.blog-banners {
    padding: 50px 0;
}
ul.techstack {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    border: none;
}
.techstack li.tech-list {
    margin: 0 10px 20px;
    display: inline-block;
}
.techstack li.tech-list .actives,.techstack li.tech-list .active, .techstack .actives-tech, .techstack .tech-list a:hover, .techstack li.tech-list .a:hover, .techstack .tech-list a:focus, .techstack li.tech-list .a:focus {
    background: #ffe1d1 !important;
    color: #ff6c1a !important;
    border: 1px solid #ffe1d1 !important;
}
.techstack li.tech-list a, .techstack li.tech-list .a {
    display: block;
}
.techstack .tech-list a, .techstack .tech-list .a {
    border: 1px solid #f3f6f9;
    padding: 12px 30px;
    font-weight: 500 !important;
    font-size: 20px;
    color: #777;
    background: #f3f6f9;
    border-radius: 0;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.details-img-wrap img {
    border-radius: 0;
    margin: 0 0 15px;
    width: 100%;
}
.blog-banners .blog-card {
    margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 10px 20px;
        font-size: 18px;
    }

}
@media screen and (max-width: 991px) {
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 10px 20px;
        font-size: 17px;
    }
    
}
@media screen and (max-width: 767px) {
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 6px 15px;
        font-size: 16px;
    }
    
}
@media screen and (max-width: 576px) {
}
@media screen and (max-width: 480px) {
    .techstack li.tech-list {
        margin: 0 5px 10px;
    }
    .techstack .tech-list a, .techstack .tech-list .a {
        padding: 4px 8px;
        font-size: 14px;
        color: var(--secondrycolor);
    }
}
@media screen and (max-width: 380px) {
}
