.page-item .page-link {
    color: #ff4a17;
}

body {
    /* background-color: #ffe53b; */
    /* background-image: linear-gradient(147deg, #ffe53b 0%, #fd3838 74%); */
    background-image: linear-gradient(147deg, #dadada 0%, #cecece 74%);
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 5%;
}
.page-item.active .page-link {
    background-color: #ff4a17;
}

.responsive-banner {
    display: block;
    margin: auto;
    width: 60%;
    margin-bottom: 70px;
    max-width: 990px;
    min-width: 320px;
    position: relative;
    min-height: 300px;
    max-height: 450px;
    border-radius: 10px;
    overflow: hidden;
    background-image: linear-gradient(to bottom right, #ff5200, #ff8c00);

    background-repeat: no-repeat;
    text-align: right;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.responsive-banner .second {
    background-image: linear-gradient(to bottom right, #ff5200, #ff8c00);
}
.responsive-banner .container-envelope {
    max-width: calc(100%);
    padding: 15px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 300px;
    max-height: 450px;
}
.banner-col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

@media (min-width: 650px) {
    .banner-col-xs-12 {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
    .container-envelope {
        max-width: calc(100% - 200px);
    }
}
.responsive-banner p {
    clear: both;
    text-transform: none;
    text-rendering: optimizeLegibility;
    font-weight: 500;
    line-height: 1.15;
    word-wrap: break-word;
    margin: 1em 0 0.5em;
    margin: 0;
    padding: 0;
    color: #fff;
    position: relative;
    word-wrap: break-word;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* .responsive-banner * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  } */
.responsive-banner a.more-link {
    background-color: rgba(255, 255, 255, 0);
    display: inline-block;
    padding: 12px 18px;
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: 400;
    margin: 20px 8px;
    padding: 4px 40px;
    line-height: 1.5;
    text-align: center;
    border: 1px solid;
    position: relative;
    border-radius: 1rem;
    text-transform: uppercase;
    -webkit-transition: 0.1s all ease-in-out;
    -moz-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
}
.responsive-banner a.more-link:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.responsive-banner svg,
.responsive-banner img {
    fill: rgba(0, 0, 0, 0.1);
    position: absolute;
}
.responsive-banner img {
    max-width: 50%;
}
.cirle-a {
    bottom: -80px;
    right: -80px;
}
.cirle-b {
    top: -30px;
    left: 70%;
}
.cirle-c {
    top: -330px;
    left: -300px;
}
.cirle-d {
    top: 195px;
    left: 145px;
}
.responsive-banner img {
    top: 0;
    left: 0;
    transform: scaleX(-1);
}

.responsive-banner h1 {
    text-align: center;
    margin: 30px 15px;
}
.link-container {
    text-align: center;
}
.link-container a.more-link {
    background-color: #90b0bf;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 1.5;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 1px;
}

.os-icon {
    color: #fafafa !important;
    padding-left: 50px;
}

.os-icon:hover {
    color: #d3d3d3 !important;
}

.os1-icon {
    color: #fafafa !important;
    padding-right: 50px;
}

.os1-icon:hover {
    color: #d3d3d3 !important;
}
.search {
    color: rgb(255, 255, 255);
    border-radius: 0.5rem;
    background-color: #ff4a17;
    border: none;
    padding: 0.5rem 1rem;
}

@media only screen and (max-width: 575px) {
    .responsive-banner a.more-link {
        margin-bottom: 0;
    }
    .order {
        margin-bottom: 1rem !important;
    }
}

.section-title {
    display: flex;
    background-color: #ffffff;
    justify-content: center;
    margin-top: 2rem;
}
.section-title p {
    /* margin: 0 auto; */
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Jost", sans-serif;
    color: #263d4d;
    margin-top: 1rem;
}

.section-bg {
    margin-bottom: 2rem;
}
main {
    background-color: #fff;
}

.cta-app {
    background-color: #fff;
}
.bg-filter {
    background-color: #d5d5d5;
}

.course-border {
    border-top: 5px solid #ff4a17;
    border-radius: 1rem;
}
.m-center {
    margin: 24px auto !important;
}
