.serve_images {
    width: 100%;
}

.btn_ind {
    color: black;
    /* Set default color */
    transition: margin-left 0.3s ease;
    /* Transition for margin */
}

.btn_ind:hover {
    color: #E42527 !important;
    font-weight: 500 !important;
    margin-left: 3px;
    /* Apply margin on hover */
}

.btn-text-ind {
    color: black;
    font-weight: 400 ! important;
}
.btn-text-ind:hover {
    color: #E42527 !important;
    font-weight: 500 !important;
    margin-left: 3px;
    /* Apply margin on hover */
}


.industry_subtitle {
    font-size: 16px;
}

@media (max-width:966px) {

    .industry_subtitle {
        font-size: 14px;
    }
}

.responsive-image-container {
    width: 100%;
    /* Make sure the container takes up the full width */
    max-width: 100%;
    /* Prevent overflow */
    height: auto;
    /* Adjust the height automatically */
}

.responsive-image-container img {
    width: 100%;
    /* Make the image take up the full width of the container */
    height: auto;
    /* Maintain the aspect ratio of the image */
    display: block;
    /* Remove any unwanted inline spacing */
}

.industries_serve_title {
    font-size: 26px;
}
@media (min-width:768px) {
    .industries_serve_title {
        font-size :36px;;
    }
    
}

.industry_title {
    font-size: 24px;
}
@media (min-width:966px) {
    .industries_serve_title {
        font-size :42px;
    }
    
    .industry_title {
        font-size: 36px;
    }
}