.techImg {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.techImg img {
    width: 500px;
}

.sub_title {
    text-align: center;
}

.techBox {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

.techItem {
    border: 1px solid #ddd;
    margin-right: 2rem;
    box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
    border-radius: 0.55rem;
    padding-bottom: 2rem;
    padding-top: 1rem
}

.icon {
    margin: 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.icon img {
    width: 45px;
    position: relative;
    margin-top: 12px;
    margin-left: 12px;

}

li.techItem h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #293f6d;
    text-align: center;
    margin-bottom: 1rem;
}

li.techItem p {
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

@media (min-width:992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 26.3333333% !important;
    }
}
.licenseCon{
    width: 100%;
    margin-top: 5rem;
    justify-content: center;
    display: flex;
}
.slick-track .slick-slide > div {
    width: 100%;
    display: inline-block;
    padding: 0.2rem;
}
.slick-slide {
    width: 180px !important;
}
.licenseCon .item {
    float: left;
    margin: 1rem;
    box-shadow: 0 0.46875rem 2.1875rem rgb(90 97 105 / 10%), 0 0.9375rem 1.40625rem rgb(90 97 105 / 10%), 0 0.25rem 0.53125rem rgb(90 97 105 / 12%), 0 0.125rem 0.1875rem rgb(90 97 105 / 10%);
    border: 1px solid #ddd;
}
.licenseCon .item > img {
    width: 100%;
    height: 100%;
}
@media (min-width: 320px) and (max-width: 480px) { 

    li.techItem.col-sm-12.col-lg-4 {
        margin-bottom: 1rem;
    }
}