.about-image img {
    width: 100%;
    margin-top: 6%;
}
.about-image .carousel-caption {
    bottom: 55% !important;
}
.about-image .carousel-caption h2 {
    font-size: 3rem !important;
    text-transform: uppercase;
}
.about-section {
    padding-top: 4%;
}
.section-title h2 {
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 2rem;
    padding-bottom: 11px;
    margin-left: -3px;
    font-family: oswald;
}
.about-p {
    width: 37rem;
    text-align: justify;
}
.about-item p {
    text-align: justify;
}
 .list{
    margin-left: 2rem !important;
}
.my-certificate{
    width: 100%;
      height: auto;
      background: #f9f9f9;
      padding: 4px 0px;
  }
  .my-certificate h2{
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: 2rem;
    padding-bottom: 19px;
    font-family: oswald;
    text-align: center;
  }
  .my-certificate img {
    width: 19rem;
}
.card-title {
    text-align: center;
    padding: 5px 0 0 0px !important;
}
/* media query */
@media (max-width:576px) {
    .product-section .product-image img {
        margin-top: 3rem;
    } 
    .product-section .product-image .carousel-caption{
        margin-top: 10rem !important;
    }
}