.c-konserto-24-container {
    padding: 100px 60px;
    background-color: #080808;
    color: white;
    border-radius: 50px;
    overflow: hidden;
    text-align: center !important;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.c-konserto-24-container > div, .c-konserto-24-container > p, .c-konserto-24-container > h1 {
   z-index: 3;
   position: relative;
}

.c-konserto-24-container::before {
content: '';
background-image: url('/cache/files/3ee7a3643347e972203e3f3a672da06b4adc35f1.jpg');
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background-repeat: repeat-y;
   z-index: 0;
}

.c-konserto-24-container::after {
content: '';
background-image: url('/cache/files/7f4bfa04aeda3ab7a321bfdad85d8215e7b2c217.jpg');
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background-repeat: repeat-y;
   z-index: 0;
}

.c-header-24 img {
    width: 90%;
    height: auto;
    max-width: 470px;
    margin-bottom: 50px;
}

.c-title-subtitle-24 {
    font-size: 30px;
}

.c-title-subtitle-24 p {
    margin-bottom: 10px;
}

.c-konserto-24-box {
    display: inline-block;
    font-size: 20px;
    margin: 50px 0;
    position: relative;
}

.c-konserto-24-box::before {
    content: '';
    display: block;
    width: 110%;
    height: 170%;
    position: absolute;
    top: -35%;
    left: -5%;
    border: 1px solid;
}


.c-konserto-24-box::after {
    content: '';
    display: block;
    width: 115%;
    height: 130%;
    position: absolute;
    top: -15%;
    left: -7.5%;
    border: 1px solid;
}

.c-text-italic .c-konserto-24-box {
    font-weight: 800;
}

.c-konserto-24-box p {
    padding: 10px 20px;
    background-color: #c12028;
    border-radius: 5px;
    margin: 10px;
}

.c-text-italic {
    font-style: italic;
}

.c-divider-24 {
    width: 150px;
    height: 2px;
    border-radius: 50%;
    background-color: #c12028;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 40px;
}

.c-bigger-text {
    font-size: 1.4em;
    font-weight: 800;
}

.c-tickets-boxy {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.c-tickets-box {
    width: 50%;
    margin-top: 20px;
}

.c-divider-vertical {
       position: absolute;
    width: 1px;
    height: 100%;
    background-color: white;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

#contenttop h1.c-konserto-24-title {
   position: relative;
    background-color: #080808;
  color: white !important;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}

#contenttop h1.c-konserto-24-title::before {
   content: '';
   width: 30px;
   height: 30px;
   background-image: url('/cache/files/9b9e4c57b67f8bf9eaaf5c9779f6c4951535afad.svg');
   position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
}

#contenttop h1.c-konserto-24-title::after{
   content: '';
   width: 30px;
   height: 30px;
   background-image: url('/cache/files/9b9e4c57b67f8bf9eaaf5c9779f6c4951535afad.svg');
   position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;
}

.c-box-redcolor {
    padding: 10px 20px;
    background-color: #c12028;
    border-radius: 5px;
    margin: 10px;
    font-size: 24px;
    font-weight: 800;
    margin-top: 80px;
    margin-bottom: 30px;
}

.c-divider-24-small {
    width: 80px;
    height: 2px;
    border-radius: 50%;
    background-color: white;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
   opacity: 0.4;
}

@media (max-width: 768px) {

.c-konserto-24-container::before {
    width: 54px;
}

.c-konserto-24-container::after {
    width: 54px;
}

.c-tickets-boxy {
    flex-direction: column;
}

.c-divider-vertical {
width: 100%;
    height: 1px;
    top: 0;
    transform: none;
    left: 0;
    position: relative;
    margin-top: 30px;
}

.c-tickets-box {
    width: 100%;
    margin-top: 40px;
}

.c-box-redcolor {
margin-top: 40px;
}

#contenttop h1.c-konserto-24-title {
   font-size: 24px;
}

.c-title-subtitle-24 {
    font-size: 24px;
}

}