.title-img{
display: block;
margin-left: auto;
margin-right: auto;
margin-top:20px;
margin-bottom: 20px;
border-radius: 10px;
}
img{
max-height: 300px;
max-width: 300px;
}

.cooperation-detail-page {
    padding: 40px 0;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumbs {
    margin-bottom: 20px;
}

.breadcrumbs a {
    font-size: 16px;
}

.detail-card {
    overflow: hidden;
}

.detail-photo {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
}

.detail-photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.detail-content {
    padding: 30px;
}

.detail-content h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
}

.detail-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #e83e8c;
    padding-bottom: 5px;
}

.disclaimer-wrapper {
    background: #fce4ec;
    padding: 10px;
    margin: 10px 0;
    border-left: 5px solid #e83e8c;
}

.disclaimer-wrapper p {
    margin-top: 10px;
    margin: 10px;
}




.full-description {
    margin: 20px 0;
}

.video-section {
    margin: 30px 0;
}

.video-section video {
    border: 2px solid black;
    border-radius: 4px;
}

.meta-info {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

@media (max-width: 768px) {
    .detail-content {
        padding: 20px;
    }

    .detail-content h1 {
        font-size: 24px;
    }
}