.layout-latest_products .main_title svg {
    position: relative;
    width: 10px;
    vertical-align: super;
    top: 2px;
}
@media(min-width: 768px) {
    .layout-latest_products .main_title svg {
        width: 15px;
    }
}
@media(min-width: 1200px) {
    .layout-latest_products .main_title svg {
        width: 20px;
    }
}