.automationSegemnt h2 {
    font-size: 28px;
    color: #002147;
    margin-top: 15px;
    text-align: center;
}

.automationSegemnt img {
    width: 400px;
    height: auto;
    display: block;
    margin: 20px auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.description {
    line-height: 1.5;
    margin-top: 10px;
}

.description p {
    margin-bottom: 15px;
}

.description h2 {
    font-size: 20px;
    color: #002147;
    margin-bottom: 10px;
    border-bottom: 2px solid #002147;
    display: inline-block;
}

.description ul {
    margin-bottom: 20px;
    padding-left: 20px;
    /* list-style-type: disc !important; */
}

.description ul li {
    margin-bottom: 10px;
}

.description ul li strong {
    color: #002147;
}

.description ul ul {
    /* list-style-type: circle !important; */
    margin-top: 10px;
}

.description ul ul li {
    margin-bottom: 5px;
}



/* .description p strong {
    color: #ff5e57;
    font-weight: bold;
} */

@media screen and (max-width: 480px) {
    .automationSegemnt img {
        width: 300px !important;
        height: auto;
    }
}
@media screen and (max-width: 346px) {
    .automationSegemnt img {
        width: 280px !important; 
        height: auto;
    }
}

 


