body::after{
    background: none;
}

.container{
    padding-bottom: 120px;
}
.pattern1_advantages{
    padding: 50px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;   
    letter-spacing: 0.03em;
    
    color: #13254E;
}

@media (max-width: 1100px) {
    body{
        background: left top / 100% no-repeat url("../images/EllipseM13.svg"),#13254E;
    }
    .container{
        padding: 0 20px;
        padding-bottom: 80px;
    }
    .pattern1_advantages{

        margin: unset;
        margin-top: 30px;
        padding: 20px 15px;
    
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 10px;
        line-height: 120%;
        letter-spacing: 0.03em;
    }
}