@media (max-width: 991px) {
    .item-second .row{
        flex-direction: column-reverse;
    }

}
@media (max-width: 900px) {
    .side-header-narrow-bar-logo {
        max-width: 110px;
    }
    .hamburguer-btn {
        width: 32px;
        height: 42px;
    }
    .porto-wrap-container h2{
        font-size: 2rem !important;
        margin-bottom: 0px !important;
    }
    .home-title-text-container{
        margin-top: 52px !important;
        margin-bottom: 45px !important;

    }
}
@media (max-width: 768px) {
    footer .share-links{
        display: flex !important;
        justify-content: center !important;
    }
    footer .share-links a{
        margin: auto 8px;
    }
}
