.desc-banner-service p {
     border-radius: 5px;
}

.header-carousel .carousel-indicators {
    right: unset;
    margin: 0px;
    flex-direction: column;
    top: 0px;
}

.header-article__paragraph {
    margin: 0;
}

.header-carousel .carousel-indicators [data-bs-target] {
    width: 26px;
    height: 26px;
    background-color: transparent;
    border-radius: 50%;
    margin-left: 30px;
    border: 2px solid transparent;
}

.header-carousel .header-article {
    position: relative;
    height: unset;
    height: auto;
    background-size: 597px !important;
    background-position: 90% center !important;
    padding-bottom: 1em;
}

.header-carousel .header-article .article-content {
    color: white;
    position: relative;
    left: unset;
    top: unset;
}

.header-title {
    text-transform: capitalize;
   
    border-radius: 0px;
    padding: 10px 15px;
    width: 80%;
    position: relative;

   
}
.angle {
    position: absolute;
    width: 6%;
    height: 100%;
    right: 0px;
    top: 0px;
    background: linear-gradient(to left top, #fff 49%, transparent 50%);
}

.header-carousel .header-article .article-content .header-article__paragraph p {
    color: #1d4288;
    line-height: normal;
    font-size: .75em;
    width: 75%
}

.header-carousel .header-article .header-article__background {
    width: 100%;
    background-color: white;
    background-image: url(./../../assets/iStock-153517859\ 1.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

.header-carousel .carousel-indicators button {
    position: relative;
}

img.service-category-image{
    width: 20vh;
    display: block;
    margin-left: auto;
}

.header-carousel .carousel-indicators button div {
    background: #d9d9d9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-carousel .carousel-indicators .active {
    background-color: transparent;
    border: 2px solid #3eb049;
}

.header-carousel .carousel-indicators .active div {
    background: #3eb049;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .header-title {
        text-transform: capitalize;
        background-color: rgba(29, 66, 136, 1);
        border-radius: 0px;
        padding: 0px;
        width: 100%;
        position: relative;
      }
    img.service-category-image{
        width: 20vh;
        margin: 0 auto;
    }

    .header-carousel .header-article .article-content .header-article__paragraph h1 {
        font-size: 20px;
        line-height: 24px;
        padding: 15px 18px;
        margin-bottom: 5px;
    }

    .header-carousel .header-article .article-content .header-article__paragraph p {
        font-size: 16px;
        line-height: 18px;
        margin-left: 10px;
        text-overflow: hidden;
    }

    .header-carousel .header-article .article-content .header-article__paragraph>div {
        font-size: 20px;
        line-height: 24px;
    }

    .header-carousel .header-article {
        min-height: unset;
        background-size: 153px !important;
        background-position: right 75% !important;
    }


}

@media (min-width: 1440px) {
    .header-article__paragraph {
        margin: 25px 100px;
    }
}