/* about */
section.about_main{
    background-image: url(../images/about/main_bg.jpg);
    padding-bottom: 80px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}

section.about_main .photowrap{
    width: 100%;
    padding-bottom: 50%;
}

section.about_main .text{
    text-align: center;
    color: #FFF;
    line-height: 1.8;
    font-size: 20px;
}
section.about_main .text{
    text-align: center;
    color: #FFF;
    line-height: 1.8;
    font-size: 20px;
}
section.about_main h3.text{
    text-align: center;
    color: #fff100;
    line-height: 1.8;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 35px;
}
section.about_main .location{
    background-image: url(../images/about/location.svg);
    padding-bottom: 30%;
    background-repeat: no-repeat;
    margin-top: 50px;
    background-size: 100% auto;
    background-position: center;
}

section.about_main .gift_list{
    text-align: center;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

section.about_main  .gift_list .each{
    display: inline-block;
    width: 24%;
    vertical-align: top;
        position: relative;
}
section.about_main  .gift_list .each .photo{
    background-color: #FFF;
    width: 90%;
    padding-bottom: 90%;
    border-radius: 100%;
    display: inline-block;
}
section.about_main  .gift_list .each .text{
    font-size: 16px;
    height: 120px;
}
section.about_main  .gift_list .each img{
        position: absolute;
    width: 80%;
    left: 11%;
    top: 0%;
}

@media screen and (max-width: 991px) {

    section.about_main{
        background-image: url(../images/about/main_m_bg.jpg);
        background-size: 135% auto;
        background-repeat: no-repeat;
        padding-bottom: 40px;
    }
    section.about_main .photowrap {
        width: 100%;
        padding-bottom: 63%;
    }
    section.about_main .location {
        padding-bottom: 37%;
        background-repeat: no-repeat;
        margin-top: 19px;
        background-size: 138% auto;
        background-position: left 33% center;
    }
    section.about_main .text{
        font-size: 16px;
    }
    section.about_main h3.text {
        text-align: center;
        color: #fff100;
        line-height: 1.8;
        font-size: 15px;
        width: 71%;
        margin: auto;
    }
    section.about_main .gift_list .each {
        display: inline-block;
        width: 47%;
        vertical-align: top;
    }
    section.about_main .gift_list .each .text {
        font-size: 12px;
        height: 95px;
    }
}