/* targets the svg wrapper */
.wp-benefits-svg {
    position: relative; 
    height: 0; 
    width: 100%; 
    padding: 0;
    padding-bottom: 60px; 
    max-width: 60px;
    margin-bottom: 8px;
}

/* targets the svg icon */
.wp-benefits-svg svg {
    position: absolute; 
    height: 100%; 
    width: 100%; 
    left: 0; 
    top: 0;
}

/* targets the svg from the why buy from autodesk section */
.wp-benefits-why-buy-with-autodesk svg {
    width: 44px;
    height: 44px;
}
