
.home-case-study-and-video{
   padding: 40px 0;
}
.home-case-study-and-video .line{
   border-top: 1px solid #7f7f7f;
   margin-top: 30px;
}

.home-case-study-and-video .names{
    font-size: 14px;
    color: #aeabb2;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    
}
.home-case-study-and-video .lefttext p{
    font-size: 20px;
    color: #372e46;
    margin: 25px 0;
}

.home-case-study-and-video .righttext p{
    font-size: 20px;
    color: #372e46;
    margin: 25px 0;
}
.home-case-study-and-video .leftdiv img{
    width: 100%;
    height: 300px;
}

.home-case-study-and-video .leftdiv iframe{
    width: 100%;
    height: 300px;
}

.home-case-study-and-video .rightdiv img{
    width: 100%;
    height: 300px;
}

.home-case-study-and-video .rightdiv iframe{
    width: 100%;
    height: 300px;
}

@media screen and (min-width:992px) {
   
  .home-case-study-and-video .col-md-6{
            width: 48%;
    } 
    
    .home-case-study-and-video .leftdiv{
        margin-right: 10px;
    }
    
    .home-case-study-and-video .rightdiv{
        margin-left: 10px;
    }
   
}

.home-case-study-and-video a{
    font-size: 16px;
    color: #ee521b;
}

@media screen and (max-width:415px) {
    
    .home-case-study-and-video .leftdiv img{
    width: 100%;
    height: 175px;
    }

    .home-case-study-and-video .leftdiv iframe{
        width: 100%;
        height: 175px;
    }

    .home-case-study-and-video .rightdiv img{
        width: 100%;
        height: 175px;
    }

    .home-case-study-and-video .rightdiv iframe{
        width: 100%;
        height: 175px;
    }
    
}

.twitter-hashtagbutton {
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 12px 30px;
    background-color: #1b95e0;
    color: #fff !important;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px !important;
}
.twitter-hashtagbutton:hover{
   text-decoration: none;
   color: #fff !important;
}