.overview_content h2 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 16px;
    color: #fff;
    width: 90%;
}
section.opportunities_wrapper.sp.revel .title-head {
    padding-top: 0;
}
section.opportunities_wrapper.sp.revel .projects_tabs ul li a{
    padding-right: 45px;
}
section.page_main_banner.sp{
    padding-top:0;
}
.deskband1 {
    display: block;
}
.overview_content p {
    color: #fff;
}
.mobband1 {
    display: none;
}
.page_wrapper img {
    margin-bottom: 34px;
}
.page_main_banner {
    background: rgb(248, 248, 248);
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 50%, rgba(248, 248, 248, 1) 50%, rgba(178, 43, 46, 1) 50%);
}

.sp {
    padding: 100px 0;
}

.projects_tabs {
    position: sticky;
    top: 120px;
}
.projects_tabs ul {
    display: block;
    border-bottom: 1px solid transparent;
    margin-right: 40px;
}
.projects_tabs ul li a:after {
    content: '\f054';
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    right: 30px;
}
.projects_tabs ul li {
    background: transparent !important;
    position: relative;
    padding: 0;
    margin-bottom: 15px;
}
section.opportunities_wrapper.sp.revel .projects_tabs ul li a {
    padding-right: 45px;
}

.projects_tabs ul li a.active {
    background: #b22b2e !important;
    color: #fff !important;
}

.alumni_main_content .tab_main_content:first-child {
    padding-top: 0;
}
.tab_main_content {
    padding-bottom: 48px;
    border-bottom: 2px solid #000000;
    padding-top: 34px;
}
.projects_tabs ul li a {
    display: block;
    padding: 17px;
    background: #e5e5e5 !important;
    color: #b22b2e !important;
    transition: all 0.8s ease;
    font-size: 16px !important;
    font-weight:600;
}
@media (min-width: 1100px) and (max-width: 1199px) {
    
    section.opportunities_wrapper.sp .projects_tabs ul li a {
        font-size: 14px !important;
    }
    section.opportunities_wrapper.sp .overview_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
  
    /* CSS */
    .overview_content h2 {
        font-size: 28px;
        line-height: 38px;
    }
       section.opportunities_wrapper.sp .projects_tabs ul li a {
        font-size: 10px !important;
        line-height: 20px;
        padding-right: 35px !important;
    }
    .page_main_banner {
    background: rgb(248, 248, 248);
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 10%, rgba(178, 43, 46, 1) 10%);
}
  }

@media (max-width: 767px) {
    .sp {
    padding: 50px 0;
}
    .page_main_banner {
    background: rgb(248, 248, 248);
    background: linear-gradient(180deg, rgba(248, 248, 248, 1) 0%, rgba(248, 248, 248, 1) 20%, rgba(178, 43, 46, 1) 10%);
}
    .overview_content h2 {
        font-size: 24px;
        line-height: 34px;
            width: 100%;
    }
   section.opportunities_wrapper.sp.revel .title-head h2 {
        font-size: 24px !important;
        line-height: 34px;
    }
    section.opportunities_wrapper.sp.revel .projects_tabs {
        display: none;
    }
    section.opportunities_wrapper.sp.revel h2.font-13 span {
        font-size: 17px !important;
    }
  }
  
  
/*  .projects_tabs ul li.nav-item:nth-child(-n+5) a.nav-link {*/
/*    background: #b22b2e !important;*/
/*    color: #fff !important;*/
/*}*/
