.glo-service-icon{
    width: 50px;
    height: 40px;
    object-fit: contain;
}
.glo-service-text{
    width: unset;
    margin: 0;
    align-self: center;
    width: calc(100% - 60px);  
}
@media screen and (min-width: 375px) and (max-width:1199px){
    .video-content .dots{
        display: none;
    }
    .glo-service-icon{
        height: 40px;
    }
}