html, body{

}
.course-data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    padding: 2rem 2rem 4rem 2rem;
    border: 1px solid transparent;
    border-bottom: 1px solid rgb(228, 228, 228);
    margin: 0rem 0rem 4rem 0rem;
    background-color: white;
    position: relative;
    top: -6rem;
    border-radius: 4rem 4rem 0rem 0rem;

    @media screen and (max-width: 1279px) {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 4rem;
        margin-bottom: 0rem;
    }
}

.t_p-2 {
    padding: 0.5rem;
}

.course-data>div {
    grid-row: span 1;
    grid-column: span 1;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;

    @media screen and (max-width: 1024px) {
        gap: auto;

    }
}

.course-data svg {
    flex-shrink: 0 !important;
}

.t_flex-col {
    display: flex;
    flex-direction: column;
}

.t_justify-center {
    justify-content: center;
}

.flex {
    display: flex;
}

.lg-flex-col {
    @media screen and (max-width: 1024px) {
        display: flex;
        flex-direction: column;

    }

}
.text-center{
    text-align: center;
}
.lg-text-center {
    @media screen and (max-width: 1024px) {
        text-align: center;

    }

}

.lg-justify-center {
    @media screen and (max-width: 1024px) {
        justify-content: center;
    }
}
.t_align-center{
    align-items: center;
}
.lg-align-center {
    @media screen and (max-width: 1024px) {
        align-items: center;
    }
}

.gap-big {
    gap: 4rem;

    @media screen and (max-width: 1024px) {
        gap: 2rem;
    }
}
.gap-extra{
    gap: 12rem;

    @media screen and (max-width: 1024px) {
        gap: 8rem;
    }
}
.t_text-big {
    font-size: 1.6rem;
}

.center {
    align-items: center;
    justify-content: center;
}

.block {
    display: block;
}

.negative-spacing {
    margin: 4rem 0rem
}

.t_items-start {
    align-items: flex-start;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.cart-box {
    width: 22rem;
    border-radius: 1.5rem;
    padding: 2rem;
    justify-self: center;
    top: 30%;
    background: white;
    z-index: 20;
    grid-column-start: 2;
    align-self: center;
    margin: 6rem 0rem;
    display: none;
    @media screen and (min-width: 1024px) {
        display: block;
        position: sticky !important;
        margin: 0rem 0rem;
        align-self: flex-start;
    }
}

.cart-box-mobile {
    border-radius: 1.5rem;
    padding: 2rem;
    background: white;
    z-index: 20;
    display: table;
    justify-self: center;
    @media screen and (min-width: 1024px) {
        display: none;
        position: sticky !important;
        margin: 0rem 0rem;
        align-self: flex-start;
    }
}

.gray-outline {
    border: 1px solid rgb(228, 228, 228);
}

.gray-break {
    border-top: 1px solid rgb(228, 228, 228);
    border-bottom: 1px solid rgb(228, 228, 228);
    padding: 2rem 0rem
}

.field--name-title {
    font-size: 2rem;
    font-weight: bold;

}

.orange-button {
    background-color: #fea82d;
    font-size: 1.4rem;
    font-weight: 400;
    color: white;
    letter-spacing: 0.2rem;
    border: 0px solid transparent;
    padding: 1.4rem;
    border-radius: 1.2rem;

    width: fit-content;
    margin: 2rem;
}

.orange-button:hover {
    text-decoration: none !important;
    transform: scale(1.02);
    transition: all 300ms;
    color: white;
}

.button--add-to-cart {
    background-color: #18d55b !important;
    font-size: 1.6rem !important;
    border: 0px solid transparent !important;
}

.button--contact {
    background-color: #fea82d !important;
    border-color: #fea82d !important;
}

.button--add-to-cart:hover {
    text-decoration: none !important;
    transform: scale(1.02);
    transition: all 300ms;
}

.course-container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-template-rows: 1fr;
    align-items: flex-start;
    gap: 2rem;

    @media screen and (max-width: 1279px) {
        grid-template-columns: 1fr 20%;
    }
    @media screen and (max-width: 1024px) {
        display: flex;
        flex-direction: column;
        padding: 0.2rem;
    }
}

.course-img-container {
    width: 15rem;
    height: 15rem;
    border-radius: 100%;
    overflow: clip;
    border: 2px solid rgb(228, 228, 228);

    @media screen and (max-width: 1024px) {
        width: 15rem;
        height: 15rem;
    }

}

.course-img {
    width: 100%;
    object-fit: cover;

}

.hosts-container{
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
    @media screen and (max-width: 1024px) {
        direction: column;
    }
}

.hosts-container a {
    color: #7b0074 !important;
}

/* Changing default avigon styles */
.row {


}

/* Changing default avigon styles */
.main-container {

}
/* Changing default avigon styles */
.course-full-upperLeft {

}
/* Changing default avigon styles */
.course-full-upperLeft>.column {

}
/* Changing default avigon styles */
.course-post {
    margin: 0px 0px 0px 0px !important;
    width: 100% !important;
    max-width: 100vw !important;
    grid-column-start: 1;
    grid-row-start: 1;
    @media screen and (max-width: 640px) {
        padding: 0.2rem !important;
    }
}

/* Changing default avigon styles */
.course-full-picture>img {
    width: 100% !important;
}
/* Changing default avigon styles */
.profilverify {
    @media screen and (max-width: 1024px) {
        max-width: 15rem;

    }
}
