.photo_area{
    padding: 50px 0;
    .title_details { 
        font-size: 30px;
        font-weight: 500;
        line-height: 40px;
        h2{
            color: #000;
            margin-bottom: 50px;
           }
           span.title_color {
            color: $primaryColor;
        }
    }

    .photo_details{
        width: 100%;
        height: 260px;
        margin-bottom: 15px;
        img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 6px;
        }
    }
}