<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* c */
.agencies-content {
    width: 230px;
    min-height: 230px;
    box-shadow: 0 0 35px rgb(0 0 0 / 5%);
    background-color: #00b050;
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    margin: 0 20px;
    position: relative;
    transition: all .3s ease-in-out;
}
.agencies-content:after {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    background-image: url(https://hubspot.growtomation.in/hubfs/Customer%20Logos/arrow.png);
    top: 0;
    bottom: 0;
    left: -12px;
    right: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 14px 100%;
    animation: spin 10s infinite reverse linear;
    z-index: -1;
}
.agencies-heading {
    max-width: 800px;
    margin: 0 auto;
   padding-bottom: 35px;
  
}
.section-card.d-flex {
    justify-content: center;
  margin-bottom: 75px;
}
.section-item {
    width: 29%;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: 1px 2px 4px rgb(10 93 112 / 45%);
    border-radius: 10px;
    padding: 20px;
}
.agencies {
    padding-bottom: 76px;
    padding-top: 60px;
    background-image: url(https://hubspot.growtomation.in/hubfs/Customer%20Logos/count-banner.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
   
    z-index: 9;
    position: relative;
}
.agencies-counter {
    margin-bottom: -130px;
}
 
.agencies {
    position: relative;
    padding-bottom: 76px;
    padding-top: 60px;
}
.agencies-content p {
    font-weight: 400 !important;
    letter-spacing: 0.68px;
    color: #fff;
    line-height: 30px !important;
    margin: 0;
}
.agencies-item {
    justify-content: center;
}
.agencies-content h3 {
    font-size: 56px;
    font-weight: 700;
    line-height: 23.86px;
    margin-bottom: 20px;
    color: #fff;
}
 

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}</pre></body></html>