#content2 {
    margin: 50px 0px;
    width: 100%;
    text-align: center;
}

#content2 h1{
    color:#263C86;
}

#content2 .image-container{
    text-align: center;
}

#content2 img {
    margin: auto;
    max-width: 100%;
}

#content2 .desc{
    text-align: left;
}

#content2 .item{
    margin:0px 25px;
}

#content2 .item h5{
    font-size: 16px;
    font-weight: bold;
    color: #FF9D0E;
}
#content2 .item p{
    font-size: 12px;
}

/* FOR LAPTOP SMALL SIZE */

@media screen and (max-width: 1320px) and (min-width: 1024px) {
}

/* FOR TABLET DEVICE */

@media screen and (max-width: 1023px) and (min-width: 600px) {
}

/* FOR MOBILE DEVICE */

@media screen and (max-width: 600px) {
}