.course-content .justify-between {
    justify-content: space-evenly;
}

@media (max-width: 768px) {
    .admin-bar .site-header {
        top: -1px;
    }

    .brand-logo {
        max-width: 150px!important;
    }

    .bg-center {
        background-position: -140px;
    }

    .elementor-section {
        padding-top: 0;
    }

    .platform-area .column-title {
        text-align: center;
    }

    .elementor-container .elementor-column-gap-narrow{
        gap: 25px;
    }
}

a .brand-logo img {
    max-width: 150px!important;
}