section.dm-spine-simulator-two {
    background: #04364e;
    position: relative;
}

.spine-two-content {
    position: absolute;
    z-index: 3;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 40px;
}

.dm-spine-two-image img {
    width: 100%;
    height: 950px !important;
    object-fit: cover;
    max-width: 2400px;
    display: block;
}

.dm-spine-two-content h3 {
    font-size: 39px;
    color: #fff;
    margin: 0px;
}

.dm-spine-two-content h4 {
    font-size: 26px;
    color: #fff;
    margin-bottom: 0px;
}

.dm-spine-two-content {
    margin-bottom: 70px;
}

.dm-stc a {
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    transition: background-color 0.3s, color 0.3s;
    text-transform: uppercase;
    padding: 18px 40px;
    display: inline-block;
    letter-spacing: 2px;
    width: 355px;
    margin: 0;
    position: initial;
    color: #fff;
    border: 1px solid #fff;
}

.dm-stc {
    position: relative;
    margin-bottom: 45px;
}

.dm-stc:before {
    content: "";
    position: absolute;
    bottom: 23px;
    width: 16px;
    height: 16px;
    pointer-events: none;
    transition: box-shadow 0.3s, border-radius 0.3s;
    background: #fff;
}

.dm-stc-1.dm-stc:before {
    right: calc(50% - 270px);
}

.dm-stc:after {
    content: "";
    position: absolute;
    left: 360px;
    bottom: 30px;
    height: 2px;
    pointer-events: none;
    background: #fff;
    background-image: linear-gradient(to right, #7CB0D3 0%, #7CB0D3 25%, transparent 25%);
    background-position: 0 bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
}

.dm-stc-1.dm-stc:after {
    width: calc(50% - 100px);
}

.dm-stc:hover:before {
    box-shadow: 0px 0px 80px 100px rgb(255 255 255 / 90%);
}

.dm-stc-2.dm-stc:before {
    right: calc(50% - 300px);
}

.dm-stc-2.dm-stc:after {
    width: calc(50% - 70px);
}

.dm-stc-3.dm-stc:before {
    right: calc(50% - 450px);
}

.dm-stc-3.dm-stc:after {
    width: calc(50% + 80px);
}

.dm-stc-4.dm-stc:before {
    right: calc(50% - 310px);
}

.dm-stc-4.dm-stc:after {
    width: calc(50% - 60px);
}

.dm-stc-5.dm-stc:before {
    right: calc(50% - 310px);
}

.dm-stc-5.dm-stc:after {
    width: calc(50% - 60px);
}

.dm-stc-6.dm-stc:before {
   right: calc(50% - 470px);
}

.dm-stc-6.dm-stc:after {
    width: calc(50% + 100px);
}
@media (max-width: 1170px) {
    .dm-stc:before,.dm-stc:after {
        opacity: 0;
    }
    .dm-spine-two-image img {
        height: 820px !important;
    }
    .dm-stc a {
        font-size: 13px;
        padding: 15px 40px;
    }
    .dm-spine-two-content {
        margin-bottom: 40px;
    }
}
@media (max-width: 880px) {
    section.dm-spine-simulator-two .container {
        width: 100% !important;
        padding: 0px !important;
    }
    .dm-stc a {
        width: 100%;
    }

    .dm-stc {
        width: 40%;
    }
}
@media (max-width: 768px) {
    .dm-stc {
        width:  100%;
    }
    .dm-spine-two-image {
        opacity: 0.5;
    }
}
@media (max-width: 640px) {
    .dm-spine-two-content h3 {
        font-size: 26px;
    }

    .dm-spine-two-content h4 {
        font-size: 20px;
    }
    
    .spine-two-content {
        padding: 0px 20px;
    }
}