body {
    font-family: 'Montserrat', sans-serif;
    background-color: #ECF0F3;
    font-size: 19px;
    font-weight: 400;
    color: rgba(31, 38, 50, var(--tw-text-opacity)); 
    --tw-text-opacity: 1;
    /* text-align: center; */
    letter-spacing: normal;
    overflow-x: hidden;
    /* padding: 0;
    margin: 0; */
}


main {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    /* padding: 20px; */
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.25;
}

.container p {
    text-align: left;
    line-height: 1.25;
    
}
.conclusion {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    text-align: left;

}

.container li {
    margin-top: 20px;
}

.container2 li {
    text-align: left;
    line-height: 1.95;
    margin-top: 25px;
    padding-left: 20px;
}
.container3  {
    text-align: left;
}

.machine-learning {
    text-align: center;
    margin-top: 55px;
}

.machine-learning h2{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.image-wrapper {
    max-width: 100%;
    margin: 1rem;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
}


/* Responsive design for iOS container */
#machine-learning2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

#machine-learning2 h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

/* Responsive design for iOS image */
.image-wrapper {
    max-width: 100%;
    margin: 1rem;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
}

/* Media query for smaller screens */
@media only screen and (max-width: 600px) {
    #machine-learning2 h3 {
        font-size: 1.5rem;
    }
}

h2, h3 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 25px;
    
}

#footer {
    text-align: center;
    margin-top: 60px;
}







 .background-image--031607272022 {
    background-image: url(/img/robots/machine-learning.webp);
    text-align: center;
} 

.background-image {
    margin-top: 50px;
    margin-bottom: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: auto;
    max-width: auto;
    border-radius: 3px;
} 

.section0316{
    text-align: left;
    color: #EAEDED;
    padding: 30px;
    font-size: 21px;
    font-weight: bolder;
}

.image-wrapper {
    max-width: 100%;
    margin: 1rem;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
}

/* Responsive for images */
.image-wrapper {
    max-width: 100%;
    margin: 1rem;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
}



.slider {
    width: auto;
    height: 80%;
    position: relative;
    overflow: hidden;
}

.slider-container {
    width: 100%;
    height: 100%;
    display: flex;
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.5s ease-out;
}

.slider-slide {
    flex-shrink: 0;
    width: 100%;
}

.slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-prev,
.slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    color: white;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.slider-prev {
    left: 0;
}

.slider-next {
    right: 0;
}