.main-container__marquee {
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100vw;
    max-width: 100%;
    min-height: 3.5rem;
    overflow-x: hidden;
    font-size: 18px;
    color: rgb(255 255 255);
    background-color:#d00629;
    margin: 0;
}
.services-section {
    position: relative;
    padding: 50px 0px 50px;
}
.sec-title.centered .text {
    text-align: center;
    margin: 20px auto;
}
.services-block .inner-box {
    position: relative;
    box-shadow: 0px 0px 6px #000000;
    background: #d00629;
    padding: 10px;
  
}
.services-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    background-color: rgba(22, 0, 0, 0.4);
    transition: all 0.3sease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3sease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.services-block {
    position: relative;
    margin-bottom: 40px;
}
.services-block .inner-box .lower-box .text {
    position: relative;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 15px;
}
.services-block .inner-box .lower-box h3 {
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 28px;
    margin-bottom: 8px;
    text-transform: capitalize;
    padding-bottom: 10px;
    font-style: normal;
    border: 2px solid white;
    border-style: dashed;
    border-right: none;
    border-top: none;
    border-left: none;
}
.lower-box a {
    padding: 10px 22px;
    background: #fff;
    border-radius: 5px;
}
           