.about_wrapper {
  margin-top: 20vh;
  margin-right: 30px;
  margin-left: 30px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .about_wrapper {
  }
}

.about_wrapper > img {
  width: 250px;
  height: 250px;
  margin-right: 2em;
  margin-bottom: 0.5em;
  float: left;
  border-radius: 50%;
  shape-outside: circle();
}
@media (min-width: 320px) and (max-width: 480px) {
  .about_wrapper > img {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .about_wrapper > img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    
  }
}
.about_wrapper > h2 {
  font-size: 34px;
  color: #008000;
  line-height: 0.5em;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .about_wrapper > h2 {
    font-size: 25px;
    color: #008000;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: normal;
    text-transform: uppercase;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .about_wrapper > h2 {
    font-size: 25px;
    color: #008000;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: normal;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .about_wrapper > h2 {
    font-size: 25px;
    color: #008000;
    margin-top: 5px;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: normal;
    text-transform: uppercase;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .about_wrapper > h2 {
    font-size: 25px;
    color: #008000;
    margin-top: 5px;
    text-align: left;
    line-height: 1.3em;
    letter-spacing: normal;
    text-transform: uppercase;
  }
}

.about_wrapper > h4 {
  font-size: 24px;
  color: #d0e22b;
  margin-top: 15px;
  letter-spacing: 0.15em;
  text-transform: capitalize;
  margin-bottom: 15px;
}
@media (min-width: 320px) and (max-width: 480px) {
  .about_wrapper > h4 {
    font-size: 24px;
    color: #d0e22b;
    text-align: center;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    margin: 10px;
  }
}

@media (min-width: 481px) and (max-width: 767px) {
  .about_wrapper > h4 {
    font-size: 24px;
    color: #d7742f;
    text-align: left;
    letter-spacing: 0.15em;
    text-transform: capitalize;
    margin-top: 0;
  }
}

.small-title {
  color: #008040;
  text-transform: capitalize;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 0.2em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 5px;
}

@media (min-width: 481px) and (max-width: 767px) {
  .small-title {
    color: #008040;
    text-transform: capitalize;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.2em;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .about_wrapper > h2{
    text-align: left;
    margin-left: 7px;
    color: #040e15;
    font-weight: bold;

  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .about_wrapper > h4{
    text-align: left;
    color: #d7742f;

  }

@media (min-width: 320px) and (max-width: 480px) {
  .small-title {
    color: #2f92d7;
    text-align: center;
    text-transform: capitalize;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
}
.about_wrapper > p {
  font-family: helvetica;
}
@media (min-width: 320px) and (max-width: 480px) {
  .about_wrapper > p {
    text-align: left;
    margin: 6px;
    padding: 5px;
  }
}
/*Media Querries*/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  //CSS
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  //CSS
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  //CSS
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  //CSS
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  //CSS
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  //CSS
}
