@media screen and (max-width: 1325px){
    .company .desc_company .time_line .back_image_timeline{
        display: none;
    }
    .company .desc_company .time_line ul li:nth-child(6),
    .company .desc_company .time_line ul li:nth-child(7){
        display: none;
    }
    .company .desc_company .time_line ul li.hidden{
        display: flex;
    }
    .company .desc_company .time_line ul{
        flex-wrap: unset;
        flex-direction: column;
        margin-left: 3rem;
    }
    .company .desc_company .time_line ul::before{
        content: "";
        width: 1rem;
        height: 87%;
        position: absolute;
        left: -1rem;
        top: 0;
        background-color: #707070;
    }
    .company .desc_company .time_line ul li:nth-child(1), 
    .company .desc_company .time_line ul li:nth-child(2), 
    .company .desc_company .time_line ul li:nth-child(3),
    .company .desc_company .time_line ul li:nth-child(4),
    .company .desc_company .time_line ul li:nth-child(5),
    .company .desc_company .time_line ul li:nth-child(8),
    .company .desc_company .time_line ul li:nth-child(9){
        flex-direction: row;
        margin: 0 1rem 4rem 2rem;
        width: 98%;
        min-height: 11rem;
        top: unset;
    }
    .company .desc_company .time_line ul li:nth-child(1) picture, 
    .company .desc_company .time_line ul li:nth-child(2) picture, 
    .company .desc_company .time_line ul li:nth-child(3) picture,
    .company .desc_company .time_line ul li:nth-child(4) picture,
    .company .desc_company .time_line ul li:nth-child(5) picture,
    .company .desc_company .time_line ul li:nth-child(8) picture,
    .company .desc_company .time_line ul li:nth-child(9) picture{
        top: 0;
        left: 5rem;
    }
    .company .desc_company .time_line ul li p{
        margin-left: 23rem;
        margin-right: 2rem;
    }
    .company .desc_company .time_line ul li:nth-child(1) .date, 
    .company .desc_company .time_line ul li:nth-child(2) .date, 
    .company .desc_company .time_line ul li:nth-child(3) .date,
    .company .desc_company .time_line ul li:nth-child(4) .date,
    .company .desc_company .time_line ul li:nth-child(5) .date,
    .company .desc_company .time_line ul li:nth-child(8) .date,
    .company .desc_company .time_line ul li:nth-child(9) .date{
        top: 0;
        left: 0;
        margin: unset;
    }
    .company .desc_company .time_line ul li::before{
        content: "";
        width: 2rem;
        height: 2rem;
        background-color: #315198;
        border-radius: 50%;
        position: absolute;
        left: -3.5rem;
        top: -0.5rem;
        z-index: 2;
    }
    .company .desc_company .time_line ul li::after{
        content: "";
        width: 3rem;
        height: 3rem;
        background-color: #31529800;
        border: 0.3rem solid #A9CF44;
        border-radius: 50%;
        position: absolute;
        left: -4rem;
        top: -1rem;
        z-index: 1;
    }
    .company .desc_company .time_line{
        margin-bottom: unset;
    }
}
@media screen and (max-width: 1300px){
    .marketplace{
        flex-direction: column;
        height: 105rem;
        position: relative;
    }
    .marketplace .desc_marketplace{
        width: 90%;
        margin: auto;
    }
    .marketplace .desc_marketplace .info{
        padding-right: 0;
        padding-top: 2rem;
    }
    .marketplace .desc_marketplace .info h3{
        text-align: center;
    }
    .marketplace .image{
        width: 70%;
        height: 60%;
        margin: auto;
    }
    .marketplace .image li {
        width: 100%;
        height: 100%;
    }
    .marketplace .desc_marketplace .buttons{
        display: none;
    }
    .marketplace .arrows{
        display: flex;
    }
}
@media screen and (max-width: 1290px){
    .company .desc_company .desc{
        margin-bottom: 7rem;
    }
}
@media screen and (max-width: 1150px){
    .marketplace .image{
        width: 90%;
    }
}
@media screen and (max-width: 1000px) {
    .products .list_products ul li{
        width: 45%;
        margin-bottom: 5rem;
    }
    .blog .list_blog ul{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .blog .list_blog ul li{
        width: 40%;
        margin-bottom: 5rem;
    }
    .company .desc_company .desc{
        width: 90%;
        text-align: center;
        margin-bottom: 4rem;
    }
}
@media screen and (max-width: 924px){
    .company .desc_company .time_line ul::before{
        height: 86%;
    }
    .company .desc_company .time_line ul li p{
        padding-top: 0.5rem;
    }
}
@media screen and (max-width: 850px){
    .products .list_products ul{
        flex-direction: column;
        align-items: center;
    }
    .products .list_products ul li{
        width: 80%;
        margin-bottom: 5rem;
    }
    .products{
        margin-bottom: 0;
    }
    .products .list_products ul li::before{
        height: 1.2rem;
        bottom: -0.6rem;
    }
    .products .list_products ul li h3{
        min-width: 0;
        width: 96%;
    }
    .blog .list_blog ul li{
        width: 51%;
    }
    .blog .list_blog ul li .info_blog{
        height: 100%;
    }
    .marketplace .arrows{
        bottom: 0.3rem;
    }
}
@media screen and (max-width: 750px){
    .marketplace .image{
        width: 100%;
        height: 55%;
    }
    .marketplace .desc_marketplace .buttons{
        top: 65rem;
        opacity: 1;
    }
}
@media screen and (max-width: 700px){
    .company .desc_company .time_line ul::before{
        display: none;
    }
    .marketplace .arrows{
        bottom: 3.5rem;
    }
    .marketplace .arrows .a svg {
        width: 3rem;
        height: 3rem;
    }
    .marketplace .arrows{
        width: 30%;
        left: 35%;
    }
    .company .desc_company .time_line ul li:nth-child(1), 
    .company .desc_company .time_line ul li:nth-child(2), 
    .company .desc_company .time_line ul li:nth-child(3),
    .company .desc_company .time_line ul li:nth-child(4),
    .company .desc_company .time_line ul li:nth-child(5),
    .company .desc_company .time_line ul li:nth-child(8),
    .company .desc_company .time_line ul li:nth-child(9){
        flex-direction: column;
        justify-content: center;
        margin: 2rem 0;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }
    .company .desc_company .time_line ul li:nth-child(1) .date, 
    .company .desc_company .time_line ul li:nth-child(2) .date, 
    .company .desc_company .time_line ul li:nth-child(3) .date, 
    .company .desc_company .time_line ul li:nth-child(4) .date, 
    .company .desc_company .time_line ul li:nth-child(5) .date, 
    .company .desc_company .time_line ul li:nth-child(8) .date, 
    .company .desc_company .time_line ul li:nth-child(9) .date{
        position: relative;
        text-align: center;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
    }
    .company .desc_company .time_line ul li:nth-child(1) picture, 
    .company .desc_company .time_line ul li:nth-child(2) picture, 
    .company .desc_company .time_line ul li:nth-child(3) picture, 
    .company .desc_company .time_line ul li:nth-child(4) picture, 
    .company .desc_company .time_line ul li:nth-child(5) picture, 
    .company .desc_company .time_line ul li:nth-child(8) picture, 
    .company .desc_company .time_line ul li:nth-child(9) picture{
        position: relative;
        justify-content: center;
        display: flex;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .company .desc_company .time_line ul li p{
        margin: 1.5rem 0 0;
        text-align: center;
    }
    .company .desc_company .time_line ul li::before,
    .company .desc_company .time_line ul li::after{
        left: 50%;
        transform: translate(-50%);
    }
    .company .desc_company .time_line ul{
        margin-left: unset;
    }
}
@media screen and (max-width: 650px){
    .blog .list_blog ul li{
        width: 90%;
    }
    .products .list_products ul li h3{
        font-size: 2.5rem;
    }
    .products .list_products ul li{
        width: 90%;
    }

}
@media screen and (max-width: 510px) {
    .company .desc_company .time_line ul li p{
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 350px) {
    .company .desc_company .time_line ul li p{
        padding-left: 1rem;
    }
    .company .desc_company .time_line ul::before {
        height: 62%;
    }
}