.my-title h2 {
    font-size: 16px;
    line-height: 25px;
    margin-top: -10px;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}
.slider-area {
    padding: 95px 0;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
}
.features-area .my-title {
    margin-bottom: 10px;
}
.my-title p {
    color: #00b85d;
    font-size: 34px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: -7px;
}
.my-big-text h1 {
    color: #00b85d;
    font-size: 155px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 800;
    opacity: 0.1;
}
.exo-title {
    font-size: 24px;
    line-height: 25px;
    margin-top: 50px;
    margin-bottom: 24px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.exo-title p {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.exo-title h1 {
    color: #00b85d;
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 30px;
}
.exo-title h2 {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.about-col .develop {
    margin-bottom: 30px;
    font-size: 15px;
}
.about-col .develop ul li {
    font-size: 15px;
    color: #4c4c4c;
    margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
    .exo-title h1 {
        color: #00b85d;
        font-size: 26px;
        margin-bottom: 15px;
        font-weight: bold;
        line-height: 30px;
      }
      .exo-title h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
        font-weight: bold;
        text-transform: uppercase;
      }
      .exo-title p {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 2px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 30px;
      }
  }