/* ============================================= */
/*       Own The Journey CTA Section Styles      */
/* ============================================= */

.CTA-bg {
  background-image: url('../../medias/home/CTA_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.own-the-journey-section {
    padding: 150px 0;
}

.own-the-journey-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 48px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.own-the-journey-text-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 21px;
}

.own-the-journey-title {
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 16px;
}

.own-the-journey-description {
    font-size: 15.75px;
    line-height: 27px;
    color: #4a5568;
}

.own-the-journey-button-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* ============================================= */
/*           Responsive Styles                   */
/* ============================================= */

@media (min-width: 768px) {
    .own-the-journey-title {
        line-height: 72px;
    }
}

@media (min-width: 1024px) {
    .own-the-journey-title {
        font-size: 54px;
        line-height: 72px;
    }
}


@media (min-width: 1280px) {
    .own-the-journey-section {
        padding-left: 40px;
        padding-right: 40px;
    }

    .own-the-journey-wrapper {
        max-width: 1240px;
        padding-left: 0;
        padding-right: 0;
    }
}