.section_3 {
    /* padding-left: 10px;
    padding-right: 10px; */
    user-select: none;
}

.section_3_container {
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    margin-inline: auto;
    margin: 0 auto;
    padding-top: 50px;
}

#gallery {
    cursor: pointer;
    display: flex;

}


.galerry_row {
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    background-color: white;
}

.galerry_row p {
    color: black;
    cursor: pointer;
}

.border_left {
 
    padding: 0px 10px;
    margin-bottom: 50px;
    font-size: 16px;
}



.change_color_p {
    font-weight: 400;
}



#image-title {
    position: absolute;
    bottom: 10px;
    right: 10px;

    font-size: 30px;
    font-weight: bold;
}

#image-container {
    display: none;
}


#apie p{
    text-align: center;
}
#image-description {
    text-align: center;
    line-height: 155.556%;
    font-weight: 100;
}
.liaskuauhsusss{
    font-size: 24px;
    font-weight: bold;
    /* color: white; */   
}
.section_3_container_row {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: flex-start;
}
#image-container{
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04);
    border-radius: 8px;
}


.section_3_container_right {
    width: 60%;
}





#image-container {
position: relative;
    width: 318px;
    object-fit: cover;

}



#image {
    object-fit: cover;
    position: relative;

       width: 318px;
    min-height: 250px;
}



.fade-in {
    opacity: 1;
}

.fade-out {
    opacity: 0;
}

.color_black {
    font-weight: bold;
}





@media (max-width: 900px) {
  

    .section_3_container_left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
}





@media (max-width: 500px) {
    #image-title {

        text-align: center;
    }


#image-container {
    min-width:318px;;
    height: auto;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    object-fit: cover;

}
    .margin_botooomksd {
        margin-bottom: 2.4rem;
        text-align: center;
    }

    #image-description {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}



@media (max-width: 1160px) {



    .section_3_container_row {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        min-height: 45vh;
    }

    /* .section_3_container_left {
        width: 100%;
    } */



    .section_3_container_right {
        width: 100%;

    }

}