
.automated-gate-banner-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.automated-gate-banner-section {
    /* background-image: url(../images/banner-bg.png); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 505px;
    display: flex;
    align-items: center;
}

.automated-gate-banner-section p {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.automated-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
ul.automated-industries-boxes {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    flex-wrap: wrap;
    margin: 0;
}
.automated-industries-content-box {
    background: #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 5px;
    opacity: 1;
    padding: 15px;
    width: 23.80%;
}
li.automated-industries-content-box img {
    transition: all 0.5s;
    height: 154px;
    object-fit: cover;
}
li.automated-industries-content-box:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.automated-industries-content-box h5 {
    padding-top: 10px;
}
.automated-conversation-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent linear-gradient(95deg, #F5F5F5 0%, #F1F1F1 100%) 0% 0%;
    opacity: 1;
    padding: 40px 35px;
    border-radius: 5px;
}
.automated-conversation-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.automated-bottom-section{
    padding-bottom: 50px;
}
.automated-industries-section p{
    font-size: 18px;
    font-weight: 600;
}








/* media */
@media only screen and (max-width:1600px) {
    .automated-gate-banner-section {
        height: 460px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .automated-gate-banner-section p {
        margin-bottom: 40px;
    }
    .automated-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .automated-conversation-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .automated-bottom-section{
        padding-bottom: 50px;
    }
}

@media only screen and (max-width:1399px) {
    .automated-gate-banner-section {
        height: 430px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .automated-gate-banner-section p {
        margin-bottom: 40px;
    }
    .automated-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    li.automated-industries-content-box{
        width: 23.60%;
    }
    .automated-conversation-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .automated-bottom-section{
        padding-bottom: 50px;
    }
    .automated-conversation-box{
        padding: 40px 35px;
    }
}

@media only screen and (max-width:1199px) {

    .automated-gate-banner-section {
        height: 320px;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .automated-gate-banner-section p {
        margin-bottom: 30px;
    }
    .automated-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    li.automated-industries-content-box {
        width: 23.30%;
    }
    .automated-conversation-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .automated-conversation-box {
        padding: 35px 30px;
    }
    .automated-bottom-section {
        padding-bottom: 45px;
    }
}


@media only screen and (max-width:991px) {
    .automated-gate-banner-section {
        height: 300px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .automated-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .automated-box{
        padding-top: 25px;
    }
    li.automated-industries-content-box {
        width: 31.40%;
    }
    .automated-conversation-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .automated-conversation-box {
        padding: 30px 25px;
    }
    .automated-conversation-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .automated-bottom-section {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width:767px) {
    .automated-gate-banner-section {
        height: 300px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .automated-gate-banner-section p {
        margin-bottom: 20px;
    }
    .automated-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .automated-box {
        padding-top: 20px;
    }
    li.automated-industries-content-box {
        width: 48%;
    }
    .automated-conversation-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .automated-conversation-box p{
        padding-bottom: 15px;
    }
    .automated-bottom-section {
        padding-bottom: 30px;
    }
    .automated-conversation-box {
        padding: 25px 20px;
    }
}
@media only screen and (max-width:575px) {
    .automated-gate-banner-section {
        padding-top: 20px;
        padding-bottom: 20px;
        height: 270px;
    }
    .automated-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    ul.automated-industries-boxes{
        padding-top: 15px;
        gap: 15px;
    }
    .automated-conversation-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .automated-conversation-box {
        padding: 20px 15px;
    }
    .automated-bottom-section {
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:420px) {
    li.automated-industries-content-box {
        width: 100%;
    }
}