@font-face {
    font-family: SatoshiRegular;
    src: url(fonts/satoshi/Satoshi-Regular.woff2);
}

@font-face {
    font-family: SatoshiMedium;
    src: url(fonts/satoshi/Satoshi-Medium.woff2);
}

@font-face {
    font-family: SatoshiBlack;
    src: url(fonts/satoshi/Satoshi-Black.woff2);
}

@font-face {
    font-family: SatoshiBold;
    src: url(fonts/satoshi/Satoshi-Bold.woff2);
}

:root {
    --color-rm-orange-bg: #FBF0E1;
    --color-rm-white: #FFFFFF;
    --color-rm-brown: #FFEBCC;
    --color-ph-line: #DA694F;
    --themedarkgrey: #282828;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.course-cta-section * {
    box-sizing: border-box;
    margin: 0px;
    outline: none;
}

.course-cta-section {
    background: #FFEBCC;
    border-radius: 25px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position: relative;
    margin: auto;
}

.landing-course-request-cta {
    max-width: 1024px;
    width: 100%;
}

.course-cta-card-left {
    margin-bottom: 24px;
    text-align: left;
}

.course-cta-card-left h2 {
    font-size: 38px;
    margin-bottom: 18px;
    font-family: SatoshiBlack;
}

.course-cta-card-left span {
    background: var(--themedarkgrey);
    color: var(--color-rm-white);
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 15px;
    font-family: SatoshiBold;
    line-height: 32%;
    display: inline-flex;
    width: 114px;
    height: 25px;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.course-cta-card-left p {
    line-height: 30px;
    font-family: 'SatoshiRegular';
    font-size: 16px;
    color: #212224;
}

.course-cta-card-right {
    width: 100%;
    position: relative;
}

.gs-courses-cta-card {
    display: flex;
    flex-wrap: wrap;
    margin-top: 11px;
}

.course-cta-card-right .gs-courses-cta-card span {
    background: var(--color-rm-white);
    color: var(--themedarkgrey);
    font-size: 12px;
    border-radius: 25px;
    border: 1px solid var(--color-rm-orange-bg);
    margin: 0 10px 10px 0;
    font-family: 'SatoshiRegular';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
}

.course-cta-card-right .gs-courses-cta-card span a {
    font-family: SatoshiBold;
}

.callback-course-cta-wrapper {
    padding: 24px;
    position: relative;
}

.callback-course-cta-wrapper .cta-grey-bg {
    position: absolute;
    left: 0;
    right: 0;
    height: 50%;
    background: #F6F6F6;
    z-index: 0;
}

.callback-course-cta-wrapper .cta-grey-bg.top-position {
    top: 0;
}

.callback-course-cta-wrapper .cta-grey-bg.bottom-position {
    bottom: 0;
}

.callback-course-cta-wrapper .orange-bottom,
.callback-course-cta-wrapper .cta-grey-bg.orange-bottom {
    background: #FFFAF0;
    bottom: 0;
    top: auto;
}

@media (min-width:375px) {
    .course-cta-card-left p {
        font-size: 18px;
    }
}

@media (min-width:600px) {
    .course-cta-section {
        flex-direction: row;
    }

    .course-cta-card-left {
        margin: 0px;
        margin-right: 24px;
    }
}

@media (min-width: 768px) {
    .landing-course-request-cta {
        max-width: 680px;
    }


}

@media (min-width: 1000px) {
    .landing-course-request-cta {
        max-width: 900px;
    }

    .course-cta-card-right .gs-courses-cta-card span {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .landing-course-request-cta {
        max-width: 1024px;
    }

    .course-cta-section {
        padding: 46px;
    }

    .course-cta-card-right .gs-courses-cta-card span {
        font-size: 16px;
    }
}

@media (min-width:1440px) {

    .landing-course-request-cta {
        max-width: 1264px;
    }
}