.about__award-box h2 {
 display: none;
}
.counter-area {
    background: #fffbf3;
    overflow: hidden;
    padding: 70px 0 50px;
    position: relative;
    z-index: 1;
}
.counter-item .content{
  font-size: 24px;
    color: black;
}
.about__award-box {
    bottom: 0px;
    gap: 15px;
}
.about__img-wrap-four>img:nth-child(2) {
    border: 10px solid var(--tg-color-white-default);
    border-radius: 10px;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 83px;
    left: 0;
    z-index: 11;
}
.about__award-box .icon {
    align-items: center;
    background: white;
    border-radius: 15px;
    color: var(--tg-theme-primary);
    display: flex;
    font-size: 45px;
    height: 90px;
    justify-content: center;
    line-height: 0;
    width: 90px;
}
.shortcode-about-us-information .icon img {
  height: auto !important;
    margin-bottom: unset !important;
    width: 100% !important;
}
.counter-area .
.truncate-3-custom {
    display: block;
    text-align: justify;
}
.about-mision {
 padding: 80px 0 !important;
}
.vision-img {
padding-bottom: 0px;
}
.about__content-inner-three {
  display: none;
}
.shortcode-about-us-information-style-9 .about__content-inner-three {
  display: block !important;
}
.about__list-box .list-wrap li {
    color: black;
    font-size: 18px !important;
    margin-bottom: 10px;
    font-weight: 400;
}
.about__img-wrap-two:before {
  display: none;
}
.experience__box-two {
  display: none;
}
.about__img-wrap-two>img {
    border-left: 0;
}
.choose__area-four {
    background-color: #15804a !important;
    padding: 120px 0;
}
.about__bg {
    padding: 0px 0 100px;
}

@media (max-width: 474.99px) {
.about__img-wrap-four>img:nth-child(2) {
 display: block;
}
.about__area-four {
        padding: 70px 0 60px;
    }
    .counter-area {
        padding: 50px 0 30px;
    }
    .about__img-wrap-two {
        padding: 9px 0px 0px 0;
    }
.about-mision {
    padding: 80px 0 0 !important;
}
.about__bg {
    padding: 0px 0 60px;
}
 .choose__area-four {
    background-color: #15804a !important;
    padding: 50px 0;
}
.contact__area {
        padding: 50px 0 60px !important;
    }
}