body {
    font-family: 'Times New Roman', Times, serif;
 
    padding: 0;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#0a4c54), to(black));
    background-image: linear-gradient(#0a4c54, black);*/
}
.cybersecurity {
        margin: 5%;
}

.title {
    padding: 10px;
    text-align: center;
    background-color: #bbb9b5;
}

.title h1 {
    font-size: 2em;
    font-weight: bold;
    color: #000;

}

.ccontent {
    padding: 10px;
    margin-bottom: 50px;
/*    display: flex;
    justify-content: center;*/
    text-align: justify;
    color:#000;
    font-size: 19px;
    margin-left: 2%;
    margin-right: 2%;


}
.cybersecurity .row{
margin-top: 2%;
margin-bottom: 2%;
}


.cybersecurity .cyberinfo,
.cybersecurity .cyberleftinfo,
.cybersecurity .cyberrightinfo {
    border-radius: 5px;
 /*  background-image: linear-gradient(to bottom right, white, #f7a446,white,#f0e5d9);*/
   background-color: ghostwhite;
   box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.50) !important;    

    
  }



@media only screen and (max-width: 800px) {
.cybersecurity {
margin-left: 3%;
margin-right: 3%;
}
.title h1 {
    font-size: 1.5em;
}
.ccontent {
font-size: 16px;
}

}

@media only screen and (max-width: 800px) {
    .title h1 {
        font-size: 1.3em;
    }
}