#main-content {
    display: flex;
    flex-direction: column-reverse;

    @media (width >= 37.5rem) {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
        gap: 6rem;
    }


    .aboutsabos-img img {

        @media (width >= 37.5rem) {
            height: 47rem;
            width: 31rem;
            position: sticky;
            top: 4rem;
            left: 0;
            translate: -3rem -2rem;
        }
    }
}

.aboutsabos-text,
.aboutsabos__text {
    p {
        padding-right: 2rem;
        margin: 20px 0;
        line-height: 1.4;

        b {
            margin-right: 5px;
        }
    }

    b {
        font-family: var(--front-bold) !important;
    }

    a {
        color: var(--color-blue);
    }
}

.aboutsabos__menu {
    li {
        &.active {
            a {
                color: var(--color-blue);
            }
        }

        .aboutsabos__social {
            &:hover {
                background-color: var(--color-blue);
                border-bottom: none;
            }
        }
    }
}
