#chandan{
    position: relative;
}
#chandan .matanbox{
    display: flex;
    flex-wrap: wrap;
}
#chandan .mamatitleJ{
    font-size: 21px;
    color: #8d8d8d;
    font-weight: 400;
}
#chandan .matanbox .CJbox{
    display: flex;
    flex-direction: column;
    width: 31.3%;
    margin: 20px 1% 25px;
}
#chandan .matanbox .CJbox:nth-child(4) , #chandan .matanbox .CJbox:nth-child(5){
    width: 48%;
}
#chandan .textbom h2{
    font-size: 27px;
    line-height: 180%;
    color: #74b4b1;
}
#chandan .downmbox p{
    padding: 30px 0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: #97979761 1px solid;
    border-bottom: #97979761 1px solid;
    font-size: 18px;
}
@media screen and (max-width: 980px) {
	#chandan .matanbox .CJbox{
        width: 48%;
        margin: 20px 1% 25px;
    }
    #chandan .matanbox .CJbox:last-child{
        width: 100%;
        margin: 0 1%;
    }
}
@media screen and (max-width: 480px){
    #chandan .matanbox .CJbox ,#chandan .matanbox .CJbox:nth-child(4), #chandan .matanbox .CJbox:nth-child(5){
        width: 100%;
        margin: 11px 0;
    }
    #chandan .mamatitleJ{
    font-size: 16px;
}
}
