@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');


body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, span, a, div, input, textarea, select, button{
     font-family: "Lato", sans-serif;
}   
.addvertiser-head {
  left: 25% !important;
  top: 8%;
}
.partner-cards {
  display: flex !important;
}
.partner-cards1,
.partner-cards2,
.partner-cards3 {
    margin-right: 55px !important;
}
@media (min-width: 640px) {
  .addvertiser-head {
    left: 30% !important;
  }
}

@media (min-width: 769px) {
  .addvertiser-head {
    left: 35% !important;
  }
}

@media (min-width: 1024px) {
  .addvertiser-head {
    left: 38% !important;
  }
  .partner-cards1,
.partner-cards2,
.partner-cards3 {
    margin-right: 50px !important;
}
}
@media (max-width:990px) {
    .partner-cards1,
    .partner-cards2,
    .partner-cards3 {
        margin-right: 20px !important;
    }   
}

@media (min-width: 1280px) {
  .addvertiser-head {
    left: 42% !important;
  }
}
@media (max-width: 500px) {
  .addvertiser-head {
    left: 37% !important;
  }
}
.aboutus1 {
  margin-top: 130%;
}
.cards {
  width: 297px;
  height: 388px;
  border-radius: 24px;
  background-color: #ffffff;
  box-shadow: 8px 8px 20px 0px #00000040;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
@media (max-width:1224px) {
  .cards {
    width: 250px;
    height: 400px;
    
  }
  
}
@media (max-width:768px) {
  .cards {
    width: 297px;
    height: 388px;
    
  }
  
}
@media (max-width: 980px) {
  .drives {
    display: none;
  }
}
@media (max-width: 769px) {
  .Desktop-text-content {
    display: none;
  }
  .partner-cards {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  .partner-cards2,
  .partner-cards3 {
    margin-top: 12rem !important;
  }
}

@media (max-width: 767px) {
  .right-rect {
    display: none;
  }
}
@media (max-width:426px) {
    .partner-cards1,
    .partner-cards2,
  .partner-cards3 {
    margin-right: 50px !important;
  }
}
.mobile-view {
    display: none !important;
}
.Desktop-view{
    display: block !important;
}
@media (max-width:1023px) {
   .mobile-view {
        display: block !important;
    }
    .Desktop-view{
      display: none !important;
  }
  
}
@media (max-width:769px) {
    .mobile-view {
        display: block !important;
    }
    .Desktop-view{
        display: none !important;
    }
    
}
@media(max-width:1200px){
  .Targeted-Reach {
    width: 600px;
  }
}
@media(max-width:1024px){
  .Targeted-Reach {
    width: 480px;
  }
}