.special-30-years-common-row {
    background-color: #014140;
    background-image: url('/30-years/images/background2.jpg');
    background-position: left bottom;
    background-repeat: repeat;
}

.special-30-years-common-row .main-title-col, .special-30-years-common-row .sub-title-col {
    text-align: center;
    padding: 60px 20px 20px;
}

.special-30-years-common-row .main-title-col h1 {
    color: #fff;
    font-size: 64px;
    line-height: 74px;
}

.special-30-years-common-row .sub-title-col h1 {
    color: #fff;
    font-size: 44px;
    line-height: 52px;
}

.special-30-years-common-row .main-text-col, .special-30-years-common-row .video-col {
    text-align: center;
    padding: 0 20px;
    float: none;
    margin: auto;
}

.special-30-years-common-row .main-text-col p {
    margin: 21px 0;
    font-weight: 300;
    text-align: justify;
    font-size: 1.3em;
    line-height: 1.5em;
    color: #fff;
}

.special-30-years-common-row .main-text-col p.fw500 {
    font-weight: 500;
}

.special-30-years-common-row .gallery-col {
    text-align: center;
    padding: 30px 20px;
}

.special-30-years-common-row .gallery-col .row.galery .flex-gallery {
    justify-content: center;
}

@media (max-width: 770px) {
.special-30-years-common-row .main-title-col h1 {
    font-size: 54px;
    line-height: 62px;
}
.special-30-years-common-row .sub-title-col h1 {
    font-size: 36px;
    line-height: 41px;
}
.special-30-years-common-row .main-text-col p {
    font-size: 1.1em;
}
}