@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap');
*,
body {
  padding: 0;
  margin: 0;
  font-family: 'Merriweather', serif;}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  /* margin-bottom: 0; */
  font-weight: 500;
}
.bg-wrapper {
  background-color: #fef2e4;
  position: relative;
}
.left-ribbon {
  position: absolute;
  top: 0;
  left: 15%;
}
.left-ribbon img {
  height: 196px;
}
.logo img {
  width: 100px;
}
.right-corner {
  position: absolute;
  right: 11%;
  top: 2%;
}
.right-corner img {
  height: 190px;
}
.left-corner {
  position: absolute;
  left: 11%;
bottom: 0;
}
.left-corner img {
  height: 190px;
}
.blue {
  color: #2b277c;
  font-weight: 700;
}
.red {
  color: #db232b;
  font-weight: 700;
}
.gradient-bg {
  font-weight: 900;
  background: -webkit-linear-gradient(red, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 45px;
}
.gradient-bg sup {
  background: -webkit-linear-gradient(red, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.progrm-list li {
margin-bottom: 5px;
}
/* li::before {
  content: "•";
  color: #000;
  padding-right: 10px;
} */
@media only screen and (max-width: 600px) {
  .left-ribbon{
    left: 5%;
  }
  .left-ribbon img {
    height: 100px;
  }
  .right-corner{
    top: 0;
    right: 5%;
  }.right-corner img{
    height: 100px;
  }

  .left-corner{
  display: none;  }
  
}
