.home__formations {
    overflow: hidden;
    padding-top: 5.125rem
}

.home__formations--header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.home__formations--header-about h3 {
    font-weight: 700;
    font-size: 1rem;
    line-height: 150%;
    color: #1C1E21;
}

.home__formations--header-about h2 {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.3;
    color: #1C1E21;
    margin-top: 1.5rem;
    max-width: 619px
}

.home__formations--header-about h2 span {
    color: #a640ab;
    font-weight: 900;
}

.home__formations--header-about p {
    font-size: 1rem;
    line-height: 1.5;
    color: #1C1E21;
    max-width: 408px;
    margin-top: 1.5rem
}

.home__formations--divider {
    background-image: url(../../img/alura2023/home/formations-divider.1687365821.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 26px;
    margin: 3.875rem 0 0
}

.home__formations--list {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 3.125rem
}

.home__formations--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    list-style: none;
    overflow: hidden
}

.home__formations--item-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px
}

.home__formations--item-header img,
.home__formations--item-header svg {
    max-width: 36px;
    max-height: 36px
}

.home__formations--item-list {
    margin-top: 2rem;
    margin-bottom: 4.625rem;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    list-style: none
}

.home__formations--item-list--seeMore-link {
    font-family: "Chakra Petch", sans-serif;
    font-size: 1rem;
    text-decoration: underline;
    color: #2BDEFD;
    margin-top: 1.5rem;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.home__formations--item-list--seeMore-link:hover {
    opacity: .8
}

.home__formations--item-list--item {
    font-size: .875rem;
    line-height: 150%;
    color: #D7F9FF
}

.home__formations--item-list--item-link {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home__formations--item-list--item-link:hover {
    text-decoration: underline;
    opacity: .8
}

.home__formations--header-right {
    position: relative;
    display: none
}

.home__formations--header-selo {
    position: absolute;
    width: 100%
}

.home__formations--header-selo .selo-a {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8)
}

.home__formations--header-img {
    width: 100%;
    max-width: 460px;
}

.home__formations--header-stripes {
    position: absolute;
    left: 0;
    top: -33px;
    max-width: 57px
}

.home__formations--header-arrows {
    position: absolute;
    max-width: 17px;
    animation: jumpInfinite 2s infinite
}

@media screen and (min-width:768px) {
    .home__formations--header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        align-items: start
    }

    .home__formations--header-about h2 {
        font-size: 1.875rem;
        line-height: 1.15
    }

    .home__formations--header-right {
        display: block
    }

    .home__formations--header-arrows {
        right: -10px;
        bottom: -10px
    }

    .home__formations--header-selo {
        top: -60px;
        right: -44px;
        max-width: 107px
    }

    .home__formations--header-selo .circle {
        animation: rotate 30s infinite
    }

    .home__formations--list {
        margin-top: 5rem;
        grid-template-columns: repeat(3, 1fr)
    }

    .home__formations--list--item {
        padding: 2.8125rem 2rem;
        width: calc(33% - 1rem)
    }
}

@media screen and (min-width:1024px) {
    .home__formations--header-about h2 {
        font-size: 3.75rem;
        line-height: 1
    }

    .home__formations--header-arrows {
        right: -39px;
        bottom: 0
    }

    .home__formations--header-selo {
        right: -75px;
        max-width: 182px
    }

    .home__formations--list {
        grid-template-columns: repeat(4, 1fr)
    }

    .home__formations--list--item {
        padding: 2.8125rem 3rem;
        width: calc(25% - 1rem)
    }
}