<!-- start Simple Custom CSS and JS -->
<style type="text/css">
    .brands h2 {
        color: #B5070C;
        font-family: 'Archivo', sans-serif;
        font-size: 36px;
        font-weight: 700;
        line-height: 58px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

    .brands .block_our_process {
        padding-top: 40px;
    }

    .brands .items_step .text {
        line-height: 33px;
    }

    .brands .items_step h3 {
        text-align: center;
        color: #B5070C;
        margin-bottom: 20px;
        font-size: 22px;
        font-weight: 600;
        text-transform: capitalize;
    }

    .brands .checkmark {
        color: #B5070C;
        margin-right: 10px;
        font-weight: bold;
    }

    .brands .row {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 40px;
    }

    .brands .row h3 {
        padding-top: 20px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 600;
        color: #333;
        text-align: center;
    }

    .brands .column {
        flex: 1 1 250px;
        max-width: 400px;
        min-width: 240px;
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .brands .column ul {
        padding-left: 20px;
        list-style: none;
    }

    .brands .column ul li {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 1.4;
        display: flex;
        align-items: flex-start;
    }


    .brands .certified-block {
        padding: 40px 20px;
        max-width: 1200px;
        margin: 0 auto;
    }


    .brands .certified-block p.description {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 40px auto;
        font-size: 16px;
        line-height: 1.6;
        color: #333;
    }

    .brands .certified-services {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }

    .brands .certified-services .column {
        flex: 1 1 300px;
        min-width: 250px;
        max-width: 350px;
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .brands .certified-services h3 {
        color: #B5070C;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .brands .certified-services p {
        font-size: 16px;
        line-height: 1.6;
        color: #333;
    }

    .brands .column .icon-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        /* відступ під іконкою + заголовком */
    }

    .brands .column .icon-wrap img {
        width: 44px;
        height: 44px;
        
    }

    .brands .column .icon-wrap h3 {
        margin: 0;
        color: #B5070C;
        font-size: 20px!important;;
        font-weight: 600;
        line-height: 25px;
		margin-left:10px;
    }


   /* контейнер із текстом ліворуч та зображенням праворуч */
 .brands .image-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.brands .image-text__content {
  flex: 1 1 50%;
}

.brands .image-text__image {
  flex: 1 1 45%;
  text-align: center;
}

.brands .image-text__content h2 {
  margin-bottom: 20px;
}

.brands .image-text__image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

    /* контейнер із зображенням ліворуч та текстом праворуч */
.brands .image-text-reversed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.brands .image-text-reversed__content {
  flex: 1 1 50%;
}

.brands .image-text-reversed__image {
  flex: 1 1 45%;
  text-align: center;
}

.brands .image-text-reversed__content h2 {
  margin-bottom: 20px;
}

.brands .image-text-reversed__image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
/* CTA section */
.cta {
  background-color: #B5070C;
  color: #FFF;
  padding: 60px 20px;
  text-align: center;
}
.cta h2 {
  font-family: 'Archivo', sans‑serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cta p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
  color: white;
}
.cta-button {
  display: inline-block;
  background-color: #FFF;
  color: #B5070C;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 40px;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}
.cta-button:hover {
  background-color: #F5F5F5;
}
</style>
<!-- end Simple Custom CSS and JS -->
