main {
    background-color: black;
}

body{
    min-width: 320px;
    margin: 0;
    padding: 0;
}
.years30 .container {
    max-width: 1280px;
    background-color: #000000;
    padding: 140px 108px;
}


.years30 .container_inner {
    padding: 138px 0;
}

.years30 a {
    text-decoration: none;
    display:block;
}
.years30 .ears_title {
    color: #FFFFFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;
    font-family: "MMC";
 }
 
 .years30 .ears_text {
    color: #FFFFFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    
 }

 .years30 .card_ears {
     padding: 70px 50px;
     background-color: #686D71;
     color: #E5E5E5;
     width: 31%;
 }

 .years30 .ears_text-gray {
    color: #E5E5E5;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
 }

 .years30 .card_ears-age {
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: center; 
 }

 .years30 .card_ears-text-big {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;  
}

.years30 .card_ears-text-percent {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;

}

.years30 .mb-6 {
    margin-bottom: 117px;
}

.years30 .ears_btn-red {
    border: unset;
    display: inline-block;
    padding: 10px 80px;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0em;  
    text-align: center;
    background-color: #E3000B;;
    color:  #FFFFFF;
}

.mx-auto.calc {
    display:flex;
}
.ligal {
    margin-top: 40px;
    color: #FFFFFF;
}

@media(max-width:1200px) {
    .years30 .container {
        padding: 70px 20px;
    }
    .years30 .card_ears-age {
        font-size: 36px;
        line-height: 40px;
    }

    .years30 .card_ears {
        padding: 40px 20px;
    }

    .years30 .card_ears-text-big {
        font-size: 30px;
        line-height: 44px;
    }
}

@media(max-width:950px) {
    .years30 .ears_title {
        font-size: 36px;
        line-height: 40px;
    }

    .years30 .ears_text {
        font-size: 16px;
        line-height: 20px;
    }
    .years30 .card_ears-age {
        font-size: 24px;
        line-height: 30px;
    }

    .years30 .card_ears {
        padding: 40px 10px;
    }

    .years30 .card_ears-text-big {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(max-width:540px) {

    .years30 .logo_mmc {
        width: 60%;
    }
    .years30 .mb-6 {
        margin-bottom: 50px;
    }

    .years30 .ears_text {
        font-size: 12px;
        line-height:14px;
    }

    .years30 .ears_title {
        font-size: 24px;
        line-height: 30px;
    }

    .years30 .ears_text-gray {
        font-size: 14px;
    }

    .years30 .card_ears-text-percent {
        font-size: 36px;
        line-height: 40px;
    }
    .years30 .card_ears-age {
        font-size: 20px;
        line-height: 24px;
    }

    .years30 .card_ears {
        padding: 40px 10px;
    }

    .years30 .card_ears-text-big {
        font-size: 16px;
        line-height: 20px;
    }

    .years30 .ears_btn-red {
        font-size: 16px;
        line-height: 22px;
    }


    
}

 