#about-top {
    background-image: url("../img/pro_about/about-kv@2x.jpg");
    background-position: top center;
    width: 100%;
    max-width: 2000px;
    background-size: cover;
    margin: 0 auto;
    height: 330px;
}

#affiliations-top {
    background-image: url("../img/pro_about/affiliations@2x.jpg");
    background-position: top center;
    width: 100%;
    background-size: cover;
    height: 330px;
    max-width: 2000px;
    margin: 0 auto;
}


.about-bg {
    background-color: rgb(0 0 0 / 65%);
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.about-content {
    font-family: "frank-medium";
    color:#ffffff;
    font-size: 26px;
    letter-spacing: 0.2px;
    line-height: 34px;
    width: 920px;
    margin:0 auto;
}

#about-section {
    background-image: url("../img/pro_about/white-bg@2x.jpg");
    background-position: top center;
    width: 100%;
    max-width: 2000px;
    padding-top: 80px;
    background-repeat: no-repeat;
    height: auto;
    background-size: 100% auto;
    margin-left : auto;
    margin-right: auto;
}

.padd-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.mar-t-80 {
    margin-top:80px;
}


.about-title {
    font-family: "frank-demcom";
    font-size: 50px;
    line-height: 60px;
    color: #08498C;
    vertical-align: top;
}

.about-text {
    font-family: "frank-book";
    letter-spacing: 0.2px;
    font-size: 22px;
    line-height: 32px;
    color:#000000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.padd-r-line {
    border-right: 5px solid #08498C;
    height: 100%;
}

.go-to-text {
    font-family: "frank-dem";
    font-size: 30px;
    color:#08498C;
}

.go-to-text a {
    color:#0093FF;
}

.go-to-text a:hover {
    text-decoration: underline;
}

.mar-b-80 {
    margin-bottom: 80px;
}

.about-text a {
    color:#0093FF;
}

.act-btn a:hover {
    opacity: .7;
}

#aff-section {
    background-color: #EAEAEA;
    background-position: top center;
    width: 100%;
    background-size: contain;
    padding-top: 80px;
    margin-top:80px;
    padding-bottom: 80px;
    max-width: 2000px;
    margin:0 auto;
}

.mg-b-80 {
    margin-bottom:80px;
}

.activities {
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.activities a {
    color:#0093FF;
}

.act-date {
    font-family: "frank-book";
}

.act-content {
    font-family: "frank-heavy";
}

.act-btn {
    font-family: "frank-heavy";
}

img.photo-btn {
    width: 30px;
}

.mg-t-50 {
    margin-top:50px;
}

@media (max-width: 820px) {

    .about-content {
        width:80%;
    }

    #about-top {
        background-image: url(../img/pro_about/about-kv-m@2x.jpg);
        height: 300px;
    }


#affiliations-top {
    background-image: url("../img/pro_about/affiliations-m@2x.jpg");
    height: 300px;
}

}


@media (max-width: 820px) {
.padd-r-line {
    border-bottom: 5px solid #08498C;
    border-right: none;
    }
    
}

@media (max-width: 768px) {



.about-content {
    font-size: 20px;
    line-height: 22px;
    width: 95%;
}

.about-bg {
    padding:40px 0;
}

#about-section {
    padding-top:40px;
}

.padd-50 {
    padding-left: 30px;
    padding-right: 30px;
}

.about-title {
font-size: 32px;
line-height: 30px;
padding-bottom: 5px;
}


.about-text {
    font-size: 18px;
    line-height: 24px;
    padding-top:20px;
    padding-bottom: 20px;
}

.mar-t-80 {
    margin-top:10px;
}

.go-to-text {
    font-size: 22px;
}

#aff-section {
    padding-top: 40px;
    margin-top: 0;
    padding-bottom: 40px;
}

.mg-b-80 {
    margin-bottom: 40px;
}

.activities {
    font-size: 18px;
    line-height: 24px;
    margin-top:30px;
} 

.act-btn {
    margin-top:30px;
}

.mg-t-50 {
    margin-top: 0;
}


}

@media (max-width: 414px) {

    #affiliations-top {
        background-image: url("../img/pro_about/affiliations-m@2x.jpg");
        height: 152px;
    }

    #about-top {
        background-image: url("../img/pro_about/about-kv-m@2x.jpg");
        height: 152px;
    }

}