.main_factors{
    position: relative;
    max-width: unset;
}
.main_factors::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background: 100% -535px / auto no-repeat url(../images/Ellipse10.svg)
}
.main_factors_container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 100px 100px 300px 100px;
    max-width: 1440px;
}
.main_factors_heading{
    width: 100%;
    font-family: Orchidea Pro;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 120%;
    text-align: right;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.9);
}
.main_factors_round_logo{
    position: relative;
    margin-top: 30px;
    margin-bottom: 80px;
    width: 100%;
    height: 100%;
    max-width: 410px;
    max-height: 410px;
    background: center / cover no-repeat url("../images/586cb7654051220ce1b3678a94b1bf81.gif");
    background-size: contain;
}
.main_factors_round_logo::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:  center / 50% no-repeat url(../images/logo_r.svg);
}
.main_factors_logo_content{
    display: flex;
    justify-content: center;
    max-width: 410px;
}
.main_factors_text_content_wrapepr{
    display: flex;
    justify-content: center;
    padding-left: 50px;
}
.main_factors_text_content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 100px;
    grid-column-gap: 70px;
    width: 100%;
    max-width: 702px;
}
.main_factors_card_title{
    margin-top: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}
.main_factors_card_text{
    margin-top: 20px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

@media (max-width: 1312px) {
    /* .main_factors_logo_content{
        margin: 0 auto;
    }
    .main_factors_text_content_wrapepr{
        margin: 0 auto;
    } */
}

@media (max-width: 1100px) {
    .main_factors::before{
        background: right 100% / cover no-repeat url(../images/EllipseM3.svg), left  0% / cover no-repeat url(../images/EllipseM4.svg);
    }
    .main_factors_heading{
        padding: 40px;
        font-family: Orchidea Pro;
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
    .main_factors_round_logo {
        display: none;
        width: 100%;
        object-fit: contain;
    }
    .main_factors_text_content{
        grid-template-columns: 1fr;
        grid-row-gap: unset;
        grid-column-gap: unset;
        width: unset;
        max-width: unset;
    }
    .main_factors_card > img{
        display: block;
        margin: 0 auto;
    }
    .main_factors_card_title{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 120%;
        text-align: center;
        letter-spacing: 0.05em;
    }
    .main_factors_card_text{
        margin-top: 10px;
        margin-bottom: 50px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 11px;
        line-height: 120%;
        align-items: center;
        text-align: center;
        letter-spacing: 0.05em;
        color: #FFFFFF;
    }
    .main_factors_container{
        display: block;
        margin-bottom: 0px;
        padding: 0 15px;
    }   
    .main_factors_text_content_wrapepr{
        padding: unset;
    }
}