.connect_us1{
    a {
        display: inline-block;
    }

    .size-60 {
        height: 60px;
        width: 60px;
        -o-object-fit: contain;
        object-fit: contain;
        margin-bottom: 10px;
    }

    @media (max-width: 575px) {
        .size-60 {
            width: 40px;
            height: 40px;
        }
    }

    ::selection {
        background: #1b7fed;
        color: #fff;
    }


    ::-webkit-scrollbar-thumb:hover {
        background: #000000 !important;
    }

    a:hover {
        color: #000000;
    }
    .g-5{
        gap: 1rem !important;
    }
    .g-15{
        gap: 3rem !important;
    }
}

