.hero-section {
    position: relative;
    /* background-image: url("../images/Group\ 22.jpg"); */
    height: 580px;
    background-color: rgba(0, 0, 0, 0.5);
    /* background-repeat: no-repeat;
    background-size: cover; */
}

.slider-img-container {
    height: 580px;
    width: 100%;
    object-fit: cover;
}
.slider-img-container img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.overlap-image {
    height: inherit;
    width: auto;
}

.overlap-image img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 80vh;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: black;
    opacity: 0.3;
    z-index: 1;
}

.slider-content-info {
    position: absolute;
    top: 10%;
    padding: 107px;
    z-index: 12;
}

.slider-content div p {
    color: #ffffff;
    font-size: 45px;
}

.connect-btn {
    background-color: #DC143C;
    display: inline-block;
    text-align: center;
    padding: 8px 16px;
}

.sitecontent-key-features {
    display: flex;
    justify-content: center;
    margin-top: -88px;
    flex-wrap: wrap;
}

.content-menu {
    position: relative;
    display: flex;
    justify-content: center;
    max-height: 175px;
}

.content-menu-overlay-blue {
    height: 100%;
    width: 100%;
    background-color: #18405C;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

.content-menu-overlay-red {
    height: 100%;
    width: 100%;
    background-color: #DC143C;
    position: absolute;
    top: 0;
    opacity: 0.8;
}

.content-menu-content {
    position: absolute;
    color: #ffffff;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;

}

.item-centet {
    position: absolute;
    color: white;
    z-index: 1;
    text-align: center;
    padding-top: 12px;
}

.item-centet div {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.item-centet span {
    margin-top: 8px;
    font-size: 16px;
}