.title-our-history {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}

.description-our-history {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    margin-top: 50px;
}

.content-our-history {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fcfaff;
}

.items-history {
    display: flex;
    flex-direction: column;
    padding-left: 150px;
    max-width: 680px;
    gap: 30px;
}

.item-history {
    display: flex;
}

.item-circle-and-line {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-history {
    margin-left: 15px;

    p {
        margin: 0;
    }
}

.info-history p:empty {
    display: none;
}

.year-info-history {
    font-size: 28px;
    font-weight: 600;
    color: #6800FF;
    line-height: 28px;
    margin: 0;
}

.title-info-history {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #222222;
    text-transform: uppercase;
    margin-top: 8px;
}

.description-info-history {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin: 0;
    margin-top: 10px;
}

.circle {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: conic-gradient(from -90deg at 50% 50%, #3E0099 0deg, #E92651 161.25deg, #3E0099 360deg);
    z-index: 2;
}

.icon {
    width: 50%;
    height: 50%;
}

.icon-history {
    width: 50px;
}

.line {
    position: absolute;
    width: 4px;
    height: calc(100% + 30px);
    background: conic-gradient(from -90deg at 50% 50%, #3E0099 0deg, #E92651 161.25deg, #3E0099 360deg);
    z-index: 1;
}

@media screen and (max-width: 1580px) {
    .title-our-history {
        font-size: 25px;
        line-height: 30px;
    }

    .description-our-history {
        margin-top: 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .circle {
        width: 75px;
        height: 75px;
    }

    .year-info-history {
        font-size: 20px;
    }

    .title-info-history {
        font-size: 18px;
        line-height: 20px;
        margin-top: 0px;
        margin-bottom: 2px;
    }

    .description-info-history {
        font-size: 12px;
        line-height: 14px;
    }

    .line {
        /* height: 42px; */
    }

    .icon-history {
        width: 40px;
    }
}


@media screen and (max-width: 1580px) {
    .content-our-history {
        padding-top: 40px;
        padding-bottom: 60px;
    }
}


@media screen and (max-width: 1420px) {
    .items-history {
        padding-left: 50px;
    }
}

@media screen and (max-width: 980px) {
    .title-our-history {
        font-size: 20px;
        line-height: 24px;
    }

    .content-our-history {
        padding-top: 33px;
        padding-bottom: 33px;
    }

    .items-history {
        padding-left: 0;
        padding-top: 40px;
    }
}

@media screen and (max-width: 520px) {
    .title-our-history {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
    }

    .description-our-history {
        font-size: 10px;
        line-height: 12px;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .year-info-history {
        font-size: 16px;
        line-height: 19px;
    }

    .title-info-history {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 0;
        margin-top: 3px;
    }

    .description-info-history {
        font-size: 8px;
        line-height: 10px;
        font-weight: 400;
        margin-top: 3px;
    }

    .circle {
        width: 57px;
        height: 57px;
    }

    .line {
        /* height: 40px; */
    }

    .icon-history {
        width: 30px;
    }

    .content-our-history {
        padding-bottom: 20px;
    }
}