.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for shortcode, class: .elementor-element-5a6c902 */html {
    font-size: 16px;
}

.moiklass-course-main {
    font-family: Montserrat, sans-serif;
}

@media (min-width: 1024px) {
    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.grid-cols-2 {
    gap: 2rem;
    align-items: center;
    display: grid;
}

.rounded-lg {
    border-radius: 16px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .h1-course {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media (min-width: 640px) {
    .h1-course {
        font-size: 3rem;
        line-height: 1;
    }
}

.h1-course {
    font-weight: 800;
}

.h1-course .text-primary {
    color: rgb(43 90 224);
}

.h1-course .text-sub {
    color: rgb(55 65 81);
    font-size: 1.5rem;
    line-height: 2rem;
    display: block;
    margin-top: 0.75rem;
}

.moiklass-course-main .descr {
    font-size: 1.25rem;
    color: rgb(75 85 99);
}

.moiklass-course-main .full-descr {
    font-size: 1rem;
    padding: 3rem 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6450e64 */h2.section {
    text-align: center;
    font-weight: 800;
    font-size: 2rem;
    margin: 2rem 0 1rem;
    display: block;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-dcb8d01 */.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.overflow-hidden11 {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.overflow-hidden11 img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.mb-8 {
    margin-bottom: 2rem;
}

.h-64 {
    height: 16rem;
}


.w-full {
    width: 100%;
}

.grid-cols-3 {
    grid-auto-flow: column;
  grid-auto-columns: minmax(100px, 1fr);
    display: grid;
    gap: 2rem;
    justify-content: center;
}

.grid-cols-3 .p-6 {
    padding: 1rem;
}

.grid-cols-3 > * {
    width: 100%;
    max-width: 24rem;
}

.container0 {
  display: flex;
  justify-content: center;
  width: 100%;
}/* End custom CSS */