.advantages-of-webtech-itmo {
    background-color: #D0FF14;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advantages-of-webtech-itmo__wrapper {
    margin-top: 5rem;
    margin-bottom: 5rem;
    background-color: #fff;
    border-radius: 5rem;
    padding: 4.6875rem 7.375rem 3.75rem 7.375rem;
    width: 102.25rem;
    border: 1px solid #0D0D0D;
}

.advantages-of-webtech-itmo__heading {
    font-family: ALSGorizont_var;
    font-weight: 550;
    font-size: 2.5rem;
    line-height: 130%;
    letter-spacing: 0px;
    color: #0D0D0D;
    margin-bottom: 3.75rem;
}

.advantages-of-webtech-itmo__heading span {
    color: #0B68FE;
}

.advantages-of-webtech-itmo__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 2.5625rem;
    column-gap: 2.9375rem;
}

.advantages-of-webtech-itmo__item {
    width: 26.5rem;
    flex-direction: column;
}

.advantages-of-webtech-itmo__item__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    column-gap: 0.5rem;
    height: 3.8125rem;
}

.advantages-of-webtech-itmo__item_icon::after {
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.3125rem;
}

.advantages-of-webtech-itmo__item_heading {
    font-family: ALSGorizont_var;
    font-weight: 550;
    font-size: 1.25rem;
    line-height: 130%;
    letter-spacing: -0.01875rem;
    text-transform: uppercase;
    color: #0B68FE;
    margin-bottom: 0px;
    margin-top: 0.5625rem;
}

.advantages-of-webtech-itmo__list  .advantages-of-webtech-itmo__item:first-child .advantages-of-webtech-itmo__item_heading,
.advantages-of-webtech-itmo__list  .advantages-of-webtech-itmo__item:nth-child(5) .advantages-of-webtech-itmo__item_heading {
    margin-top: 0px;
}

.advantages-of-webtech-itmo__item_text {
    color: #424245;
    font-family: PTGolos_vf;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 130%;
    letter-spacing: 0px;
    margin-left: 2.4375rem;
    margin-top: -0.4375rem;
}

.advantages-of-webtech-itmo__list  .advantages-of-webtech-itmo__item:first-child .advantages-of-webtech-itmo__item_text,
.advantages-of-webtech-itmo__list  .advantages-of-webtech-itmo__item:nth-child(5) .advantages-of-webtech-itmo__item_text {
    margin-top: 0px;
}

@media screen and (max-width: 1200px) {
    .advantages-of-webtech-itmo__wrapper {
        margin: 4rem 0px;
    }

    .advantages-of-webtech-itmo__wrapper { 
        width: auto;
        padding: 3.625rem 2.5rem 2.9375rem 2.5rem;
        border-radius: 2.5rem;
    }

    .advantages-of-webtech-itmo__item_text {
        margin-left: 2rem;
        margin-top: 0px;
    }

    .advantages-of-webtech-itmo__list {
        flex-direction: column;
        column-gap: 0px;
        row-gap: 1.25rem;
    }

    .advantages-of-webtech-itmo__item {
        width: 100%;
    }

    .advantages-of-webtech-itmo__item__container {
        height: auto;
        margin-bottom: 0.4375rem;
    }

    .advantages-of-webtech-itmo__item_heading {
        letter-spacing: -0.03125rem;
        margin-top: 0px;
    }

    .advantages-of-webtech-itmo__heading  {
        margin-bottom: 2.5rem;
    }

    .advantages-of-webtech-itmo__list {
        row-gap: 1.25rem;
    }

    .advantages-of-webtech-itmo__item_icon::after {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .advantages-of-webtech-itmo__heading {
        font-size: 1.25rem;
        margin-bottom: 2.125rem;
        line-height: 120%;
    }

    .advantages-of-webtech-itmo__wrapper {
        margin: 2.5rem 0px;
        padding: 2.1875rem 1.25rem 2.5rem 1.25rem;
    }

    .advantages-of-webtech-itmo__item_heading {
        font-size: 1rem;
        letter-spacing: 0px;
    }

    .advantages-of-webtech-itmo__item_text {
        font-size: 1rem;
    }

    .advantages-of-webtech-itmo__item__container {
        align-items: flex-start;
        margin-bottom: 0.625rem;
    }

    .advantages-of-webtech-itmo__item_icon::after {
        margin-top: 0.125rem;
    }

    .advantages-of-webtech-itmo__list {
        row-gap: 0.5rem;
    }

}
