.sec-events {
  background: #f4f4f5;
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.sec-events::after {
  content: "";
  background-image: url("../images/dummy/event-banner-left-img.png");
  position: absolute;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
  max-width: 335px;
  left: 12px;
  top: -9%;
}

.sec-events::before {
  content: "";
  background-image: url("../images/dummy/event-banner-right-img.png");
  position: absolute;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.1;
  max-width: 295px;
  transform: translateY(-50%);
  top: 40%;
  right: 0;
}

.sec-events .sec-events-content {
  text-align: center;
}

.sec-events .sec-events-content h1 {
  margin-top: 0px;
}
.sec-events .sec-events-content p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #4f596a;
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
  margin-top: 32px;
}

.sec-blog .sec-events-content form {
  margin-bottom: 72px;
  margin-top: 48px;
}

.sec-events form input {
  max-width: 660px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 23px 38px;
  padding-left: 69px;
}

.sec-events form input::placeholder {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -1px;
  color: #001a49;
}

.sec-events .sec-events-content form {
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
}

.sec-events .events-category {
  margin-top: 39px;
}
.sec-events .events-category a {
  display: inline-block;
  font-weight: normal;
  font-family: "DM Sans";
  font-size: 16px;
}
.events-tile-link-main {
  margin-bottom: 10px;
}
a.events-tile-link {
    position: inherit !important;
}
a.events-tile-link:after {
    content: inherit !important;
}

.events-tile-link-main span {
  margin-bottom: 0px !important
}
.sec-our-courses .corses-card-title .courses-card-heading.events-tile-link-main .events-tile-link {
  position: static !important;
  display: block;
  padding-right: 0;
}

@media (max-width: 1024px) {
  .sec-events {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

@media (max-width: 992px) {
  .sec-events::after {
    max-width: 232px;
    top: -19%;
  }
  .sec-events::before {
    max-width: 212px;
    top: 30%;
  }
  .sec-events {
    padding-bottom: 20px;
  }
  .sec-asset-management {
    margin-top: -178px !important;
  }
  .sec-events .events-category {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .sec-events {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .sec-events::after {
    top: -128px;
  }
}

.sec-asset-management {
  margin-top: -142px;
  position: relative;
}

.sec-asset-management .asset-management-event {
  overflow: hidden;
  background: #fff;
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 4px 40px rgb(0 0 0 / 10%);
  margin-bottom: 50px;
}

.sec-asset-management .event-left-img {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #aac4fa;
  border-radius: 12px 0px 0px 12px;
  overflow: hidden;
}

.sec-asset-management .event-left-img img {
  max-width: 100%;
  transition: all ease-in-out 0.4s;
}
.sec-asset-management h2 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #1e1e1e;
  max-width: 270px;
  width: 100%;
  margin-bottom: 8px;
}

.sec-asset-management .event-right-block {
  padding: 50px 20px 50px 20px;
}

.sec-asset-management .left-block {
  padding-left: 0;
  padding-right: 0;
}

.sec-asset-management .event-right-block p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #5c5c5e;
  max-width: 426px;
  width: 100%;
  margin-bottom: 24px;
}

.sec-asset-management .event-right-block span {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #718096;
}

.sec-asset-management .event-right-block .date-time span {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #718096;
}

.sec-asset-management .event-right-block .date-time span:first-child {
  border-right: 1px solid #718096;
  padding-right: 5px;
}

.sec-asset-management .readable-content {
  margin-top: 24px;
}
.sec-asset-management .readable-content a {
  display: inline-block;
}
.sec-asset-management .readable-content a img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 4px;
  transition: all 0.4s;
}
.sec-asset-management .readable-content a:hover img {
  -webkit-filter: inherit;
  filter: inherit;
  transition: all 0.4s;
}
.sec-asset-management .event-right-block .date-time {
  margin-top: 7px;
}
@media (max-width: 768px) {
  .sec-asset-management .event-right-block {
    padding: 30px 10px 30px 10px;
  }
}

.sec-upcoming-events h2 {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 0px;
}

.sec-upcoming-events h3 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #2d3748;
  margin-bottom: 9px;
}

.sec-upcoming-events span {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #718096;
}

.sec-upcoming-events .upcoming-date-times span {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #718096;
}

.sec-upcoming-events .upcoming-date-times {
  margin-top: 7px;
  padding-right: 5px;
}

.sec-upcoming-events .upcoming-date-times span:first-child {
  border-right: 1px solid #718096;
  padding-right: 5px;
}

.sec-upcoming-events .upcoming-text {
  padding: 20px;
  box-sizing: border-box;
}

.sec-upcoming-events .swiper-slide {
  border-radius: 12px;
  margin-bottom: 25px;
}

.sec-upcoming-events .events-button a {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 5px 20px;
  background: #1e52c9;
  width: 100%;
  display: block;
  text-align: center;
}

.sec-upcoming-events {
  max-width: 1015px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.sec-upcoming-events .swiper4 {
  position: relative;
}

.sec-upcoming-events .swiper-scrollbar {
  display: none;
}

.sec-upcoming-events .img-text-img img {
  max-width: 445px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px 0px 0px 12px;
}

.sec-upcoming-events .img-text {
  display: flex;
  box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
  border-radius: 24px;
  background: #fff;
  margin: 0 10px;
}

.sec-upcoming-events .swiper4 {
  margin-top: 60px;
  margin-bottom: 110px;
}

.sec-upcoming-events .img-text .content a {
  border: 1px solid #2965b0;
  border-radius: 28px;
  padding: 2px 17px;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #2965b0;
  background-color: #ffffff;
  text-decoration: none;
}

.sec-upcoming-events .swiper4 .content {
  padding: 76px 38px 51px 58px;
}

.sec-upcoming-events .swiper4 .content h2 {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.02em;
  color: #1e1e1e;
  max-width: 484px;
  width: 100%;
  margin-top: 10px;
}

.sec-upcoming-events .swiper4 .content p {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #5c5c5e;
  max-width: 417px;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}

.sec-upcoming-events .swiper4 .readable-content img {
  width: 100%;
  max-width: 40px;
  min-height: -webkit-fill-available;
  object-fit: contain;
}

.sec-upcoming-events .swiper4 .readable-content .john-doe {
  display: grid;
  padding-left: 12px;
}

.sec-upcoming-events .swiper4 .readable-content {
  margin-top: 32px;
}

.sec-upcoming-events .career-page .content strong {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #1e1e1e;
}

.sec-upcoming-events .career-page .content span {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #5c5c5e;
}

.sec-upcoming-events .career-page .content .readable-content {
  display: flex;
  margin-top: 29px;
}

.sec-upcoming-events .swiper-button-prev:after,
.sec-upcoming-events .swiper-button-next:after {
  background-repeat: no-repeat;
  content: "" !important;
  width: 20px;
  height: 15px;
  color: #001a49 !important;
  position: absolute;
}

.sec-upcoming-events .swiper4 {
  position: relative;
}

.sec-upcoming-events .swiper-button-next:after {
  background-image: url("../images/dummy/right-icon.png");
}

.sec-upcoming-events .swiper-button-prev:after {
  background-image: url("../images/dummy/left-icon.png");
}

.sec-upcoming-events .swiper-button-prev {
  left: -86px;
  background: #f4f4f5;
  border-radius: 37px;
  width: 40px;
  height: 40px;
  top: 270px;
}

.sec-upcoming-events .swiper-button-next {
  right: -86px;
  background: #f4f4f5;
  border-radius: 37px;
  width: 40px;
  height: 40px;
  top: 270px;
}

.sec-upcoming-events .event-block {
  border-radius: 12px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  box-shadow: 0px 4px 32px rgba(192, 189, 189, 0.15);
  background-color: #fff;
}
.sec-upcoming-events .event-block:hover {
  box-shadow: 2px 10px 15px rgb(0 0 0 / 10%);
}
.sec-upcoming-events .events-button {
  margin-top: 40px;
}
.sec-upcoming-events .Upcoming-img {
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
  background-color: #9abff5;
}
.sec-upcoming-events .events-button img {
  margin-right: 5px;
}

.sec-upcoming-events .Upcoming-img img {
  width: 100%;
  transition: all ease-in-out 0.4s;
  border-radius: 12px 12px 0px 0px;
}

.rsvp-iframe-popup {
  padding: 0 17px;
}

.rsvp-iframe-popup button.close {
  padding: 0;
  background-color: #ffffff;
  border: 0;
  -webkit-appearance: none;
  position: absolute;
  right: 0px;
  height: 32px;
  color: #001a49;
  top: 0;
  z-index: 9;
  opacity: 1;
  font-size: 35px;
  line-height: 32px;
  width: 32px;
  outline: none;
}

.rsvp-iframe-popup .modal-dialog {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  top: 50%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.rsvp-iframe-popup .modal-body {
  padding: 0;
  padding-top: 56.25%;
  height: 0px;
  position: relative;
}

.rsvp-iframe-popup .modal-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
.events-tile-link-main {
  margin-bottom: 10px;
}
a.events-tile-link {
    position: inherit !important;
}
a.events-tile-link:after {
    content: inherit !important;
}
.events-tile-link-main span {
  margin-bottom: 0px !important
}


@media (max-width: 1199px) {
  .sec-upcoming-events .swiper-button-next {
    right: -23px;
  }
  .sec-upcoming-events .swiper-button-prev {
    left: -23px;
  }
}

@media (max-width: 1055px) {
  .sec-upcoming-events .swiper-button-prev {
    top: 40px;
    left: 40px;
  }
  .sec-upcoming-events .swiper-button-next {
    top: 40px;
    right: 40px;
  }
}

@media (max-width: 1024px) {
  .sec-upcoming-events .swiper4 {
    margin-bottom: 50px;
  }
  .sec-upcoming-events .swiper-button-next {
    right: 26px;
    top: 40px;
  }
  .sec-upcoming-events .swiper-button-prev {
    top: 36px;
    right: 40px;
  }
  .sec-upcoming-events h2 {
    margin-top: 70px;
  }
}

@media (max-width: 991px) {
  .sec-upcoming-events .swiper4 {
    padding: 0 15px;
  }
  .sec-upcoming-events .swiper4 .content {
    padding: 60px 38px 55px 28px;
  }
  .sec-upcoming-events .swiper-button-next {
    right: 157px;
  }
  .sec-upcoming-events .swiper-button-prev {
    left: 162px;
  }
}

@media (max-width: 768px) {
  .sec-upcoming-events .swiper4 {
    margin-bottom: 50px;
    margin-top: 35px;
  }
  .sec-upcoming-events .swiper-button-prev {
    top: 38px;
  }
  .sec-explore-guides .career {
    margin-top: 17px !important;
  }
  .sec-upcoming-events .swiper3 .content h2 {
    font-size: 32px;
  }
  .sec-explore-guides {
    margin-bottom: 50px !important;
  }
  .sec-upcoming-events .swiper-button-next {
    right: 50px;
  }
  .sec-upcoming-events .swiper-button-prev {
    left: 44px;
  }
}

@media (max-width: 767px) {
  .sec-upcoming-events h2 {
    margin-top: 50px;
  }
  .sec-upcoming-events .img-text {
    display: block;
    margin: 0 0px;
  }
  .sec-upcoming-events .img-text-img img {
    max-width: 100%;
    border-radius: 12px 12px 0px 0px;
  }
  .sec-upcoming-events .swiper4 .content {
    padding: 30px 25px 56px 25px;
  }
  .sec-upcoming-events .swiper-button-next {
    right: 10px;
  }
  .sec-upcoming-events .swiper-button-prev {
    left: 10px;
  }
  .sec-upcoming-events .swiper4 {
    margin-bottom: 30px;
    margin-top: 35px;
  }
}

.sec-our-courses {
  background-color: #1e52c9;
  padding-top: 100px;
}
.sec-our-courses .our-courses-title-block {
  text-align: center;
}
.sec-our-courses .our-courses-title-block p.csm {
  color: #ffffff;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
  max-width: 666px;
  margin: 0 auto;
}
.sec-our-courses .our-courses-title-block span {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #ffffff;
}
.sec-our-courses .our-courses-title-block h2 {
  margin-top: 12px;
  margin-bottom: 16px;
  color: #ffffff;
}
.sec-our-courses .courses-cards-block {
  padding-top: 60px;
  padding-bottom: 48px;
}
.sec-our-courses .courses-box {
  background-color: #ffff;
  border-radius: 12px 12px 12.1154px 12.1154px;
  height: 100%;
  transition: all ease-in-out 0.4s;
}
.sec-our-courses .courses-box:hover {
  transition: all ease-in-out 0.4s;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
}
.sec-our-courses .courses-box:hover a:after {
  right: 0;
  transition: all ease-in-out 0.3s;
}
.sec-our-courses .courses-box .courses-img-box img {
  width: 100%;
}
.sec-our-courses .courses-box .courses-contant {
  padding-top: 18px;
  padding-bottom: 29px;
}
.sec-our-courses .courses-contant .corses-card-title p.card-title,
.sec-our-courses .courses-contant .corses-card-title span {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 20.1924px;
  line-height: 30px;
  color: #001a49;
  margin-bottom: 10px;
}
.sec-our-courses .courses-contant .corses-card-title span {
  color: #1e52c9;
  max-width: 91px;
}
.sec-our-courses .courses-contant .courses-description {
  font-size: 14.1347px;
  line-height: 18px;
  color: #575455;
  margin-top: 20px;
  margin-bottom: 13px;
  max-width: 347px;
}
.sec-our-courses .corses-card-title .courses-card-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-our-courses .corses-card-title {
  position: relative;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
.sec-our-courses .corses-card-title a {
  font-family: "Oswald";
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1e52c9;
  padding-right: 30px;
  position: absolute;
  transition: all ease-in-out 0.3s;
}
.sec-our-courses .corses-card-title a:after {
  content: "";
  position: absolute;
  background-image: url("../images/finance-career-link-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 11px;
  height: 8px;
  right: 10px;
  top: 9px;
}
.sec-our-courses .corses-card-title a:hover:after {
  right: 0;
  transition: all ease-in-out 0.3s;
}
.sec-our-courses .courses-accredite-block {
  background-color: #f4f4f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px 16px 20px;
  margin-bottom: 24px;
}
.sec-our-courses .courses-accredite-block p {
  margin-bottom: 0px;
  font-family: "Oswald";
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001a49;
}
.sec-our-courses .courses-btn {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}
.sec-our-courses .courses-btn a.btn-blue {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 30px;
}
.sec-our-courses .corses-card-title .courses-time-block {
  margin: 0;
  padding: 0;
  display: flex;
}
.sec-our-courses .corses-card-title .courses-time-block li {
  list-style: none;
  color: #ab093d;
  font-weight: 500;
  line-height: 18px;
}
.sec-our-courses .corses-card-title .courses-time-block li img {
  margin-right: 10px;
}
.sec-our-courses .corses-card-title .courses-time-block li:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1.00962px solid #575455;
}
.sec-our-courses .custom-btn-block {
  text-align: center;
}
.sec-our-courses .join-student-count {
  display: flex;
  align-items: center;
  color: #4f596a;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 24px;
}
.sec-our-courses .join-student-count .join-img img {
  margin-left: -26px;
}
.sec-our-courses .join-student-count .join-img img:first-child {
  margin-left: 0px;
}
.sec-our-courses .join-student-count .join-img img:last-child {
  margin-right: 7px;
}
.sec-our-courses .join-student-count .join-text span {
  color: #1e52c9;
}
.sec-our-courses .join-student-count .join-text {
  font-size: 11.7933px;
  line-height: 15px;
}
.sec-our-courses .our-courses-block .container {
  max-width: 91.2vw !important;
}
.sec-our-courses .courses-box:hover {
  box-shadow: 2px 10px 15px rgb(0 0 0 / 30%);
}
.sec-our-courses.innerpg-pathway-sec {
  background-color: #f4f4f5;
}
.sec-our-courses.aboutus-pathway-sec-gray .our-courses-block {
  background-color: #f4f4f5;
}
.sec-our-courses.innerpg-pathway-sec .our-courses-title-block span,
.sec-our-courses.innerpg-pathway-sec .our-courses-title-block h2,
.sec-our-courses.innerpg-pathway-sec .our-courses-title-block p.csm {
  color: #001a49;
}
.sec-our-courses.innerpg-pathway-sec .courses-box {
  border: 1.00962px solid rgba(0, 0, 0, 0.1);
}
.sec-our-courses.innerpg-pathway-sec .courses-cards-block {
  padding-top: 48px;
}
.sec-our-courses.innerpg-pathway-sec .our-courses-block {
  max-width: 95%;
  margin: 0 auto;
  border-radius: 24px;
  padding-top: 83px;
  padding-bottom: 93px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: -150px;
}
.sec-our-courses.innerpg-pathway-sec .our-courses-block:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 380px;
  right: 0;
  border-radius: 24px;
  top: 0;
  background-image: url("../images/aboutpage-pathway-slideshap.svg");
}
.sec-our-courses.innerpg-pathway-sec {
  padding-top: 0px;
}
@media screen and (max-width: 1430px) {
  .sec-our-courses .courses-btn a.btn-blue {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1280px) {
  .sec-our-courses .courses-btn a.btn-blue {
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .sec-our-courses .corses-card-title .courses-card-heading,
  .sec-our-courses .courses-accredite-block,
  .sec-our-courses .join-student-count {
    flex-wrap: wrap;
  }
  .sec-our-courses .courses-accredite-block p {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1150px) {
  .sec-our-courses .courses-btn a.btn-blue {
    padding: 8px 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .sec-our-courses .courses-contant .corses-card-title p.card-title,
  .sec-our-courses .courses-contant .corses-card-title span {
    font-size: 16px;
    line-height: 25px;
  }
  .sec-our-courses {
    padding-bottom: 180px;
  }
  .sec-our-courses.innerpg-pathway-sec {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1005px) {
  .sec-our-courses .our-courses-block .container {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 991px) {
  .sec-our-courses .corses-card-title,
  .sec-our-courses .courses-accredite-block,
  .sec-our-courses .courses-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
  .sec-our-courses .courses-cards-block .row {
    justify-content: center;
  }
  .sec-our-courses .courses-cards-block .row > div {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .sec-our-courses.innerpg-pathway-sec .our-courses-block:before {
    width: 60px;
    height: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .sec-our-courses .courses-btn a.btn-blue {
    font-size: 12px;
  }
}
@media screen and (max-width: 991px){
      .sec-our-courses .courses-btn a.btn-blue {
          font-size: 16px;
    }
}
@media screen and (max-width: 830px){
    .sec-our-courses .courses-btn a.btn-blue {
        padding: 5px 10px;
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
  .sec-our-courses {
    padding-bottom: 200px;
  }
  .sec-our-courses.innerpg-pathway-sec .our-courses-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec-our-courses.innerpg-pathway-sec {
    padding-top: 80px;
  }
  .sec-our-courses.innerpg-pathway-sec {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .sec-our-courses .our-courses-title-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .btn-blue.btn-white {
    font-size: 18px;
  }
  .sec-our-courses .courses-cards-block {
    padding-bottom: 30px;
  }
  .sec-our-courses.innerpg-pathway-sec .our-courses-block:before {
    width: 38px;
    height: 180px;
  }
}
@media screen and (max-width: 580px) {
  .sec-our-courses .courses-cards-block .row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sec-our-courses {
    padding-bottom: 220px;
    padding-top: 50px;
  }
  .sec-our-courses.innerpg-pathway-sec .our-courses-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .sec-our-courses.innerpg-pathway-sec .our-courses-block:before {
    width: 30px;
    height: 135px;
  }
  .sec-our-courses.innerpg-pathway-sec {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 425px) {
  .btn-blue.btn-white {
    padding: 8px 30px;
    font-size: 16px;
  }
}

@media (min-width: 580px) and (max-width: 720px) {
  .sec-our-courses .courses-btn a.btn-blue {
      padding: 5px 8px;
      font-size: 12px;
  }
}
@media screen and (max-width: 365px){
  .sec-our-courses .courses-btn a.btn-blue {
    font-size: 11px;
  }
}