.header-banner .header-banner__right-section {
  background-color: #3eb049;
}

.header-banner .header-banner__right-section img {
  height: 46px;
  width: 46px;
}

.header-carousel .header-article .header-article__background {
  background-image: url(./../../assets/service-template-short.png);
  background-position: 100% 44px;
}

.header-article .service-short-content-wrapper {
  background-color: #1D4288;
  /* padding: 110px 215px; */
}

.header-article .service-short-content-wrapper .service-short-content {
  /* display: flex; */
}

.header-article .service-short-content-wrapper .service-short-content .service-short-content-img {
  margin-right: 27px;
  width: 151px;
  height: 151px;
  flex: 1 0 151px;
}

.header-article .service-short-content-wrapper .service-short-content .service-short-content-img img {
  height: 100%;
  width: 100%;
}

.header-article .service-short-content-wrapper .service-short-content .service-short-content-paragraph  {
  padding-top: 35px;
}

.header-article .service-short-content-wrapper .service-short-content .service-short-content-paragraph h2,
.header-article .service-short-content-wrapper .service-short-content .service-short-content-paragraph h3{
  /* font-family: Inter;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px; */
  color: white;
}

.header-article .service-short-content-wrapper .service-short-content .service-short-content-paragraph h2:not(:first-child) {
    margin: 20px 0px;
}

/* .header-article .service-short-content-wrapper .service-short-content .service-short-content-paragraph hr {
  display: inline-block;
  background-color: #3EB049;
  height: 4px;
  width: 200px;
  margin-bottom: 32px;
} */

.header-article .service-short-content-wrapper .service-short-content .service-short-content-paragraph p {
 /* font-size: 22px;
  font-weight: 400;
  font-family: Inter;
  line-height: 30px; */
  color: white;
  margin-bottom: 0px;
}

.header-article .service-short-content-wrapper .service-short-content .service-short-content-paragraph .paragraph-content {
    padding-bottom: 20px;
}
.service-template-short .header-article {
  height: unset;
  border-bottom: 1px solid white;
}

@media (max-width: 575px) {
    .header-banner .header-banner__right-section img {
        height: 19.2px;
        width: 24px;
        margin-right: 10px;
    }
}