.twelve-sunlight-wrapper{
    margin: 0 auto;
    background-color: black;
    display: flex;
    justify-content: center;
    padding: 5% 20% 0;
}
.twelve-sunlight-container{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    bottom: 75px;
}
.twelve-sunlight-card{
    /* max-width: 170px; */
    width: 170px;
    padding: 10px 13px;
    display: flex;
    justify-content: space-around;
    background-color: #141515;
    /* background-color: white; */
    border-radius: 10px;
    margin: 0 6px;
    align-items: center;
}
.twelve-sunlight-icon img{
    max-width: none !important;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.twelve-sunlight-info{
    text-align: left;
    font-family: Roboto;
}
.twelve-sunlight-info h4{
    font-size: 13px;
    color: #898989;
    line-height: 15.17px;
}
.twelve-sunlight-info p{
    font-size: 11px;
    color: #898989;
}
@media only screen and (max-width: 1580px){
    .twelve-sunlight-wrapper{
        padding: 5% 15% 0;
    }
}
@media only screen and (max-width: 550px){
    .twelve-sunlight-container{
        flex-direction: column;
        bottom: 0;
    }
    .twelve-sunlight-card{
        margin-bottom: 15px;
        
    }
    .twelve-sunlight-wrapper{
        padding: 5% 10% 10%;
    }
}