.about-list{
 display: none;
}
.shortcode-about-us-information .icon img {
  height: 40px !important;
    margin-bottom: unset !important;
    width: 75px !important;
}
.video-section video {
  border-radius: 10px;
 }
.about-img-wrap .mask-img-wrap {
    height: auto;
    margin: 0 auto;
    -webkit-mask-image: url(../images/mask-img.png);
    mask-image: unset;
    -webkit-mask-position: center;
    /* mask-position: center; */
    -webkit-mask-repeat: no-repeat;
    /* mask-repeat: no-repeat; */
    /* -webkit-mask-size: 100%; */
    /* mask-size: 100%; */
    width: 80%;
}
.consulting-area{
 margin: 40px 0;
}
.truncate-3-custom {
    display: block;
    text-align: justify;
}
.certificate-section img {
 height: 100%;
 border: 4px solid #15804a;
 border-radius: 5px;
}
.about-bottom {
 display: none;
}
.truncate-3-custom span {
 font-size: 24px;
 font-weight: 700;
 font-style: italic;
}
.experience-year .icon {
    background: #15804a;
    color: var(--tg-color-white-default);
    font-size: 36px;
    height: 80px;
    line-height: 0;
    width: 80px;
}
.experience-year {
    background: #15804ae6;
    border: 4px solid #f7a400cf;
    bottom: 0;
    height: 150px;
    left: 70% !important;
    position: relative;
    position: absolute;
    transform: translateX(-50%);
    width: 150px;
}
.welcome h2 {
  background: -webkit-linear-gradient(#f7a400, #15804a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 474.99px) {
.experience-year .icon {
    font-size: 36px;
    height: 61px;
    width: 61px;
}
.about-area {
        padding: 50px 0 10px !important;
    }
.about-img-wrap {
        margin-bottom: 10px;
 }
 .experience-year .content .circle {
    font-size: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
    .experience-year .content .circle span {
    display: inline-block;
    position: absolute;
    top: -59px;
    transform-origin: 0 60px;
}
 .experience-year {
   height: 130px !important;
   transform: translateX(-29%) !important;
    width: 130px !important;
 }
}