#live-your-dream .container{
    max-width: 1500px; 
}


.homepage_unique_section_image_content_arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px auto 0;
    z-index: 132443243;
    position: relative;
}
.homepage_unique_section_image_content_arrow_prev,
.homepage_unique_section_image_content_arrow_next{
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homepage_unique_section_image_content_arrows{
    display: none;
}
.homepage_unique_section_image_first_image, .homepage_unique_section_image_second_image{
    box-shadow: 0 4px 17.2px 0 rgba(0, 0, 0, 0.02);
}
@media(max-width: 767px) {
    .homepage_unique_section_image_content_arrows{
        display: flex;
    }
}