.twelve-focus-wrapper{
    text-align: center;
    color: white;
    font-family: Roboto;
    padding: 10% 20% 10%;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    justify-content: space-between;
}
.twelve-focus-wrapper h2{
    font-size: 71px;
    line-height: 121%;
    font-weight: 700;
    margin-bottom: 70px;
}
.twelve-focus-wrapper div h3{
    font-size: 29px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
}
.twelve-focus-wrapper div p{
    color: #A5A5A5;
    font-size: 13px;
    line-height: 16px;
}
@media only screen and (max-width: 1400px){
    .twelve-focus-wrapper h2{
    font-size: 64px;
    line-height: 121%;
    font-weight: 700;
    }
}
@media only screen and (max-width: 1200px){
    .twelve-focus-wrapper h2{
    font-size: 58px;
    line-height: 111%;
    font-weight: 700;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-focus-wrapper h2{
        font-size: 71px;
        line-height: 121%;
        font-weight: 700;
    }
}
@media only screen and (max-width: 725px){
    .twelve-focus-wrapper h2{
        font-size: 55px;
        line-height: 111%;
        font-weight: 700;
    }
    .twelve-focus-wrapper{
        justify-content: space-evenly;
        text-align: left;
        padding: 0 10% 5%;
    }
}
@media only screen and (max-width: 490px){
    .twelve-focus-wrapper h2{
        font-size: 47px;
        line-height: 100%;
        font-weight: 700;
    }
    .twelve-focus-wrapper{
        padding: 0% 10% 5%;
        
    }
}