.social-media-tool .row .col-12 .media-body {
    height: 100%;
    display: flex;
    flex-direction: column
}

.social-media-tool .media-body p {
    flex-grow: 2
}

.tagembed-integration .wordpress_integration {
    width: 20%
}

.integration_logos figure a {
    padding: 10px 15px
}

.te_badges {
    margin-top: 50px;
    margin-bottom: 10px
}

.te_badges li:not(:last-child) {
    margin-right: 50px
}

.te_badges li a {
    display: block
}

.te_badges li a img {
    max-height: 140px;
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0deg, 0deg);
    transform-style: preserve-3d
}

#mouseflow {
    display: none
}

@media(max-width:1199px) {
    .integration_logos figure {
        height: 78px
    }
}

@media (min-width:1200px) {
    .social-media-tool .row .col-12 {
        width: 20%
    }
}

@media(max-width:991px) {
    .tagembed-integration .wordpress_integration {
        width: 33.33%
    }
}

@media(max-width:800px) {
    .te_badges li:not(:last-child) {
        margin-right: 30px
    }
    .integration_logos figure{
        height: 66px;
    }
}

@media(max-width:574px) {
    .te_badges li:not(:last-child) {
        margin-right: 15px
    }
}

@media(max-width:479px) {
    .tagembed-integration .wordpress_integration {
        width: 50%
    }

    .integration_logos figure {
        height: 68px
    }
}