.content{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
background-color: transparent;
}

.center-section{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 90%;
min-width: 260px;
/*margin: 0 auto;*/
background-color: #e6f2ff;
}
.header{
width: 90%;
margin: 0 auto;
}

.headerbox{
display: flex;
flex: column;
width: 75%;
min-width: 215px;
justify-content: center;
align-items: center;
padding-top: 15px;
padding-bottom: 15px;
margin: auto;
margin-top: 20px;
background-image: url("../../images/Cloudsdk.jpg");
border: 5px double #0000CC;
font-weight: bold;
text-align: center;
}
.headerbox-center{
width: 100%;
margin 0 auto;
font-size: 16px;
color: black;
text-align: center;
font-weight: bold;
}
.headerbox-center > img{
width: 25%;
}
.news-section{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 90%;
line-height: 150%;
margin: 0 auto;
text-indent: 5px;
background-color: white;
border: 5px double #0000CC;
}
ul {
  list-style-type: disc;
 }
li{
  margin-left: 2em;
}
.cap-cent{
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
  font-size: 10pt;
  text-align: center;
  font-weight: bold;
}
.pic-left{
  display: flex;
  width: 90%;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.pic-left img{
  float: left;
  margin-right: 5px;
}
.pic-right{
  display: flex;
  width: 90%;
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
.pic-right img{
  float: right;
  margin-left: 5px;
}

 .news-section{
   width: 90%;
 }
 .two-col{
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-auto-rows: max-content;
   justify-content: center;
   align-items: center;
 }
 .two-col div{
   width: 100%;
   max-width: 350px;
 }
 } @media only screen and (max-width: 659px) {
.center-section ,.news-section{
 width: 100%;}
 }
 .header{ width: 70%;}
 .two-col{
   grid-template-columns: 1fr;
   grid-row-gap: 15px;
   width: 100%;}
 }
