.partners img {
  margin: 0 5px;
}
/* Display */
.c_footer * {
  box-sizing: border-box;
}

.c_footer-wrapper {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.c_footer .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
  border-bottom: 1px solid #e2e5e9;
  padding: 24px 0;
}

/* h3 */
.c_footer h3 {
  color: #0c0c0c;
  font-size: 20px;
}
/* Address */

.address {
  color: #6a6d77;
}

.address a {
  color: #0c0c0c;
  text-decoration: #ed2344 underline;
  transition: 0.4s;
}

.address a:hover {
  color: #ed2344;
}

/* Social */
.c_footer .social {
  font-size: 16px;
}

.c_footer .icons {
  width: 140px;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}

.c_footer svg {
  width: 20px;
  height: 20px;
}

.c_footer .social a {
  color: #0000;
}

.c_footer a:hover img {
  transform: scale(1.15);
}

.c_footer a:hover svg {
  transform: scale(1.15);
}
/* FORM */

.footer_dflex {
  width: 500px;
  display: flex;
  flex-direction: column;
}

.footer_dflex form {
    display: flex;
    position: relative;
    margin-bottom: 50px;
    align-items: flex-start;
}

.footer_dflex .hs_email input {
  padding: 0.4rem;
}

.footer_dflex .hs_email input::placeholder {
  font-size: 0.8rem;
}

.footer_dflex form .hs-button {
    transition: 0.4s;
    background: #fff;
    color: #0C0C0C;
    margin-top: 6px;
    transform: scale(0.9);
    right: 0;
    padding: 0.4rem;
    position: absolute;
}

.footer_dflex form .hs-button:hover {
    background: #ed2344;
    color: #fff;
}


.footer_dflex .hs_email {
	margin-bottom: 0;
	width: 300px;
}

.footer_dflex .hs-fieldtype-booleancheckbox {
  position: absolute;
  top: 100%;
}

.footer_dflex .hs-fieldtype-booleancheckbox span {
  font-size: 12px;
  max-width: 260px;
  text-align: justify;
  display: inline-block;
}

/* FORM END */
.footer_dflex .input {
  width: 500px;
  max-width: calc(100vw - 80px);
}

.row-box {
  width: 375px;
  max-width: 100%;
}
/* Existing CSS */
.partners {
  /* Keep the total width of the partners section limited to the container width */
  width: 375px;
  max-width: 100%;
}

/* Modify to display two logos per row */
.partners .images {
  /* Divide the available width by 2 to display two logos in a row */
  width: calc(50% - 10px); /* Subtract 10px for margin */
  max-width: calc(50% - 10px); /* Subtract 10px for margin */
  /* Add margin between logos to create space between them */
  margin-right: 20px; /* Adjust as needed */
}

/* Clear the margin on the last logo in each row */
.partners .images:last-child {
  margin-right: 0;
}




@media (min-width: 1090px) {

  .partners {
  width: 500px;
}

  
  .footer__center.container {
    width: 1400px;
    max-width: calc(100vw - 80px);
  }
  

}
  .footer__center .hs_cos_wrapper {
    width: 100%;
  }
  .footer__section.section {
    padding-bottom: 0;
  }

@media (max-width: 1089px) {
  /*.address {
    width: 60%;
  }
  .social {
    width: 30%;
  }*/
  .footer_dflex {
    width: 500px;
    max-width: 100%;
    padding: 48px 0 24px;
    margin: 0 80px;
  }
  
  .footer__center .row {
    margin: 0;
    width: 100%;
    justify-content: space-around;
  }
  
  .footer__center.container {
    padding: 0 40px;
  }
  
  .row-box {
    /*width: 100%;*/
    padding-bottom: 48px;
  }
  
  .row.fwrap {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .c_footer .row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .c_footer .social {
    padding-top: 48px;
  }
  
  .footer_richtext {
    text-align: center;
    align-items: center;
    flex-direction: column;
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
  .footer_dflex {
    margin: 0;
  }
  

}


@media (max-width: 600px) {
  .c_footer .row {
    justify-content: flex-start;
}
  .footer_dflex {
  width: 300px;
}
  .footer_dflex .input {
  width: 300px;
}
}*/