body {
    
    font-family: 'PT Sans', sans-serif;
  }

imgs{
    display:flex;
  gap: 3%;
  padding-left: 20%;
  padding-bottom: 3%;
  
  }
  .imgs img{
    height: 40%;
    width: 40%;
  }
  .mar{
    margin: 20px;
  }
  h2 {
    overflow: hidden;
    position: relative;
    color: #28a745;
  }
  .style2 {
    padding-bottom: 4px;
  }
  .style2::before {
    content: "";
    border-bottom: 3px solid #E16A26;
    bottom: 0;
    height: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .style2::after {
    border-bottom: 3px solid #ddd;
    bottom: 0;
    content: "";
    position: absolute;
    width: 1200px;
    z-index: 1;
  }
  
h3{
  color: #057274;
  text-decoration: underline;
  
}
mar ul {
  display: block;
  margin-left: -10px;
}

.mar ul li {
  display: block;
  position: relative;
}

.mar ul li:not(:last-child) {
  margin-bottom: 16px;
}

.mar ul li:before {
  content: "";
  position: absolute;
  top: 1.2em;
  left: -30px;
  margin-top: -.9em;
  
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.mar ul li:before {

  background: linear-gradient(45deg, #056435, #3CCF4E);
}