.services-container .text-container {
    /*margin: 6vw 0.5vw 5.8vw 6vw;*/
    margin: 9vw 0.5vw 8vw 4vw;
}

.services-container .text-container h2 {
    color: #303030;
    text-transform: capitalize;
    font-size: 20px;    
    font-family: 'Gotham-Book';
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.services-container .text-container p {
    margin-top: 0.3vw;
    color: #676767;
    font-family: 'Gotham-Light-Regular';
    /*letter-spacing: 2px;*/
    line-height: 20px;
    /*font-size: 12px;*/
    margin-bottom: 2.5vw;
    width: 80%;
    display: inline-block;
}

.services_main_btn{
    border: 1px solid #000;
    padding: 10px 16px;
    color: #000000;
    font-family: 'Gotham-Light-Regular';
}

.services_main_btn:hover{
     border: 1px solid #000;
     background: #000;
     color: #fff;
}

.services-container .text-container .button > a{
/*      border-radius: 50px;
    background: #00acfe;
    border: none;
    padding: 10px 30px;
    text-decoration: none;
    color: #fff;*/

}


/*.services-container .text-container .button > a {
    text-align: center;
    border: 2px solid #555555;
    color: #010101;
    padding: 10px;
    text-decoration: none;
    width: 100px;
}

.services-container .text-container .button > a:hover {
    background-color: #555555;
    color: #fff;
}*/

.services-container .row:nth-child(odd) {
    background-color: #fff;
}

.services-container .row:nth-child(even) {
    background-color: #fcfcfc;
}

.services-container .row:nth-child(even) .text-container {
    text-align: left;
    /*margin: 6vw -5vw 11.8vw 10.5vw;*/
    margin: 12vw 0.5vw 10vw 9vw;
}

/*.services_image:nth-child(even){
    margin: 9vw 0.5vw 8vw 4vw;
}*/

.services-container .row:last-child {
    position: inherit;
}

/*.services-container .row:last-child .text-container {
    margin: 6vw 6vw 6.8vw 0.5vw;
}*/

.services-container .row:last-child > div:last-child > video {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

@media (max-width: 767px) {
    .services-container .text-container {
        margin: 5vw 0.5vw 7.5vw 7.5vw;
    }

    .services-container .row:nth-child(even) .text-container {
        margin: 5vw 7.5vw 7.5vw 0.5vw;
    }

    .services-container .row:last-child {
        position: unset;
    }

    .services-container .row:last-child > div:last-child > video {
        position: unset;
        margin-bottom: -3%;
        width: 100%;
        background-color: unset;
    }
}




