#container-zoho-free-trail{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-left: 59px;
    padding-right: 32px;
    margin-bottom: 30px;
}

#img-logo-zoho-section{
    width: 160px;
    height: auto;
}
#section-zoho-free-trail{
    margin-bottom: 10px;
    width: 100%;
}
#container-section-zoho-free-trail{
    border-radius: 50px;
    width: 100%;
    flex-direction: column;
    border-radius: 20px;
    background-image: url("../../assets/images/zohoFreeTrails/background.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}
#container2-section-zoho-free-trail{
    border-radius: 50px;
    width: 100%;
    flex-direction: column;
    background-color: var(--tj-color-black-opacity);
}
#content-logo-zoho-section{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}
#content-textos-zoho-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}
#title-zoho-free-trails-section{
    font-size: 40px;
    font-weight: 600;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#text-zoho-free-trails-section{
    font-size: 20px;
    color: whitesmoke;
    width: 60%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/*FEATURED ZOHO APPS*/
#section-featured-zoho-apps{
    background-color: var(--tj-color-grey-1);
    border-radius: 20px;
    margin-left: 45px;
    margin-right: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#section-featured-zoho-apps-suites{
    background-color: var(--tj-color-grey-1);
    border-radius: 20px;
    margin-left: 45px;
    margin-right: 40px;
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#tag-section-title-featured-apps {
  border: 2px dashed #313d3d;
  border-radius: 20px;
  padding: 5px;
  color: #313d3d;
  width: 29%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 15px;
  margin-top: 35px;
}

#content-featured-zoho-apps-title-text{
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;

}
#content-cards-apps-zoho-free-trail{
    display: flex;
    justify-content: center;
    align-items: center;
}
#card-apps-zoho-free-trail{
    border-radius: 30px;
    border: 2px solid var(--tj-color-theme-primary) 2px;
    margin-bottom: 30px;
}
#card-apps-zoho-free-trail-hover-text{
    color: whitesmoke;
    width: 100%;
}
#card-apps-zoho-free-trail-hover-content-text{
    width: 80%;
}
#botton-text-card{
    color: var(--tj-color-theme-primary);
}
#content-logo-zoho-featured-apps-cards{
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    display: flex;
    border: 3px solid var(--tj-color-theme-primary);
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
}
#logo-zoho-featured-apps-cards{
    width: 50%;
    height: auto;
    justify-content: center;
    align-items: center;
}

/*sales and marketing*/
#text-sub-title{
    color: black;
    margin-top: 10px;
}

#title-card-zoho-marketing-automation{
    font-size: 22.5px;
}
.h6-client-title::after, .h6-client-title::before{
    background-color: var(--tj-color-grey-1);
}


.card-logos-partners-certifications{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 350px;
    background-color: #ecf0f0;
    border-radius: 25px;
}

.img-logos-partners-certifications{
    width: 100%;
    height: auto;
}

.container-cards-partners-certifications{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin-bottom: 40px;
}

@media (max-width: 992px) {
  .container-cards-partners-certifications {
    flex-direction: column;
  }
}