.prods-megamenu {
    display: grid;
    gap: 20px 0px;
}

.prods-megamenu .prods-megamenu-item a {
    font-family: "Manrope";
    font-weight: 400;
    font-size: 14px;
    color: #15003E;
}

.prods-megamenu .prods-megamenu-item a:hover {
    color: #5B44F5;
}

.view-all-courses-megamenu {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.view-all-courses-megamenu a {
    color: #5B44F5;
    font-family: "Manrope";
    font-size: 16px;
    font-weight: 700;
}

.view-all-courses-megamenu:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -31px;
    width: 23px;
    height: 14px;
    transform: translateY(-50%);
    background-image: url(/wp-content/uploads/2022/07/arrowBlue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
