.twelve-pro-efficient-wrapper{
    margin: 0 auto;
    color: white;
    font-family: Roboto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.twelve-pro-efficient-content{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 40%;
}
.twelve-pro-efficient-card{
    max-width: 331px;
    background-color: #1B1B1B;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    margin: 0 5px;
    text-align: left;
    
}
.twelve-pro-efficient-bottom img{
    max-width: none !important;
    width: 100%;
}
.twelve-pro-efficient-left img{
    /* width: 100%; */
    max-width: none !important;
}
.twelve-pro-efficient-right h4{
    font-size: 18px;
    margin-bottom: 25px;
}
.twelve-pro-efficient-right p{
    font-size: 10px;
    color: #A5A5A5;
}
.twelve-pro-efficient-heading{
    font-size: 29px;
    font-weight: bold;
    padding: 10% 10% 0;
}
@media only screen and (max-width: 1560px){
    .twelve-pro-efficient-card{
        max-width: 300px;
    }
    .twelve-pro-efficient-content{
        top: 30%;
    }
}
@media only screen and (max-width: 1400px){
    .twelve-pro-efficient-card{
        max-width: 300px;
        margin: 5px 0;
    }
    .twelve-pro-efficient-content{
        position: relative;
        margin-top: 50px;
        flex-direction: column;
    }
    .twelve-pro-efficient-bottom{
        display: none;
    }
}
@media only screen and (max-width: 1080px){
    .twelve-pro-efficient-card{
        max-width: 330px;
        margin: 0 5px;
    }
    .twelve-pro-efficient-content{
        position: absolute;
        flex-direction: row;
        top: 25%;
    }
    .twelve-pro-efficient-bottom{
        display: block;
    }
}
@media only screen and (max-width: 726px){
    .twelve-pro-efficient-card{
        max-width: 330px;
        margin: 10px 0;
    }
    .twelve-pro-efficient-content{
        position: relative;
        margin-top: 50px;
        flex-direction: column;
    }
    .twelve-pro-efficient-bottom{
        display: none;
    }
    .twelve-pro-efficient-wrapper{
        padding: 0 0 10%;
    }
}
@media only screen and (max-width: 490px){
    .twelve-pro-efficient-card{
        max-width: 330px;
        margin: 10px 0;
    }
    .twelve-pro-efficient-content{
        position: relative;
        margin-top: 50px;
        flex-direction: column;
    }
    .twelve-pro-efficient-heading{
        text-align: left;
        padding: 10% 0;
        font-size: 25px;
    }
    .twelve-pro-efficient-bottom{
        display: none;
    }
    .twelve-pro-efficient-wrapper{
        padding: 0 10% 10%;
    }
}
