	    .logo img{
     width: 70%;
    height: auto;  
  }

.marketing-one .animation_mode .marketing-one_icon {
    position: relative;
    top: -3px;
    line-height: 1em;
    margin: 0px 15px;
}

.marketing-one .animation_mode h1 {
    font-weight: 800;
    font-size: 20px;
    line-height: 1em;
    padding: 20px 0px 6px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--black-color);
}
.marketing-one .animation_mode-two h1 {
    font-weight: 800;
    font-size: 20px;
    line-height: 1em;
    padding: 25px 0px 15px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--white-color);
}
.marketing-one .animation_mode-two {
    position: relative;
    min-height: 70px;
    top: 0px;
    margin-left: -10px;
    transform: rotate(0deg);
    background-color: var(--color-five);
}

.footer-two {
    position: relative;
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.footer-two .widgets-section {
    position: relative;
    border-radius: 30px;
    padding: 24px 10px 22px;
    background-color: var(--white-color);
}

.page-title {
    position: relative;
    background-size: cover;
    padding: 140px 0px 90px;
    background-attachment: fixed;
}

.service-block_three-text{
    text-align: justify;
}

  @media (max-width: 600px) {
      
   p {
       text-align: justify;
   }
   
   
  }
  
  @media (max-width: 600px) {
    #content-mobile {
        display: none !important;
    }
}
  
  
  
