#services_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 80px 0 0 0;
}

.div-photography, .div-videography, .div-services-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 2rem 0 0 0;
}

h2 {
    margin: 0 0 2rem 0;
    font-weight: 600;
}

.div-photography img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.div-videography video {
    width: 100%;
    object-fit: cover;
    height: 600px;
}

.div-videography p {
    text-transform: none;
    margin: 0 !important;
    padding: 2rem 25rem;
    font-size: 19px !important;
    text-align: center;
}

.div-services-detail a {
    text-decoration: none;
    color: #000;
    margin: 0.5rem;
    width: 400px;
}

.div-services-detail ul {
    padding: 0;
    /* list-style: none; */
}

ul li {
    font-size: 1.1rem;
    text-align: left;
}

#br_768 {
    display: none;
}

/* Responsive */

@media (max-width: 768px) {
    .div-videography p {
        padding: 2rem 2rem;
    }

    .div-services-detail ul {
        width: 100%;
        padding: 0 2rem;
    }

    #br_768 {
        display: block;
    }
}