.rowHeight2 {

position: relative;
top: 300px;
margin-bottom: 550px;

} .news {

margin-top: -120px;
margin-left: 60px;
color: #fff;

} .news img {

width: 420px;
position: absolute;
top: -200px;
height: 700px;
z-index: -1;
left: -15px;

} .meduim-text2 {

margin: 0 0 25px;
font-size: 20px;
font-weight: 600;
color: #11304e;
position: relative;
padding-right: 30px;
line-height: 1.4;
cursor: pointer;
padding-left: 48px;

} .meduim-text {

font-size: 14px;
padding-left: 48px;
font-weight: 500;
line-height: 1.75;
text-align: left;
color: #536571;
margin: 0 0 25px;
height: auto;
overflow: hidden;

} @media (max-width: 768px) {

.meduim-text,
.meduim-text2 {
  padding-left: 0px;
}

} @media (max-width: 1125px) {

.rowHeight2 {
  margin-top: 50px;
  margin-bottom: 120px;
  top: 0;
}
.news {
  padding: 15px;
  background-color: #29dec0;
  margin-left: 0;
  margin-top: 0;
}
.news img {
  display: none;
}

}