.support_organ_container{
     padding-top: 50px;
     width:70%;
     margin: auto;
     padding-bottom:100px;
}

@media screen and (max-width:767px) {
    .support_organ_container{
        width: 93%;
    }
}


.support_organ_container>h2{     
    border-bottom: 2px solid #0248A8;
    padding-bottom: 10px;
}

.support_organ_detail_content>h4{
    color: #2B782F;
    margin-bottom:40px;
    font-size: 24px;
}

.support_organ_img{
    width: 30%;
    height:170px;
    position: relative;
}

@media screen and (max-width:767px) {
    .support_organ_img{
        width: 100%;
    }
}


.support_organ_img img{
     max-height:95%;
     max-width: 95%;
     position: absolute;
     top:50%;
     left: 50%;
     transform: translate(-50%,-50%);
}

.support_organ_detail_content p{
    text-align: justify;
    color: #4b4b4b;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 15px;
}


.upper-button-wrapper{
    display: flex;
    justify-content: space-between;   
}

.upper-button-wrapper i{
    font-size: 20px;
    color: #0248A8;
}

.upper-button-left{
    display: flex;
}

.upper-button-left div{
    margin-right: 10px;
}

.back_arrow{
    margin-bottom: 20px;
    display: flex;
    font-size: 14px;  
}

.back_arrow i{
    font-size: 20px;
    color: #0248A8;
    margin-right: 10px;
}

.back_arrow i:hover{
    transform: scale(1.1);
}
 

.lower-button{
    display: flex;
    justify-content: right;
}

.lower-button-right i{
    font-size: 20px;
    color: #0248A8;
    margin-right:10px;
    cursor: pointer;
}

.lower-button i:hover{
    transform: scale(1.5);
}

.lower-button-left{
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 10px;
}


.back-history{
    color: #0248A8;
    font-size: 16px;
    margin-right:10px;
    cursor: pointer;
}

.back-history:hover{
    transform: scale(1.5);
}

.next-organ{
    font-size: 14px;
    display: flex;
}

.next-organ i{
    margin-left: 10px;
}

.next-organ i:hover{
    transform: scale(1.5);
}

