.box-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
.single-box{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: auto;
    border-radius: 4px;
    background-color: #fff;
    text-align: center;
    margin: 20px;
    padding: 20px;
    transition: .3s;
    box-shadow: 1px 0 5px 0 rgba(0,0,0,0.6) ;
}
.img-area{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height:80px;
    border: 6px solid #ddd;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 20px;
    background-size: cover;
    background-position: center center;
}
.single-box:nth-child(1) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/1.png);
}
.single-box:nth-child(2) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/varon.png);
}
.single-box:nth-child(3) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/3.png);
}

.single-box:nth-child(4) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/4.png);
}
.single-box:nth-child(5) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/varon.png);
}

.single-box:nth-child(6) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/varon.png);
}
.single-box:nth-child(7) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/7.png);
}
.single-box:nth-child(8) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/8.png);
}
.single-box:nth-child(9) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/9.png);
}

.single-box:nth-child(10) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/10.png);
}

.single-box:nth-child(11) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/11.png);
}
.single-box:nth-child(12) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/12.png);
}
.single-box:nth-child(13) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/13.png);
}
.single-box:nth-child(14) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/14.png);
}
.single-box:nth-child(15) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/15.png);
}
.single-box:nth-child(16) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/16.png);
}
.single-box:nth-child(17) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/17.png);
}
.single-box:nth-child(18) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/18.png);
}
.single-box:nth-child(19) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/19.png);
}
.single-box:nth-child(20) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/20.png);
}

.single-box:nth-child(21) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/21.png);
}
.single-box:nth-child(22) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/22.png);
}
.single-box:nth-child(23) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/23.png);
}
.single-box:nth-child(24) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/24.png);
}
.single-box:nth-child(25) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/varon.png);
}
.single-box:nth-child(26) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/26.png);
}
.single-box:nth-child(27) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/27.png);
}
.single-box:nth-child(28) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/mujer.png);
}
.single-box:nth-child(29) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/29.png);
}
.single-box:nth-child(30) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/mujer.png);
}
.single-box:nth-child(31) .img-area{
    background-image: url(https://www.institutosanjose.edu.pe/assets/doc/fotocv/31.png);
}

.header-text{
    font-size: 24px;
    font-weight: 500px;
    line-height: 48px;
}
.img-text h3{
    margin: 10px 0;
}
.img-text p{
    font-size: 15px;
    font-weight: 400px;
    line-height: 30px;
}
.single-box:hover{
    background-color: #18aae2;
    color: #fff;
}
.single-box:hover .line{
    background-color: #fff;
}
