.contentbox1 * {
  font-family: Arial, Helvetica, sans-serif !important;
}

.contentbox1 {
  margin: 0;
  margin-left: unset !important;
  margin-right:unset !important;
}
.contentbox1-headerctn {
  display: grid;
  align-items: center !important;
  justify-content: center !important;
}

.contentbox1-title {
  width: 930px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px 4px 0px 0px;
  background-color: #f3faff !important; 
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contentbox1-content{
    width: 930px;
    margin-top: 0% ;
    margin-left: auto ;
    margin-right: auto ;
    border-radius: 4px ;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

h3#contentbox1-title {
    justify-self: center !important;
    font-family: Arial !important;
    /* font-weight: bold !important; */
    font-size: 24px !important;
    line-height: 24px !important;
    color: #333 !important;
  }