/*Autonomous Services page */
.half-fluid .left-half,
.half-fluid .right-half {
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    padding: 0px;
}

.half-fluid .image {
    background-image: url("../images/std-cell.jpg");
    background-size: cover;
    background-position: center;
    min-height: 400px;
    height: 100%;
}
.stdimg{
    width:50%
}


.subtitle{margin: 23px 0;background: rgb(13 110 253 / 10%);display: flex;align-items: center;justify-content: space-between;padding: 0 20px;}
.subtitle h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    text-align: left;
    white-space: nowrap;
    padding-bottom: 13px;
    position: relative;
}

.subtitle h2:before {
    background-color: #0dcaf0;
    content: '';
    display: block;
    height: 3px;
    width: 90px;
    margin-bottom: 5px;
}

.subtitle h2:after {
    background-color: #0dcaf0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 90px;
    margin-bottom: 0;
}
.bggrey{
    background: rgb(13 110 253 / 4%);
}
.imga{

margin: 9px;
}
.imga img{
    
width: 85px;
    
height: 85px;
    
margin: 9px;
}
.stck{
    display: flex;
    gap: 12px;
    border-bottom: 2px solid lightgrey;
    margin: 30px 0;
}
.green{
    width:30px;
    height:30px;
    background: green;
    display: flex;
    border-radius: 4px;
}
.magenta{
    width:30px;
    height:30px;
    background: #800080;
    display: flex;
    border-radius: 4px;
}
.orange{
    width:30px;
    height:30px;
    background: #ff6600;
    display: flex;
    border-radius: 4px;
}
.cyan{
    width:30px;
    height:30px;
    background: #32d6ff;
    display: flex;
    border-radius: 4px;
}
.one{
    background: #3299320d;
    padding: 10px;
}
.two{
    background: #8000800a;
    padding: 10px;
}
.three{
    background: #fc823117;
    padding: 10px;
}
.four{
    background: #31d1f91c;
    padding: 10px;
}
.stck p{margin-bottom: 7px;font-size: 18px;font-weight: 600;}
@media screen and (max-width: 768px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .services h2 {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .services .text-services {
        font-size: 14px;
        line-height: 1.7;
    }

    .cards {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}


@media (min-width: 992px) {
    .half-fluid .left-half {
        padding-left: 0 !important;
        position: absolute;
        left: 0;
        right: 50%;
        margin-left: auto;
        width: auto;
    }

    .half-fluid .right-half {
        padding-right: 0 !important;
        position: absolute;
        right: 0;
        left: 50%;
        margin-left: auto;
        width: auto;
    }
}