<style type="text/css"> 
/* Inline styling - Start */
 main {
     display: flex;
     flex-direction: column;
}
 .banner-section--container {
     display: flex;
     width: 85%;
     justify-content: space-between;
     margin: 0 auto;
     flex-direction: row;
     align-items: center;
}
 .home-banner--container {
     width: 100%;
     height: auto;
     box-sizing: border-box;
     display: block;
     margin: 0px;
     padding: 50px;
     background-color: #e6e6e6;
     font-family: "Open Sans", sans-serif;
     box-sizing: border-box;
     background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://britishcollegeofjournalism.com/Media/Home/fjuk-home-banner.webp");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
}
 .banner-wrapper {
     width: 100%;
     height: auto;
     display: flex;
     flex-direction: row;
     box-sizing: border-box;
     margin: 0px auto;
}
 .banner-content--container {
     width: 100%;
     height: auto;
     box-sizing: border-box;
     padding: 0px;
}
 .home-banner-title, .home-banner-sub-title {
     font-family: "Open Sans", sans-serif;
     font-weight: 400;
     line-height: 1.25em;
     text-align: left;
     padding: 0px;
     width: 100%;
     display: inline-block;
     margin: 0px 0px 20px;
     box-sizing: border-box;
     color:white;
}
 .home-banner-title {
     font-size: 2.5rem;
    /* color: #980747;
     */
     color: white;
}
 .home-banner-sub-title {
     font-size: 1.75rem;
     color: white;
}
 .home-banner-title strong {
     font-weight: 600;
}
 .home-banner-btn, .home-banner-btn:visited {
     width: 80%;
     max-width: 400px;
     display: block;
     position: absolute;
     top: 540px;
     cursor: pointer;
     height: auto;
     background-color: #980747;
     color: #fff;
     text-decoration: none;
     margin: 0px;
     padding: 15px 10px;
     box-sizing: border-box;
     text-align: center;
     text-transform: capitalize;
     font-size: 1.5rem;
     font-family: "Open Sans", sans-serif;
     font-weight: normal;
     line-height: 1.5em;
     transition: background-color 0.5s ease-in-out;
}
 .home-banner-btn svg {
     width: 18px;
     height: 18px;
     transform: translateY(20%);
    /* margin: 5px 0px 0px;
     */
     padding: 0px;
}
 .home-banner-btn:hover, .home-banner-btn:focus {
     background-color: #333;
     color: #fff;
}
 .mobile-banner-img {
     width: 100%;
     height: auto;
}
 .header-creditations {
     display: flex;
     margin-block: 20px;
     justify-content: space-around;
     margin-top: 80px;
     background: #ffffff80;
     padding: 20px;
     align-items: center;
     border-radius: 10px;
     min-width: 675px;
}
 .palette--container {
     width: 100%;
     margin: -50px auto 0px;
     padding: 0px 15px;
     display: flex;
     box-sizing: border-box;
     width: 100%;
     flex-direction: row;
     flex-wrap: wrap;
}
 .palette-item {
     width: 100%;
     padding: 35px;
     box-sizing: border-box;
     background-color: #d7dce2;
     margin: 0px 0px 15px;
}
 .palette-item:last-child {
     margin: 0px 0px 0px;
}
 .palette-title, .palette-content, .palette-link, .palette-link:visited {
     width: 100%;
     height: auto;
     font-family: "Open Sans", sans-serif;
     line-height: 1.45em;
     display: inline-block;
     box-sizing: border-box;
}
 .palette-title, .palette-content {
     text-align: left;
     margin: 0px 0px 10px;
     color: #111;
}
 .palette-title {
     font-size: 1.75rem;
     font-weight: 600;
}
 .palette-content {
     font-size: 1.5rem;
}
 .palette-link, .palette-link:visited {
     font-size: 1.2rem;
     text-align: center;
     text-decoration: none;
     text-transform: uppercase;
     color: #fff;
     background-color: #444;
     padding: 10px;
     transition: background-color 0.5s ease-in-out;
     margin: 15px 0px 0px;
}
 .palette-link:hover, .palette-link:focus {
     background-color: #111111;
     color: #fff;
}
 .form-horizontal #btnSubmit, .form-horizontal #btnSubmit:visited {
     white-space: normal;
}

 @media (min-width: 580px) {
     .banner-content--container {
         padding: 15px;
         background-color: #ffffffaa;
    }
     .home-banner-btn {
         display: inline-block;
         position: relative;
         top: 0;
    }
}
 @media (min-width: 768px) {
     .banner-wrapper {
         max-width: 720px;
         align-items: center;
    }
     .banner-content--container {
         width: 50%;
         padding: 0px;
         background-color: transparent;
    }
     .home-banner-title {
         font-size: 3.5rem;
    }
     .home-banner-sub-title {
         font-size: 2.5rem;
        /* font-weight: bold;
         */
    }
     .home-banner-btn {
         font-size: 1.75rem;
    }
     .course-column.lead-form--container {
         width: 100%!important;
    }
     .palette--container {
         max-width: calc(720px + 29px);
        /* max-width: calc(90% + 29px);
         */
         padding: 0px 8px;
         margin: -250px auto 0px;
    }
     .palette-item, .palette-item:last-child {
         width: calc(50% - 14px);
         margin: 7px;
         padding: 20px;
    }
     .palette-title, .palette-content {
         margin: 0px 0px 10px;
    }
     .palette-title {
         font-size: 2rem;
         height: 58px;
    }
     .palette-content {
         font-size: 1.75rem;
         font-weight: 400;
         height: 102px;
    }
     .palette-link {
         font-size: 2rem;
         padding: 10px;
         margin: 10px 0px 0px;
    }
}
 @media (min-width: 992px) {
     .banner-wrapper {
         max-width: 960px;
    }
     .home-banner-title {
         font-size: 4rem;
    }
     .home-banner-sub-title {
         font-size: 2.5rem;
    }
     .home-banner-btn {
         font-size: 1.85rem;
         width: auto;
         padding: 15px 20px;
    }
     .home-banner-btn svg {
         width: 22px;
         height: 22px;
    }
     .palette--container {
         max-width: calc(960px + 29px);
    }
     .palette-item, .palette-item:last-child {
         width: calc(25% - 14px);
         padding: 15px;
    }
     .palette-title, .palette-content {
         margin: 0px 0px 10px;
    }
     .palette-title {
         font-size: 1.75rem;
         height: 76px;
    }
     .palette-content {
         font-size: 1.45rem;
         height: 102px;
    }
     .palette-link {
         font-size: 1.3rem;
         padding: 10px;
         margin: 5px 0px 0px;
    }
}
 @media (min-width: 1200px) {
     .banner-wrapper {
         max-width: 1170px;
    }
     .home-banner-title {
         font-size: 4.25rem;
    }
     .home-banner-btn {
         font-size: 2rem;
    }
     .palette-item, .palette-item:last-child {
         padding: 20px;
         max-width: 275px;
    }
     .palette--container {
         max-width: calc(1170px + 29px);
         justify-content: space-between;
    }
     .palette-title {
         font-size: 2.15rem;
         height: 93.5px;
    }
     .palette-content {
         font-size: 1.7rem;
         height: 119.5px;
    }
     .palette-link {
         font-size: 1.55rem;
         margin: 10px 0px 0px;
    }
}
 @media (min-width: 1440px) {
     .home-banner--container {
         padding: 50px;
         background-position: center;
    }
     .banner-wrapper {
         max-width: 1300px;
    }
     .palette--container {
         max-width: calc(1300px + 29px);
    }
    .form-horizontal .control-label {
        font-size: 12px;
    }
}
/* Inline styling - End */
/* template css - Start */
 .page-id-125 .block-title, .page-id-125 .testimonial-section--title, .page-id-125 .reason--title {
     margin: 0px 0px 15px;
}
 .course--container, .reasons--container {
     padding: 20px 15px;
}
 .college--container, .testimonial-section--container {
     padding: 20px 0px;
}
 .course--container {
     width: 100%;
     height: auto;
     display: flex;
     flex-direction: column;
     justify-content: flex-start;
     box-sizing: border-box;
}
 .course--wrapper {
     width: 100%;
     box-sizing: border-box;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     align-items: stretch;
}
 .course-column {
     width: 100%;
     box-sizing: border-box;
     display: inline-block;
}
 .course-glance--container {
     width: 100%;
     background-color: #980747;
     padding: 20px 15px 15px;
     color: #fff;
     max-width: unset;
}
 .course-right-title {
     color: #fff;
     text-align: center;
     margin: 0px 0px 15px;
     padding: 0px 0px 15px;
     border-bottom: 3px solid;
     font-size: 2rem;
}
 .course-item {
     width: 100%;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     box-sizing: border-box;
     padding: 15px;
     align-items: center;
}
 .course-icon {
     width: 50px;
     height: 50px;
     margin: 0px 20px 0px 0px;
}
 .course-right-content {
     width: calc(100% - 70px);
     color: #fff;
     margin: 0px;
}
 .course-right-content h5, .course-right-content p {
     color: inherit;
}
 .course-right-content h5 {
     margin: 0px 0px 10px;
}
 .course-right-content p {
     margin: 0px;
}
 .left-course--footer {
     width: calc(100% + 14px);
     margin: 0px 0px 30px;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: center;
     box-sizing: border-box;
}
 .course-btn--container, .trustpilot-alt-widget {
     width: 100%;
}
 .left-course-btn, .left-course-btn:visited {
     width: 100%;
     background-color: #980747;
     color: #fff;
     padding: 10px 15px;
     transition: background-color 0.5s ease-in-out;
     margin: 0px;
     display: inline-block;
     box-sizing: border-box;
     text-align: center;
}
 .left-course-btn:hover, .left-course-btn:focus {
     background-color: #333;
     color: #fff;
}
 .course-btn--container {
     width: 100%;
}
 .trustpilot-alt-widget .img-responsive {
     max-width: 250px;
     margin: 10px auto;
}
 .study-block--container {
     width: 100%;
     height: auto;
     box-sizing: border-box;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 20px 15px 300px;
     position: relative;
     z-index: 1;
}
 .section-bg-image {
     position: absolute;
     inset: 0px;
     object-fit: cover;
     object-position: center;
     width: 100%;
     height: 100%;
     isolation: isolate;
     z-index: -1;
}
 .study-block--wrapper {
     width: 100%;
     margin: 0px;
}
 .study-block--content {
     display: flex;
     flex-direction: column;
}
 .study-block--content .block-title {
     color: black;
     width: 100%;
     font-size: 3rem;
     text-align: center;
}
 .study-block--item {
     width: 100%;
     height: auto;
     display: flex;
     align-items: center;
     box-sizing: border-box;
     padding: 15px;
    /* margin: 0px 0px 15px;
     */
     background-color: #ffffffaa;
}
 .study-block-icon {
     width: 60px;
     height: 60px;
     display: inline-block;
     box-sizing: border-box;
     margin: 0px 15px 0px 0px;
}
 .study-block--text {
     width: calc(100% - 75px);
}
 .study-block--text h5 {
     color: #111;
     font-size: 2rem;
     margin: 0px 0px 10px;
}
 .study-block--text p {
     color: #111;
     font-size: 1.45rem;
     margin: 0px;
}
 .college--container {
     width: 100%;
     display: flex;
     flex-direction: column;
     justify-content: center;
}
 .flex-row {
     width: 100%;
     box-sizing: border-box;
     align-items: stretch;
}
 .flex-column {
     margin: 0px;
     padding: 15px;
     box-sizing: border-box;
     display: inline-block;
}
 .reasons--wrapper {
     background-color: #980747;
     padding: 20px;
     border-radius: 15px;
}
 .reasons-focus--container {
     background-color: #f4f4f4;
     border-radius: 15px;
}
 .page-id-125 .reason-focus-title {
     margin: 0px 0px 15px;
}
 .reasons-content--container {
     color: #fff;
}
 .reason {
     margin: 0px 0px 10px;
     counter-increment: reason-counter;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
}
 .reason::before {
     content: counter(reason-counter) ".";
     margin: 0px 10px;
     font-size: 2rem;
     font-weight: 600;
}
 .reason p {
     margin: 0px;
}
 .reason-focus-img {
     margin: 0px 0px 15px;
}
 .testimonial-section--container {
     width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
}
 .trust-pilot--container {
     background: transparent !important;
     width: 100%;
     margin: 0px auto;
}
 .testimonial-section--title {
     font-size: 3rem;
     display: block;
     box-sizing: border-box;
     text-align: center;
     color: white;
}
 .college-img {
     width: 100%;
     height: auto;
}
 .display-mobile {
     display: inline-block;
}
 .display-tablet, .display-desktop {
     display: none;
}
 @media (min-width: 768px) {
     .page-id-125 .block-title, .page-id-125 .testimonial-section--title, .page-id-125 .reason--title {
         margin: 0px 0px 25px;
    }
     .course--container, .reasons--container {
         padding: 50px 15px;
    }
     .college--container, .testimonial-section--container {
         padding: 50px 0px;
    }
     .course--container {
         max-width: calc(720px + 29px);
        /* max-width: calc(90% + 29px);
         */
         margin: 10px auto;
    }
     .course--wrapper {
         padding: 0px;
         margin: 0px;
         align-items: stretch;
    }
     .course-column {
         width: 100%;
    }
     .course-glance--container {
         max-width: 500px;
         margin: 0px auto;
    }
     .lead-form--container {
         max-width: 500px;
         margin: 0px auto;
    }
     .course-icon, .course-right-content {
         display: inline-block;
    }
     .course-btn--container, .trustpilot-alt-widget, .certificate-logo {
         width: auto;
         display: flex;
         align-items: center;
    }
     .trustpilot-alt-widget .img-responsive {
         max-width: 200px;
         height: auto;
         margin: 0px;
    }
     .study-block--container {
         padding: 50px 15px;
    }
     .left-course--footer .flex-item {
         width: auto;
         margin: 7px;
    }
     .study-block--wrapper {
         max-width: 720px;
         margin: 0px auto;
    }
     .study-block--item {
         width: 50%;
    }
     .trust-pilot--container {
         max-width: calc(720px + 30px);
    }
     .college-img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         object-position: center;
    }
     .study-block--content .block-title {
         text-align: left;
         margin: 0px 0px 30px;
    }
     .display-tablet {
         display: inline-block;
    }
     .display-mobile, .display-desktop {
         display: none;
    }
}
 @media (min-width: 992px) {
     .course--container {
         max-width: calc(960px + 29px);
    }
     .course--wrapper {
         width: calc(100% + 14px);
         margin: 0px 0px 0px -7px;
    }
     .course-right-title {
         margin: 10px 0px 15px;
    }
     .course-column {
         margin: 0px 7px;
    }
     .course-column>.block-title {
         margin: 0px 0px 15px;
         font-size: 2.5rem;
    }
     .course-column>.lead {
        /* font-size: 1.5rem;
         */
         margin: 0px 0px 15px;
    }
     .course-column:first-of-type {
         width: calc(100% - 414px);
    }
     .left-course--footer {
         justify-content: flex-start;
         margin: 0px 0px 0px -7px;
         align-items: center !important;
    }
     .course-btn--container {
         width: 100%;
    }
     .trustpilot-alt-widget .img-responsive {
         max-width: 200px;
         margin: 0px;
    }
     .course-glance--container {
         padding: 20px 15px;
         max-width: calc(400px - 14px);
    }
     .lead-form--container {
         padding: 20px 15px;
         max-width: calc(400px - 14px);
    }
     .study-block--container {
         padding: 40px 15px;
    }
     .study-block--wrapper {
         max-width: 960px;
    }
     .flex-row {
         max-width: calc(960px + 29px);
         align-items: stretch;
    }
     .reasons-focus--container {
         padding: 40px;
         margin: 15px;
    }
     .reason-focus-img {
        /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
         */
         box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
     .reasons-content--container {
         width: calc(50% - 30px);
    }
     .trust-pilot--container {
         max-width: calc(960px + 30px);
    }
     .display-desktop {
         display: inline-block;
    }
     .display-mobile, .display-tablet {
         display: none;
    }
}
 @media (min-width: 1200px) {
     .course--container {
         max-width: calc(1170px + 29px);
         margin: 0px auto;
    }
     .course-column:first-of-type {
         width: calc(100% - 414px);
    }
     .course-column:first-of-type>* {
         width: 100%;
    }
     .course-column>.block-title {
         font-size: 3rem;
    }
     .course-btn--container {
         width: auto;
    }
     .course-glance--container {
         padding: 15px;
    }
     .lead-form--container {
         padding: 15px;
    }
     .course-item {
         padding: 10px 15px;
    }
     .study-block--wrapper {
         max-width: 80%;
    }
     .study-block--item {
         width: 33%;
    }
     .left-course--footer {
         width: 100%;
         justify-content: space-between;
    }
     .left-course--footer a.flex-item {
         width: auto;
    }
     .flex-row {
         max-width: calc(1170px + 29px);
    }
     .trust-pilot--container {
         max-width: calc(1170px + 30px);
    }
}
 @media (min-width: 1440px) {
     .course--container {
         max-width: calc(1300px + 29px);
         margin: 0px auto;
    }
     .flex-row {
         max-width: calc(1300px + 29px);
    }
     .study-block--wrapper {
         max-width: 1300px;
    }
     .trust-pilot--container {
         max-width: calc(1300px + 30px);
    }
}
 @media (min-width: 1700px) {
     #studentSupport {
         display: none !important;
    }
}
/* template css - End */
/*2026 CSS*/
 .skillset--container img {
     object-fit: cover;
}
 .home-leadform--container {
     width: 30%;
     justify-content: end;
     display: flex;
}
 .home-header--container {
     width: 70%;
     display: flex;
     flex-direction: column;
     justify-content: start;
}
 .header-creditations img {
     min-width: 150px;
     margin-inline:20px;
}
 .btn.btn-purple {
     border-radius: 3px;
}
 .text-center {
     text-align: center;
    /* color: white;
     */
}
 .dark-bg .block-title {
     color: white;
     padding-block: 10px;
     font-size: 3rem;
}
.dark-bg a {
    color: white;
    font-weight: 600;
    text-decoration: underline;
}
 .course-card-container img {
     width: 60px;
     margin: 0 auto;
}
 .dark-bg {
     background-color: var(--primary-colour);
     padding-block: 40px;
}
 .card-grid-wrapper {
     display: grid;
     grid-template-columns: repeat(5, 1fr);
    /* 5 equal columns */
     gap: 25px;
    /* Space between cards */
     padding-bottom: 35px;
}
 .dark-bg h5 {
     color: white;
     font-size: 2rem;
}
 .dark-bg p {
     font-size: 1.25rem;
     color: white;
}
 .btn-white,.btn-white:visited {
     background: #fff;
     color: var(--primary-colour)!important;
     font-size: 16px;
     border-radius: 0;
     border: none;
     padding: 8px 25px;
     text-transform: uppercase;
     margin: 0 0 15px 0;
     border-radius: 3px;
     white-space: normal;
}
 .btn-white:hover {
     background: #333;
     color: #fff;
}
 .btn-center {
     display: flex;
     justify-content: center;
     padding-bottom: 40px;
}
 .intro--container img {
     border-radius: 15px;
     height: 260px;
}
 .intro--container {
     display: flex;
     justify-content: center;
     padding-top: 50px;
     padding-bottom: 25px;
     align-items: center;
}
 .intro--wrapper {
     justify-content: center;
     display: flex;
     align-items: center;
}
 .intro--div {
     padding:20px;
}
 .intro--vid {
     display: flex;
     justify-content: center;
}
 .w-70 {
     width: 70%;
}
 .w-80 {
     width: 80%;
}
 .block-title{
     color: black;
     font-weight: 600;
}
 .dark-bg .block-title {
     color: white;
     font-weight: 600;
}
 .grey-bg .block-title, .grey-bg h1, .grey-bg h2, .grey-bg h3, .grey-bg h4, .grey-bg h5 {
     color: #111;
     font-weight: 600;
}
 .image-block img {
     border-radius: 15px;
     height: 280px;
     object-position: center;
}
 .oblong {
     border-radius: 20px!important;
     text-transform: none;
}
 .text-block p {
     font-size: 18px;
     font-weight: lighter;
     margin-block: 25px;
}
 .skillset--container .flex-row {
     align-items: center;
}
 .skillset--container.grey-bg {
     padding-block: 40px;
}
 .grey-bg .btn-white:hover, .grey-bg .btn-white:focus {
     background: var(--primary-colour)!important;
}
 .card_trans.grey-bg,.card_trans.dark-bg {
     padding: 0 0 55px 0;
}
 .card_inner img {
     border-radius: 15px 15px 0 0;
     height: 230px;
     width: 415px;
     object-fit: cover;
     object-position: center;
}
 .card-grid {
     --item-count: 1;
     --gap-width: 1rem;
     display: grid;
     grid-template-columns: repeat(var(--item-count),1fr);
     gap: var(--gap-width);
}
 p.card-text {
     font-size: 14px;
     padding-bottom: 20px;
}
 h5.card-title {
     font-size: 20px;
}
 .card-hover {
     padding: 10px 10px 30px 10px;
     border-radius: 20px;
     border:0px;
}
 .card_trans{
     transition: transform 0.3s ease, color 0.3s ease;
     position: relative;
}
 .study-block--container.light-bg {
     background: white;
     margin-block: 50px;
}
 .card_trans:hover {
     transform: scale(1.1);
}
 .card-grid .item img {
     width: 100%;
     border-radius: 15px;
     object-fit: cover;
     height: auto;
     aspect-ratio: 2 / 1;
}
/* Make the entire card-hover clickable */
 .card-hover a.cardzoom {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     text-decoration: none;
    /* Remove underline from links */
}
/* Add hover effect on link to ensure full card-hover zoom effect */
 .card:hover a.cardzoom {
     transform: none;
    /* Avoid zoom effect on anchor itself */
}
 .sr-only {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     margin: -1px;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
}
 .card-body {
     padding: 20px 15px;
}
 .card-hover.card_trans.grey-bg {
     padding: 0;
}
 .grey-bg{
     background: #ddd;
     color: #111;
}
 .card-body {
     color: white;
}
 @media only screen and (max-width: 600px) {
     .study-block--container.light-bg {
         margin-block: 20px;
         padding-block: 0;
    }
     .study-block--content.light-bg h2 {
         margin-bottom: 25px;
    }
}
/* Responsive adjustment */
 @media (width > 50rem) {
     .card-grid {
         --item-count: 2;
         --gap-width: 2rem;
    }
}
 @media (width > 64rem) {
     .card-grid {
         --item-count: 3;
         --gap-width: 3rem;
    }
}
 @media (max-width: 1400px) {
     .banner-section--container {
         width: 100%;
    }
}
 @media (max-width: 1200px) {
     .home-header--container {
         width: 60%;
    }
     .home-leadform--container {
         width: 40%;
    }
}
 @media (max-width: 1100px) {
     .banner-section--container {
         display: block;
    }
     .home-header--container {
         width: 100%;
    }
     .home-leadform--container {
         width: 100%;
         justify-content: center;
    }
}
 @media (max-width: 768px) {
     .card-grid-wrapper {
         grid-template-columns: repeat(2, 1fr);
        /* 2 columns on smaller screens */
    }
}
 @media (max-width: 600px) {
     .header-creditations {
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         margin-top: 30px;
         min-width: 300px;
    }
     .header-creditations img {
         display: flex;
         justify-content: center;
         margin: 0 auto;
         width: 100px;
         height: 100px;
         margin-bottom: 25px;
    }
     .intro-paragraph.text-center {
         padding: 0;
    }
     img.card-img-top {
         width: 100% !important;
    }
     .card_trans:hover {
         transform: none;
    }
}
 @media only screen and (min-width: 600px) {
     iframe {
         width: 75vw;
    }
}
 @media only screen and (max-width: 600px) {
     iframe {
         width: 99vw;
    }
}
 .flex-row {
     max-width: 1280px;
     margin: 0 auto;
}
 .btn-white:hover,.btn-white:focus {
     color: white!important;
}
 .card {
     background-color: #ddd;
     color: #111;
     text-align: center;
     border: none;
}
 .course-card-container {
     padding-block: 50px;
}
 .course-card-container h2 {
     padding-bottom: 30px;
     font-size: 3rem;
}
.hero,
.head_banner {
    overflow: hidden;
}

.hero img,
.head_banner img {
    width: 100%;
    height: auto;
    aspect-ratio: 1920 / 900;
    object-fit: cover;
    display: block;
}

.course-glance--container,
.trustpilot-widget,
.form-wrapper,
.sidebar {
    min-height: 120px;
}
 </style>