 
      #sepwysiwyg2 {
           
            position: relative;
            margin-top: 40px;

    
        }
 
 
 @media only screen and (max-width: 767px) {
     
     #sepwysiwyg2 {
           
            margin-top: -50px;

    
        }
     
 }


#content-and-media-3 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}



/*old code*/


 .center {
     margin: auto;
     width: 75%;
}
 .msri-bxs-container {
     position: relative;
     padding-bottom: 30px;
    /*max-width: 100%;
     */
}
 .msri-bxs {
     position: relative;
     padding: 20px;
     font-size: 28px;
     background-color: #f5f5f5;
     color: #000000;
     font-weight: normal;
     box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.35);
     text-align: center;
     margin-left: 6px;
     margin-right: 6px;
     margin-top: 12px;
     width: 100%;
     min-width: 253px;
     max-width: 300px;
     height: auto;
     min-height: 120px;
     max-height: 200px;
     transition: transform ease 700ms;
}
 .msri-bxs a {
     font-weight: normal;
     display: block;
}
 .msri-bxs:hover, .msri-bxs:hover a {
     background-color: #002d72;
     color: #ffffff;
}
 .msri-bxs:hover {
     position: relative;
     transform: translate(0, -4px);
     z-index: 9999999999999999999999999999999;
}
 @media only screen and (max-width: 767px) {
     .msri-bxs-div {
         position: relative;
         top: 0px !important;
    }
}

 .required-notice {
     padding-bottom: 40px;
}
 @media only screen and (max-width: 767px) {
     .required-notice {
         padding-bottom: 0px;
    }
}

 