.org_transition {
    width: 100%;
    min-height: calc(100vh - 200px);
    background-image: url('/assets/images/details/bg.jpg');
    background-size: cover;
    background-position: center;
}

.cont {
    width: 1200px;
    margin: 0px auto;
}

.img_cont {
    width: 100%;
    text-align: center;
    position: relative;
    top: 75px;
}

.img_cont img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #a1a1a1;
}

.org_info {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding: 100px 40px 40px;
    box-sizing: border-box;
}

.org_info .title {
    font-size: 25px;
    text-align: center;
}

.org_info_tit {
    border-bottom: 1px solid #D8D8D8;
}

.org_info_tit_cont {
    width: 140px;
    border-bottom: 3px solid #FF5F1A;
}

.org_info_tit_cont img {
    width: 40px;
    height: 40px;
}

.org_info_tit_cont p {
    font-size: 22px;
    color: #FF5F1A;
}

.org_excerpt {
    margin-top: 20px;
    font-size: 16px;
    color: #666666;
}

.btn {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

.btn button {
    color: #FFFFFF;
    background-color: #FF5F1A;
    border: none;
    width: 200px;
    height: 40px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
}
