.carousel-caption {
    right: 8% !important;
    left: 50% !important;
    top: 32% !important;
}

.carousel-caption h1 {
    font-weight: 800;
    text-align: left;
}

.carousel-caption p {
    text-align: left;
    max-width: 75%;
    font-weight: 400;
    line-height: 30px;
}

.carousel-item img {
    width: 100%;
    height: 100vh;
}

.dash {
    border-bottom: 2px solid #0EB04D;
    width: 150px;
}

.points {
    padding-right: 1.2rem;
}

.story-heading p {
    max-width: 85%;
    margin: 0 auto;
    padding-top: 1rem;
}

.banner-three-item {
    width: 100%;
    padding: 0 20px;
}

/* .carousel-control-next-icon {
    background-color: #EA7B10;
}

.carousel-control-prev-icon {
    background-color: #EA7B10;
} */

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}
.service-img{
    width:100%;
    height:400px;
}
.service-img img{
    width:100%;
    height:100%;
    object-fit:contain;
}