.buzz-banner{
    height: 100vh;
    background-image: url("../images/buzz-banner.png");
}
.buzz_col h1{
    padding-right: 290px;
}
.buzz_col h1 strong{
    color: #000 !important;
}
 .tourism_col {
     background: rgb(245, 185, 20) !important;
     background-image: url("../images/half-ring.jpg") !important;
     background-position: center right !important;
     background: var(--primary_color);
     background-blend-mode: multiply;
     background-size: 70% !important;
     background-repeat: no-repeat !important;
 }

 .tourism_right_col::before {
     position: absolute;
     content: "";
     height: 350px;
     width: 350px;
     border-radius: 100%;
     background-color: #f7bd02b5;
     left: -25%;
     z-index: 1111;
 }

 .tourism_col::after,
 .non-profit_col::after,
 .education_col::after {
     display: none;
 }

 .non-profit_col {
     background: rgb(241, 136, 87) !important;
     background-image: url("../images/half-ring.jpg") !important;
     background-position: center right !important;
     background: var(--primary_color);
     background-blend-mode: multiply;
     background-size: 70% !important;
     background-repeat: no-repeat !important;
 }

 .non-profit_right_col::before {
     position: absolute;
     content: "";
     height: 350px;
     width: 350px;
     border-radius: 100%;
     background-color: #fc8e4fb2;
     left: -25%;
     z-index: 1111;
 }
 .education_col {
     background: rgb(87, 185, 241) !important;
     background-image: url("../images/half-ring.jpg") !important;
     background-position: center right !important;
     background: var(--primary_color);
     background-blend-mode: multiply;
     background-size: 70% !important;
     background-repeat: no-repeat !important;
 }

 .education_right_col::before {
     position: absolute;
     content: "";
     height: 350px;
     width: 350px;
     border-radius: 100%;
     background-color: #4fcbfcb2;
     left: -25%;
     z-index: 1111;
 }

 /* buzz section */
 .buzz_banner {
     background-color: gray !important;
     padding-bottom: 20px;

 }
 .buzz_col {
     height: 100% !important;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 37px;

 }
.buzz_col img{
    height: 500px;
    width: 500px;
    display: none;
}
 .buzz_banner .hamburger {
     padding: 12px 20px;
 }
.buzz_col h1, .buzz_col p{
    max-width: 100%;
}
.awards_section{
    background-color: transparent !important;
}

 .announcement-section {
     background-color: transparent !important;
     background-image: url("../images/concentric-circle-img.jpg") !important;
     background-size: cover;
 }
 .announcement_para p{
    color: #000 !important;
 }
 .award-col h6, .award-col li{
    color: #000 !important;
 }



 .team-section {
     background-color: gray;
     height: auto;

 }

 .team-item {
     padding-top: 80px;
     padding-left: 100px;
     padding-right: 100px;
     position: relative;
     overflow: hidden;
 }


 .team-item::after {
     position: absolute;
     content: "";
     background-color: #b3c93552;
     height: 400px;
     width: 400px;
     background-size: 100%;
     left: -23%;
     border-radius: 100%;
     top: 0%;
     bottom: 0;
     margin: auto;
 }
 .announcement-section{
    background-color: transparent !important;
 }

 @media only screen and (max-width: 576px) {
    .buzz-banner{
        background-image: url("../images/buzz-mobile-banner.png") !important;
    }
    .buzz_col h1{
       padding-right: 0px !important;
       font-size: 55px !important;
        margin-top: -107px;
    }
    .team_row{
        flex-direction: column-reverse;
    }
 }