p {
    text-align: justify;
    padding-top: 5px;
}

footer>p {
    text-align: center;
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-image: linear-gradient(90deg, rgb(121, 189, 31), rgb(186, 208, 14));
    color: #fff;
    text-align: center;
    font-size: 24px;
    border: 0;
    z-index: 500;
}

.row {
    margin: 0;
}

#myBtn:hover {
    background-image: linear-gradient(90deg, rgb(141, 149, 129), rgb(121, 189, 31));
}

.partners-section {
    padding-top: 150px;
}

.partners-section .company-logo {
    text-align: center;
}

.tab-pane .company-logo {
    margin-left: 20px;
    padding-left: 10px;
}

.tab-pane .company-logo img {
    width: 100%;
}

.zoom-out {
    transform: scale(0.9);
}

.company-details {
    padding-left: 25px;
}

.span-italic {
    font-style: italic;
}

.blank-gradient {
    background-image: linear-gradient(90deg, rgb(186, 208, 14), rgb(121, 189, 31));
    height: 2px;
    margin-top: 40px;
}

.padding-bottom {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    #test {
        width: 100%;
    }
    .partners-section {
        text-align: center;
    }
}