
@media screen and (min-width: 800px) {


    .marketer__experience-items {
        display: block;
        grid-gap: 55px 0;
        padding: 50px 0;
        grid-template-columns: 1fr 1fr;
        border-top: 1px solid var(--black-6);
        border-bottom: 1px solid var(--black-6);
    }

    .marketer__experience-content ul li {
        margin-top: 10px;
        list-style: disc;
        margin-left: 18px;
    }
    .marketer__experience-content ul li b {
        color: #d7d7d7;
        font-weight: 500;
    }


    .marketer__experience-items.b-left::before {
        background-color: none;
        width: 0px;
    }

    .marketer__experience-items {
        border-bottom: 0px;
        display: block;
    }

    .achivement {
        padding: 25px 25px 30px 40px;
        background-color:#232427;
        margin-top: 24px !important;
        list-style: none !important;
        margin-left: 0px !important;
    }
    .achivement b {
        color: rgb(181 166 110)!important;
        font-weight: 400;
    }


    .marketer__experience-title {
        font-size: 22px;
    }

    .marketer__education-wrapper .marketer__experience-wtitle {
        padding-left: 140px;
    }
    .marketer__experience-items.b-left {
        padding-left: 140px;
    }

}

ul.tool-grid {
    display: flex;
    max-width: 320px;
}
ul.tool-grid li {
    display: inline-flex;
    margin-right: 20px;
}
ul.tool-grid li img {
    max-width: 60px;
    height: fit-content;
}

.aart_brand {
    font-weight: 800;
    font-family: revert;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 28px;
}

.aart_brand span.color-1 {
    color: #df8672!important;
}
.aart_brand span.color-2 {
    color: #6e6e6e;
}


.elc-header__meta .call-us a span i {
    font-style: normal;
    color: #df8672;
    font-size: 17px;
}

.elc-about__sticker {
    position: absolute;
    inset-inline-end: 0;
    bottom: -70px;
}

.elc-header__nav.inner-pg-nav .main-menu > ul > li.link_active > a {
    color: #df8672;
}

/*
.hero {
    background-image: url("http://127.0.0.1:5500/assets/imgs/background-image.jpeg");
    background-color: rgb(24 26 33);
    background-size: cover;
    background-position: right, bottom;
    background-repeat: no-repeat;
    background-blend-mode: hue;
}
*/