.koncert-fullwidth-section {
width: 100%;
max-width: 100%;
background: #ffffff;
padding: 70px 20px;
box-sizing: border-box;
} .koncert-content {
margin: 0 auto;
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 60px;
text-align: left;
} .koncert-content > div:first-child {
flex: 1 1 60%;
}
.koncert-content h1 {
font-size: 42px;
line-height: 1.2;
font-weight: 700;
color: #111;
margin-top: 0;
margin-bottom: 20px;
}
.koncert-meta {
display: inline-block;
padding: 10px 22px;
border: 2px solid #cbbb86;
border-radius: 50px;
font-size: 24px;
font-weight: 600;
color: #8a6a2d;
margin-bottom: 35px;
background: #fffdf8;
}
.koncert-content h2 {
font-size: 30px;
margin-top: 10px;
margin-bottom: 30px;
color: #222;
font-weight: 700;
}
.koncert-content p {
font-size: 18px;
line-height: 1.9;
color: #444;
margin-bottom: 24px;
}
.koncert-zaver {
font-size: 20px !important;
font-weight: 700;
color: #111 !important;
margin-top: 40px;
border: 1px solid #cbbb86;
display: inline-block;
padding: 12px 28px;
border-radius: 12px;
} .koncert-image {
flex: 0 0 38%;
display: flex;
justify-content: flex-end;
align-items: flex-start;
}
.koncert-image img {
width: 100%;
max-width: 520px;
height: auto;
display: block;
border-radius: 18px;
box-shadow: 0 20px 60px rgba(0,0,0,0.08);
} @media (max-width: 1024px) {
.koncert-fullwidth-section {
padding: 60px 25px;
}
.koncert-content {
gap: 40px;
}
.koncert-content h1 {
font-size: 34px;
}
.koncert-content h2 {
font-size: 28px;
}
.koncert-content p {
font-size: 17px;
line-height: 1.8;
}
.koncert-image img {
max-width: 420px;
}
} @media (max-width: 768px) {
.koncert-fullwidth-section {
padding: 45px 18px;
}
.koncert-content {
flex-direction: column;
gap: 30px;
text-align: left;
}
.koncert-content > div:first-child,
.koncert-image {
flex: 1 1 100%;
width: 100%;
}
.koncert-image {
justify-content: center;
}
.koncert-content h1 {
font-size: 28px;
line-height: 1.3;
}
.koncert-meta {
font-size: 14px;
padding: 9px 18px;
line-height: 1.5;
}
.koncert-content h2 {
font-size: 24px;
margin-bottom: 22px;
}
.koncert-content p {
font-size: 16px;
line-height: 1.75;
margin-bottom: 20px;
}
.koncert-zaver {
font-size: 20px !important;
}
.koncert-image img {
max-width: 100%;
border-radius: 12px;
}
} @media (max-width: 480px) {
.koncert-content h1 {
font-size: 24px;
}
.koncert-content h2 {
font-size: 21px;
}
.koncert-content p {
font-size: 15px;
}
.koncert-meta {
font-size: 13px;
padding: 8px 14px;
}
}