#golf-lesson > h1{
    padding-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    color: #96ba64;
    text-align: center;
}
#golf-lesson > p{
    padding-bottom: 100px;
    font-size: 14px;
    text-align: center;
}

.school{
    padding: 20px;
    margin-bottom: 100px;
    border-radius: 2px 40px 40px 40px;
    box-shadow: 5px 10px 15px rgba(0,0,0,.05);
}
.school h3{
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
}
.affiliation{
    padding-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    color: #c69c48;
}

.school .lst-con{
    padding-top: 10px;
}
.school .lst-con h4{
    width: 6em;
}

.school-link{
    margin-top: 30px;
    background: #96ba64;
    border-radius: 30px;
    text-align: center;
    font-weight: bold;
}
.school-link a{
    display: block;
    padding: 20px;
    color: #fff;
}

.school-link a[target=_blank]{
	background: url("../img/main/blank_icn.svg") no-repeat;
	background-position: center right 20px;
    background-size: 0.9em;
}
@media screen and (max-width: 799px){
    .school-link{font-size: 1rem;}
}
@media screen and (min-width: 800px){
    .school-link{font-size: 17px;}
    
}