.page-header__bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 63.4%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    background-image: url(../images/products/diverse-team-innovates-for-sales-kpis-via-collabor-2023-11-27-05-32-14-utc.png) !important;
}
.page-header__content {
    position: relative;
    padding: 106px 0 220px;
}
.page-header {
    margin-bottom: 5vh !important;  
}
.accrodion-content.active{
    display: block;
}
.accrodion-content.inactive{
    display: none;
}
.page-header__bg.digital {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 63.4%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    background-image: url(../images/backgrounds/digital-marketing.jpg) !important;
}
.page-header__shape.digital{
        background-image: url(../images/backgrounds/digital.jpg) !important;

}
.p-0{
    padding-top: 0 !important;
}
.mt-16{
    margin-top: 16px;
}
@media (min-width: 1200px) and (max-width: 1599px){
    .main-slider-two__content.lead {
        padding: 30px 0 120px !important;
    }
}
.funfact-two.funfact-two--service-details.lead{
    margin-top: 3rem !important;
    margin-bottom: -3rem !important;
}
.custom{
    padding: 32px 16px;
    border-radius: 25% 0px 25% 0;
    min-height: 220px;
    
}
.tl{
    text-align: left;
}

.service-one__item__list{
    text-align: left !important;
    margin-left: 10%;
}
.ml-f{
    margin-left: 10px;
    font-size: 13px;
}
.ml-f-1{
    font-size: 14px;
    margin-left: 10px;
}  
.page-header.about{
        background-color: white;
        position: relative;
        border-radius: 0 0 0 0px;
        margin-bottom: 20px;
}
.about-three__content__text.about{
    font-size: larger;
    font-weight: 400;
    line-height: 2;
    color: black;
}
.page-header__title.about{
    color: black;
}
.page-header__content.about {
    position: relative;
    padding: 30px 0 30px;
    color: black;
}
.about-three__content__quote::after {
  display: none
}
.about-three {
    position: relative;
    z-index: 1;
    padding: 40px 0;
    background-color: var(--tolak-white, #fff);
}
.feature-one__bg.about{
    top:30px;
}
.feature-one__item__icon .hide-show-icon {
    cursor: pointer;
    width: 90px !important;
    height: 80px;
    display: block;
  }
  .feature-one__item:hover .hide-show-icon{
    display: none;
  }
.hide-show-icon-hover {
    display: none;
    cursor: pointer;
    width: 90px;
    height: 80px;
  }
  .feature-one__item:hover .hide-show-icon-hover{
    display: block;
  }
