#topMain .container {
    padding: 100px 0 300px;
    background: url(../img/223663487.png) #fffecf no-repeat;
    background-size: 450px;
    background-position: center bottom -40px;
}

#topMain h2,
#topMain p {
    text-align: center;
}

#secWorks {
    margin-top: 40px;
    margin-bottom: 150px;
}

#secWorks ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#secWorks ul li {
    width: 600px;
    max-width: 48%;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
}

#secWorks ul li img {
    width: auto;
    height: 300px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

#secProf {
    margin-top: 40px;
    margin-bottom: 150px;
}

#secProf .container {
    padding-top: 0;
    background: #e5f286;
}

#secProf .contentBox {
    background: #fffecf;
    padding: 8px 14px;
    border-radius: 10px;
    width: 48%;
    box-sizing: border-box;
    text-align: center;
}

#secProf .photoBox img {
    width: 200px;
    height: auto;
    text-align: center;
    border-radius: 50%;
}

#secProf h3 {
    margin-bottom: 50px;
}

#secProf h3>span {
    display: block;
    font-size: 1.2rem;
    margin-top: 5px;
}

@media screen and (max-width: 480px) {
    #secWorks ul li {
        max-width: 100%;
    }

    #secProf {
        margin-bottom: 90px;
    }

    #secProf .contentBox {
        width: 100%;
    }

    #secProf .flexBox {
        flex-wrap: wrap;
    }

    #secProf .prof {
        margin-bottom: 30px;
    }

    #secProf .profBox {
        margin-bottom: 0px;
        padding-bottom: 10px;
    }
}