section .intro {
    padding-bottom: 45px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
    text-align: center;
}
section .blq-pga {
    margin-top: 60px;
}
section .blq-pga .section-tit4 {
    color: #957b50;
}
section .blq-pga hr {
    margin-left: 0;
}
section .blq-pga p {
    margin-bottom: 20px;
}
section .blq-pga p:last-of-type {
    margin-bottom: 0;
}
section .blq-pga ul {
    padding-left: 30px;
    list-style-type: none;
}
section .blq-pga ul li{
    margin-top: 10px;
}
section .blq-pga ul li span{
    padding-left: 20px;
    margin-top: 10px;
    position: relative;
}
section .blq-pga ul li span:before{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%; 
    border: 1px solid #957b50;
    position: absolute;
    left: 0;
    top: 6px;
}
section .blq-pga .text-subtit{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #957b50;
    font-family: 'Coustard', serif;
}
section #blq-pga1 .section-tit2{
    font-size: 16px;
    /*text-transform: none;*/
    line-height: 1.4;
}
section .blq-pga .text-subtit a{
    color: #957b50;
}
section .blq-pga .text-subtit a:hover{
    color: #333;
}

@media (min-width: 768px) {
    section .blq-pga {
        overflow: hidden;
    }
    section .blq-pga img {
        width: calc(50% - 30px);
        margin-bottom: 20px;
    }
    section #blq-pga1 img {
        margin-right: 60px;
        float: left;
    }
    section #blq-pga2 img {
        margin-left: 60px;
        float: right;
    }
}
@media (max-width: 767px) {
    section .blq-pga img {
        width: 100%;
        margin-bottom: 20px;
    }
}