@media(min-width: 768px){
    #lp-pom-box-338 {
        height: 248px;
    }
    #lp-pom-box-334 {
        height: 248px;
    }
    #lp-pom-box-328 {
        height: 248px;
    }
    #lp-pom-box-342 {
        height: 248px;
    }
    
}

.accordion {
  background-color: transparent;
  padding: 30px;
  font-family: 'Montserrat';
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  padding: 20px 0; /* Increased padding between sections */
  transition: border-color 0.3s ease; /* Added transition for border color */
}

.accordion-title {
  font-weight: bold;
  color: #333;
  font-size: 18px; /* Increased text size */
  text-align: center; /* Centered questions */
  transition: color 0.3s ease; /* Added transition for text color */
}

.accordion-content {
  display: none;
  padding: 10px 0;
  color: #333;
}
  
.accordion-content p{
	font-size: 18px;
  	line-height: 1.7rem;
}

.accordion-item button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  width: 100%;
  text-align: left;
}

.accordion-item button:focus {
  outline: none;
}

.accordion-item button:hover .accordion-title {
  color: #555;
}

.accordion-item button[aria-expanded="true"] .accordion-title {
  color: #555;
}

.accordion-item button[aria-expanded="true"] + .accordion-content {
  display: block;
}

.accordion-item button:hover {
  background-color: #f0f0f0; /* Highlight background on hover */
}
  
.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease; /* Transición suave al cambiar la altura máxima */
}



#lp-pom-box-371 {
    top: 5740px !important;
    height: 490px !important;
}
#lp-code-386 {
    height: 532px;
}


@media(max-width: 600px){
    .cus-paperform{
        margin-top: -40px !important;
    }
}
@media only screen and (max-width: 600px) {
    #lp-pom-box-371 {
        top: 7217px !important;
        height: 691px !important;
    }
    .accordion {
         padding: 10px; 
    }
}