#tlc-opis.lp-container {
    margin: 0;
    font-family: 'Gotham', sans-serif;
    color: #333;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

#tlc-opis.lp-container .lp-header {
    text-align: center;
    margin-bottom: 20px;
}

#tlc-opis.lp-container .lp-title {
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
}

#tlc-opis.lp-container .lp-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#tlc-opis.lp-container .lp-section {
    text-align: center;
    overflow: hidden;
}

#tlc-opis.lp-container .lp-section img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#tlc-opis.lp-container .lp-description {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Gotham', sans-serif;
}

#tlc-opis.lp-container .lp-footer {
    text-align: center;
    padding: 20px 0;
    background-color: #f4f4f4;
    font-size: 0.875rem;
}

#tlc-opis.lp-container small {
    font-family: 'Gotham', sans-serif;
    font-size: 0.75rem;
    color: #777;
    line-height: 1.4;
    display: block;
    margin-top: 10px; 
    text-align: center;
}

#tlc-opis.lp-container .lp-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: 'Gotham', sans-serif;
	 color: #333;
}

#tlc-opis.lp-container .lp-subsubtitle {
    font-size: 18px;
    font-weight: 500; /* Medium */
    font-family: 'Gotham', sans-serif;
    color: #555;
    margin-bottom: 16px;
}

#tlc-opis.lp-container .lp-section {
	padding: 20px 20px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
	
#tlc-opis.lp-container .lp-subtitle {
    margin-top: 4px;
    font-weight: 700;
    font-family: 'Gotham', sans-serif; font-size: 24px; margin-bottom: 10px;
}
	
#tlc-opis.lp-container .lp-description {
	font-size: 16px;
	margin-bottom: 10px;
	color: #555;
}
	
#tlc-opis.lp-container small {
    font-family: 'Gotham', sans-serif;
	display: block;
	font-size: 12px;
	color: #555;
	margin: 10px 0 20px;
}
	
#tlc-opis.lp-container img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin-top: 20px;
}

@media (max-width: 768px) {
    #tlc-opis.lp-container .lp-title {
    font-weight: 700;
    font-family: 'Gotham', sans-serif;
        font-size: 1.5rem;
    }

    #tlc-opis.lp-container .lp-description {
        font-size: 0.9rem;
    }

    #tlc-opis.lp-container .lp-section img {
        max-width: 100%;
        height: auto;
    }
}