.paragraph--type--bullets .bullets-top-section {
  background-color: #AC0C22;
}
.paragraph--type--bullets .bullets-top-section .bullets-top-inner {
  color: #F7F8F8;
  padding: 100px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 58px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .paragraph--type--bullets .bullets-top-section .bullets-top-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0;
    gap: 0;
  }
}
.paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-header {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
    margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-header .bullets-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #FFCB3D;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-header .bullets-title {
    font-size: 36px;
  }
}
.paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-header .bullets-image-top {
  display: inline-block;
  width: 125px;
}
@media (max-width: 1024px) {
  .paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-header .bullets-image-top {
    margin-bottom: 20px;
  }
}
.paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-header .bullets-image-top img {
  width: 100%;
  height: auto;
}
.paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 24px;
  line-height: 1.4;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-intro {
    width: 90%;
    text-align: center;
    font-size: 20px;
  }
}
.paragraph--type--bullets .bullets-top-section .bullets-top-inner .bullets-intro strong {
  font-weight: 700;
  color: #F7F8F8;
}
.paragraph--type--bullets .bullets-bottom-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: -100px auto 100px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .paragraph--type--bullets .bullets-bottom-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -60px auto 60px;
    width: 100%;
  }
}
.paragraph--type--bullets .bullets-bottom-section .bullets-yellow-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FFCB3D;
  padding: 60px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .paragraph--type--bullets .bullets-bottom-section .bullets-yellow-box {
    padding: 40px 20px 120px 20px;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.paragraph--type--bullets .bullets-bottom-section .bullets-yellow-box .bullets-yellow-icon {
  width: 280px;
  margin-bottom: 30px;
}
.paragraph--type--bullets .bullets-bottom-section .bullets-yellow-box .bullets-yellow-icon img {
  width: 100%;
  height: auto;
}
.paragraph--type--bullets .bullets-bottom-section .bullets-yellow-box .bullets-yellow-title {
  font-size: 28px;
  font-weight: 700;
  color: #1A2035;
  line-height: 1.2;
  margin: 0;
}
.paragraph--type--bullets .bullets-bottom-section .bullets-items-list {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .paragraph--type--bullets .bullets-bottom-section .bullets-items-list {
    margin-top: -20px;
    padding-left: 0;
  }
}
.paragraph--type--bullets .bullets-bottom-section .bullets-items-list .field--name-field-bullets-items .field__item {
  margin-bottom: 15px;
}
.paragraph--type--bullets .bullets-bottom-section .bullets-items-list .field--name-field-bullets-items .field__item:last-child {
  margin-bottom: 0;
}
.paragraph--type--bullets .field-bullets-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  .paragraph--type--bullets .field-bullets-items {
    margin: 0 20px;
  }
}

.bullet-item {
  background: #F7F8F8;
  border-radius: 12px;
  padding: 15px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-height: 80px;
}
.bullet-item .bullet-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bullet-item .bullet-icon img {
  width: 100%;
  height: auto;
  max-width: 40px;
}
.bullet-item .bullet-text {
  font-size: 18px;
  font-weight: 700;
  color: #1A2035;
  line-height: 1.2;
}
.bullet-item .bullet-text p {
  margin: 0;
}
/*# sourceMappingURL=bullets.css.map */
