.carousel-control-next,
.carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-color: #d72013;
    opacity: 1;
    border-radius: 50%;
}

.own-caption1 {
    position: absolute;
    right: inherit;
    bottom: 1.25rem;
    left: 8%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: inherit;
    top: 33%;
}

.own-caption2 {
    position: absolute;
    right: 9%;
    bottom: 1.25rem;
    left: inherit;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #a6433b;
    text-align: center;
    top: 33%;
}
