.top-subtitle {
    font-weight: 500;
}

.home-contact-list li {
    padding-right: 20px;
    box-sizing: border-box;
}

#homepage h2, #list h2 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#homepage h3 {
    font-size: 22px;
    letter-spacing: 1px;
}

.home-contact-list .locate {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-mid-title {
    text-transform: uppercase;
}

.exhibition-title {
    text-transform: uppercase;
    font-weight: 600;
}

.top-title {
    font-weight: 600;
    letter-spacing: 3px;
}

.top-subtitle {
    font-weight: 600;
    letter-spacing: 1.5px;
}

.exhibition-detail-left-title {
    font-weight: 600;
    letter-spacing: 1px;
}

.about-exhibition-press-info-text .title {
    width: calc(100% - 200px);
    text-transform: uppercase;
}

.about-exhibition-press-info-text .date, .about-exhibition-press-info-text .title {
    font-size: 16px;
    line-height: 1.3;
}

.join_text a {
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.exhibiting-1-title {
    text-transform: uppercase;
    margin: auto;
    line-height: 1.5;
    max-width: 700px;
}

.exhibiting-cost-text-title {
    text-transform: uppercase;
}

.about-exhibition-contact-bottom-wrap .about-exhibition-contact-bottom-text {
    font-size: 16px;
}

.about-exhibition-contact-bottom-text .first-text {
    font-size: 28px;
}

#exhibiting-3 .join_icon a {
    height: 60px;
}

.title {
    font-weight: bold;
}

#exhibiting-4 ul {
    list-style-type: disc;
}

#exhibiting-4 .exhibition-detail-left-title {
    margin-bottom: 0;
}
.publication-issues-title{
    line-height: 1.1 !important;
}

@media screen and (max-width: 992px) {
    .about-exhibition-press-info-text .title {
        width: 100%;
    }
    
    .exhibiting-country-content.text-editor-wrap p, #exhibiting-5 .exhibition-hotel-note-left-title {
        line-height: normal;
    }
}

@media screen and (max-width: 480px) {
    .about-exhibition-contact-container .join_text, .no-width-join-text, #exhibiting-3 .join_text {
        max-width: 198px;
    }
}