.schedule .main__box-content {
    align-items: center !important;
}
.main__box-image {
    margin-bottom: 20px;
}
.main__box-image img {
    width: 100%;
    height: auto;
}
.main__box-buttons {
    justify-content: end;
    flex-direction: column;
    gap: 15px;
}
.main__box-info-type {
    background: #045bcf;
    padding: 7px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
}
.main__box-info-add {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
}
.schedule .main__box-button {
    text-align: center;
}
#ticket-url {
    background: #045bcf;
    color: #fff;
    font-size: 21px;
    padding: 7px 30px;
    display: inline-block;
    font-weight: 500;
    margin: 40px 0;
}

.thanks .banner {
    height: 55vh;
    width: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.thanks .main__title {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 2.5rem;
}

.thanks .main {
    padding: 3rem 0;
}


@media screen and (min-width: 1028px) {
    .thanks .main__title {
        font-size: 2.25rem;
    }
    .main__box-image {
        width: 20%;
        margin-right: 30px;
        margin-bottom: 0;
    }
    .main__box-info-type {
        margin-left: 20px;
    }
    .thanks .banner {
        height: 30vh;
    }
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    cursor: pointer;
    text-decoration: underline;
}