.second-carousel {
    margin-top: 45px !important;
    /* margin-left: 45px !important; */
}

.second-carousel .slick-slide > div > div {
    display: flex !important;
    justify-content: flex-end !important; 
}

.custom-2-carousel {
    display: none;
}

.custom-2-carousel img {
    width: 140px !important;
}

/* Media query for screens smaller than 1440px */
@media screen and (max-width: 1339px) {
    #first-carousel img, #second-carousel img {
        max-width: 75%;  /* Make images smaller on screens smaller than 1440px */
        height: auto;    /* Maintain aspect ratio */
    }
}