.img-agile img {
    max-height: 300px;
    object-fit: contain;
}

nav[aria-labelledby="system-breadcrumb"] {
    display: none;
}

.breadcrumb a {
    color: #ff6a42;
}

.breadcrumb {
    padding-top: 3rem;
    background-color: inherit;
}

.request-for-more {
    margin-bottom: 88px;
}

.dialog-off-canvas-main-canvas .page-main>.container.course-info {
    padding-top: 5px;
}

.learning_objectives-left {
    margin-bottom: 40px;
    padding: 0;
}

.learning_objectives_title,
.requirements_title {
    font-size: 40px;
    margin-bottom: 20px;
    color: #11142d;
    font-weight: 800;
}

.learning_objectives_content li {
    list-style-type: inherit;
    list-style-position: outside;
}

.learning_objectives_content,
.requirements_content {
    max-width: 696px;
    font-size: 16px;
    line-height: 140%;
    padding-left: 24px;
    row-gap: 12px;
    color: #606176;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.requirements_content li p {
    font-size: 16px;
    display: flex;
    align-items: end;
}

.requirements_content li {
    position: relative;
}

.requirements_content li::after {
    content: "■";
    position: absolute;
    font-size: 5px;
    top: -1px;
    left: -10px;
}

.requirements_content {
    padding-left: 21px;
    row-gap: 12px;
    max-width: 625px;
}

.title-agile {
    font-size: 52px;
    color: #11142d;
    font-weight: 800;
}

.agile-left {
    padding-right: 65px;
}

.agile-left a {
    font-size: 18px;
    text-transform: uppercase;
    border: 1px solid #ff6a42;
    border-radius: 19px;
    padding: 10px 16px 8px 16px;
    color: #ff6a42;
    font-weight: 700;
    text-decoration: none;
}

.agile-left p {
    max-width: 670px;
}

.left-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #606176;
    margin: 40px 0;
}

.agile-right {
    background: #ffffff;
    box-shadow: 0px 4px 12px rgba(177, 191, 212, 0.4);
    border-radius: 16px;
    color: #606176;
    font-family: "GroteskTest";
    font-weight: 400;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 76px;
    font-size: 20px;
    max-width: 500px;
    margin-bottom: 100px;
    padding-bottom: 60px;
}

.agile-right span {
    color: #606176;
    font-weight: 700;
}

.agile-right b {
    font-weight: 700;
    /* margin-right: 10px; */
    color: #11142d;
}

.agile-right a {
    max-width: 420px;
    background: #ff6a42;
    border-radius: 1000px;
    color: white;
    font-size: 24px;
    line-height: 16px;
    box-sizing: border-box;
    font-family: "GroteskTest";
    font-weight: 700;
    text-transform: uppercase;
    padding: 24px 0 24px 0;
    text-decoration: none;
    margin-top: 60px;
}

.agile-right div {
    padding: 10px 0;
    gap: 30px;
}
.agile-right .enroll-now {
    padding-bottom: 0;
}
.agile-right .d-flex:nth-child(1) {
    gap: 24px;
}

.agile-right .d-flex:nth-child(2) {
    gap: 10px;
}

.agile-right .d-flex:nth-child(5)>p {
    padding-left: 4px;
}

.agile-right .enroll-by {
    border-top: solid 2px #8692b5;
    border-bottom: solid 2px #8692b5;
    padding: 20px 0;
    margin-top: 25px;
}

.agile-left img {
    width: 100%;
}

.agile-mana {
    margin-bottom: 0;
}


/* -----------------RESPONSIVE-------------------- */

@media only screen and (max-width: 1399px) {
    .agile-right a {
        margin-top: 48px;
    }
}

@media only screen and (max-width: 1199px) {
    .agile-right {
        padding: 3rem 1.5rem;
    }
    .agile-right a {
        margin-top: 50px;
    }
    .agile-left {
        padding: 0;
        padding-right: 40px;
    }
    .agile-left h1 {
        font-size: 40px;
    }

    .agile-left p {
        max-width: unset;
    }
}

@media only screen and (max-width: 991px) {
    .learning_objectives_title,
    .requirements_title {
        font-size: 44px;
        margin-bottom: 22px;
    }
    .learning_objectives_content,
    .requirements_content {
        max-width: 970px;
        font-size: 18px;
        padding-left: 29px;
        row-gap: 16px;
    }
    .requirements_content {
        padding-left: 21px;
        row-gap: 18px;
    }
    .requirements_content li p {
        font-size: 18px;
    }
    .agile-left {
        padding: 0;
    }
    .agile-left p {
        max-width: unset;
    }
    .agile-right {
        max-width: unset;
    }
    .agile-mana {
        margin-bottom: -20px;
    }
    .agile-left div:last-child {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 761px) {}

@media only screen and (max-width: 576px) {
    .learning_objectives_title,
    .requirements_title {
        font-size: 40px;
        margin-bottom: 22px;
    }
    .learning_objectives_content,
    .requirements_content {
        font-size: 16px;
        padding-left: 25px;
    }
    .requirements_content {
        padding-left: 18px;
    }
    .requirements_content li p {
        font-size: 16px;
    }
    .agile-left a {
        font-size: 15px;
    }
    .agile-right {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {}
