section.bullets-section {
  padding-top: 105px;
  padding-bottom: 130px;
}

h2.bullets-section-title {
  font-family: var(--ff-primary), sans-serif;
  font-size: 20px;
  font-weight: var(--fw-700);
  line-height: 29px;
  color: var(--clr-purple-500);
  max-width: 363px;
  margin: 0 auto 50px;
  text-align: center;
}

.page-template-dot-products h2.bullets-section-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 28px;
}

.page-template-dot-ai-product h2.bullets-section-title {
  font-family: "Quicksand", sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 100%;
  text-align: left;
  /*text-transform: uppercase;*/
  margin: 0 0 70px;
  max-width: none;
}

.page-template-dot-ai-product .bullets-section .content-container{
  max-width: 1270px;
}
.page-template-dot-ai-product section.bullets-section{
  padding-top: 74px;
  padding-bottom: 130px;
}
.white  h2.bullets-section-title {
  color: #fff;
}

.dot-bullets-group {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
}

/*.page-template-dot-products .dot-bullets-group{
	align-items: flex-end;
}*/

.dot-item-single {
  /*max-width: 360px;*/
  max-width: 260px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-template-dot-products .dot-item-single{
	max-width: 500px;
}

.page-template-homepage .dot-item-single {
  text-align: center;
}

.page-template-homepage .item-image img{
	max-width: 77px;
	margin-bottom: 50px;
}

.page-template-solutions .item-image img {
  height: 77px;
  width: auto;
  max-width: 77px;
  margin: 0 auto 39px auto;
}

.page-template-dot-products .item-image img {
  margin-left: 0;
  margin-right: 0;
	max-width: 172px;
	height: auto;
	padding-bottom: 15px;
}


.item-image{    
    display: flex;
    align-items: center;    
}

.item-image img {
  max-width: 45px;
  height: auto;
}
.custom-centered-bullets .dot-bullets-group{
  gap: 70px;
}
.custom-centered-bullets .item-image {
  justify-content: center;
}
.custom-centered-bullets .dot-item-single-wrapper {
  text-align: center;
}

.page-template-dot-products .custom-centered-bullets .bullet-item-text{
  text-align: center;
}
.page-template-dot-products .custom-centered-bullets .dot-item-single {
  max-width: 315px;
}
.page-template-homepage .item-image img {
  margin-left: auto;
  margin-right: auto;
}

.dot-item-single h3 {
  font-family: var(--ff-primary), sans-serif;
  font-size: var(--fs-h3);
  font-weight: var(--fw-700);
  line-height: 29px;
  color: var(--clr-purple-500);
  margin-bottom: 10px;
  margin-top: 10px;
}

.white .dot-item-single h3 {
  color: var(--clr-white);
}

.page-template-solutions .dot-item-single h3{
	text-align: center;
}


.bullet-item-text {
  font-family: var(--ff-secondary), sans-serif;
  font-size: var(--fs-buttons);
  font-weight: var(--fw-400);
  line-height: 24px;
  color: var(--clr-purple-500);
  margin-bottom: 15px;
  /*text-align: center;*/
  /*height: 80px;*/
}

.page-template-dot-ai-product .bullet-item-text {
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
}

.page-template-solutions .bullet-item-text{
	text-align: center;
}

.page-template-dot-products .bullet-item-text {
  text-align: left;
}

.white .bullet-item-text {
  color: #b8b8b8;
}

a.bullets-link {
  text-decoration: none;
  font-family: var(--ff-primary), sans-serif;
  font-size: var(--fs-buttons);
  font-weight: var(--fw-700);
  line-height: 21px;
  color: var(--clr-pink-500);
  transition: color 0.3s ease-in-out;
  position: relative;
}

a.bullets-link::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../../images/dot-arrow-pink.svg");
  background-size: cover;
  top: 4px;
  margin-left: 10px;
}

a.bullets-link:hover {
  text-decoration: underline;
}
section.bullets-section.custom-ai-comp-bullets {
  padding-top: 75px;
  padding-bottom: 100px;
}

@media screen and (max-width: 850px) {
  .dot-bullets-group {
    flex-direction: column;
    align-items: center;
  }
}
