@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    color: #333;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

body,
html {
    overflow-x: hidden;
    max-width: 100vw;
}


html {
    scroll-behavior: smooth;
}

:root {
    --font1: "Merriweather", serif;
    --font2: "Poppins", sans-serif;
    --teal-main: #124e66;
    --green: #97c52e;
    --teal: #126688;
    --white: #fff;
    --black: #212a31;
    --lightblack: #2d2f31;
    --light-black: #333333;
}

h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    font-family: var(--font1);
    line-height: 68px;
    text-shadow: 5px 5px 10px #3d3d3d;
    letter-spacing: 1px;
}

h1 span:hover {
    cursor: pointer;
    color: var(--green);
}

h2 {
    font-size: 25px;
    font-weight: 900;
    text-align: center;
    color: var(--teal);
}


h2 img {
    width: 50px;
    object-fit: contain;
    padding-bottom: 1rem;
    padding-left: 5px;
}

h3 {
    font-size: 40px;
    color: #333;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    font-family: var(--font1);
}

h4 {
    font-size: 17px;
    padding-top: 8px;
    font-weight: 900;
    margin: 0;
}

h5 {
    color: var(--light-black);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    font-family: var(--font2);
}

h6 {
    font-size: 18px;
    color: var(--teal-main);
    font-weight: 900;
    font-family: var(--font1);
}

p {
    font-family: var(--font2);
    font-style: normal;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--white);
}

img {
    max-width: 100%;
}

.home_bn_1 a {
    background: linear-gradient(45deg, #97c52e, #126688);
    transition: 0.3s ease;
    color: var(--white);
    text-decoration: none;
    padding: 10px 19px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    font-family: var(--font2);
    transition: 0.3s ease;
}

.home_bn_1 a:hover {
    background: linear-gradient(45deg, #126688, #97c52e);
    box-shadow: 0 0px 15px #a2e4ff, 0 0 1px #252a1a;
}

.btn-02 {
    background-color: #1e6e8e;
    color: var(--white);
    text-decoration: none;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    border: 0;
    width: 100px;
    margin-left: 5px;
    font-family: var(--font2);
}

.btn-02:hover {
    background-color: #124e66;
}

.centered {
    text-align: center;
    max-width: 300px;
    margin: 2rem auto;
}

.centere {
    text-align: center;
    max-width: 500px;
    margin: 2rem auto;
}

.hr-container {
    display: flex;
    align-items: center;

}

.hr-container span {
    color: #34495e;
    font-weight: 900;
    font-size: 30px;
    text-transform: capitalize;
}

.left-hr,
.right-hr {
    flex: 1;
    border-top: 2px solid #34495e;
    margin: 0 10px;
}


/*   *************** Navbar ***************   */
.navbar {
    background-color: #f8fbff;
    padding: 10px;
    padding: 10px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand img {
    width: 300px;
    object-fit: contain;
}

.navbar-nav .nav-item .nav-link {
    color: #333;
    text-decoration: none;
    font-size: 17px;
    padding: 0 10px;
    font-family: var(--font2);
    font-weight: 600;
    font-style: normal;
    position: relative;
}

.navbar-nav .nav-item .nav-link:hover,
.nav-btn:hover {
    color: #32cd32;
}

.nav-item .dropdown .dropdown-toggle {
    color: orange;
    border: 0;
}

.navbar-nav .nav-item .dropdown-menu {
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media (min-width: 768px) and (max-width:991px) {

    .container {
        max-width: 100%;
    }

    h1 {
        font-size: 55px;
    }

    .offcanvas-header .btn-close {
        margin-right: 20px;
    }

    .navbar-nav {
        gap: 25px;
    }

    .home_bn_Mob {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .home_bn_Mob a {
        border-radius: 5px;
        width: 100%;
    }

    .offcanvas-header {
        background-color: #f8fbff;
    }

    .Navbar_Mob_Logo img {
        width: 170px;
    }

    .offcanvas,
    .offcanvas-lg,
    .offcanvas-md,
    .offcanvas-sm,
    .offcanvas-xl,
    .offcanvas-xxl {
        --bs-offcanvas-width: 100%;
        --bs-offcanvas-border-color: none;
    }

}

@media (max-width:767px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
    }

    h3 {
        font-size: 35px;
    }

    .home-page-left p {
        font-size: 13px;
    }

    .navbar-brand img {
        width: 200px;
    }

    .offcanvas-header .btn-close {
        margin-right: 20px;
    }

    .navbar-nav {
        gap: 25px;
    }

    .home_bn_Mob {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .home_bn_Mob a {
        border-radius: 5px;
        width: 100%;
    }

    .offcanvas-header {
        background-color: #f8fbff;
    }

    .Navbar_Mob_Logo img {
        width: 170px;
    }
}

.Page__Top {
    margin-top: 8rem;
}

@media (max-width:767px) {
    .Page__Top {
        margin-top: 6rem;
    }
}


/*************** Home-page ****************/

.home-page {
    background: url(../images/Home_Banner.jpg) center/cover no-repeat;
    width: 100%;
    min-height: 600px;
    position: relative;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-page::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.home-page::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to top, rgb(110 107 107), transparent);
    opacity: 0.1;
}

.home-page-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1;
    gap: 20px;
}


.home-page-left p {
    color: #fff;
}

/*************** Carousel ****************/
.carousel-0 .w-100 {
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 32%;
}

#carouselExa .carousel-item h4 {
    font-size: 17px;
    font-weight: 700;
    color: #4a4a4a;
}

/*************** Center ****************/
.center-content {
    margin: 7rem 0;
}

.center-content-flex {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 60px;
    padding: 2rem 0;
    grid-template-columns: 1fr 1fr;
}

.center-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.center-content_ h1 {
    background: linear-gradient(45deg, #126688, #97c52e) text;
    -webkit-text-fill-color: transparent;
    font-size: 42px;
    font-weight: 600;
    line-height: 45px;
    font-family: var(--font2);
    text-shadow: none;
    letter-spacing: 0;
}

.center-content_ h3 {
    text-align: start;
    font-size: 13px;
    padding-top: 35px;
    color: var(--teal);
    font-family: var(--font1);
}

.center-content_ p {
    color: var(--light-black);
    width: 550px;
    padding: 10px 0 8px;
}

.center-content_ ul {
    margin: 0;
    list-style-type: none;
    padding: 20px 0 0 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.center-content_ ul li {
    position: relative;
    padding: 0 0 0 23px;
    font-size: 16px;
    font-weight: 600;
}

.center-content_ ul li::before {
    position: absolute;
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    top: 0;
    left: 0;
    font-weight: 500;
    color: #89b22b;
}


/*************** Testimonial ****************/
.tet {
    padding: 6rem 0 4rem;
}

.tet .carousel {
    width: 70%;
    margin: 0 auto;
}

.tet .carousel-control-prev-icon,
.tet .carousel-control-next-icon {
    background-color: black;
    border-radius: 50%;
    padding: 5px;
    background-size: 15px;
    font-weight: 900;
}

.tet .carousel-control-prev-icon:hover,
.tet .carousel-control-next-icon:hover {
    color: #124e66;
}

.tet .carousel-control-prev,
.tet .carousel-control-next {
    font-size: 10px;
    margin-top: -100px;
}

.tet .carousel-inner .card {
    width: 650px;
    height: 250px;
    margin: 5% auto;
    position: relative;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    overflow: visible;
}

.tet .carousel-item .img-xx {
    position: absolute;
    content: '';
    left: 40%;
    top: -66px;
    border: 2px dashed #97c52e;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 50%;
    z-index: 1;
}

.tet .carousel-item .img-xx img {
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.tet .card-body {
    padding-top: 5rem;
    text-align: center;
    color: #333;
}

.tet .card-body .card-text {
    color: #333;
    font-family: var(--font2);
}

.tet .card .card-body .symbol-code {
    position: relative;
    top: 20px;
    left: 2px;
    font-size: 60px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px;
    color: var(--green);
}

@media (min-width: 768px) and (max-width:991px) {
    .center-content-flex {
        grid-template-columns: 1fr;
    }

    .center-content_ p {
        width: 100%;
    }

    .tet {
        padding: 3rem 0;
    }

    .tet .carousel {
        width: 100%;
    }

    .tet .carousel-inner .card {
        margin: 10% auto;
    }

    .center-content-img img {
        width: unset;
        height: unset;
    }
}

@media (max-width:767px) {
    .center-content-flex {
        grid-template-columns: 1fr;
    }

    .center-content_ p,
    .tet .carousel {
        width: 100%;
    }

    .home-page {
        min-height: 500px;
    }

    .center-content {
        margin: 1rem 0;
    }

    .center-content_ h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .center-content_ ul {
        grid-template-columns: 1fr;
    }

    .tet .carousel-inner .card {
        width: 100%;
        height: 350px;
        margin: 15% auto;
    }

    .tet .carousel-item .img-xx {
        left: 36%;
        top: -50px;
        width: 100px;
        height: 100px;
    }

    .tet .carousel-control-prev,
    .tet .carousel-control-next {
        margin-top: -150px;
    }

    .carousel-item h4 {
        font-size: 15px;
    }

}

/*************** About ****************/
.about-page {
    padding: 5rem 0 1rem;
}

.about--top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding-bottom: 7rem;
    align-items: center;
}

.about-right img {
    width: 550px;
    height: 300px;
    border-radius: 10px;
}

.about-left {
    padding-left: 1rem;
    max-width: 580px;
}

.about-left p {
    color: #333;
    font-size: 18px;
}

.about-left div {
    font-size: 25px;
    font-weight: 500;
    color: #4a4a4a;
    font-family: var(--font1);
}

.about-left div span {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(45deg, #126688, #97c52e) text;
    -webkit-text-fill-color: transparent;
    font-family: var(--font1);
}

.about-left div .ques {
    font-family: var(--font1);
    font-size: 35px;
    color: #34495e;
    font-weight: 900;
}

@media (min-width: 768px) and (max-width:991px) {
    .about-right {
        text-align: center;
        order: 2;
        margin-top: 2rem;
    }

    .about--top {
        grid-template-columns: 1fr;
    }

    .about-left {
        padding-left: 0;
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .about-right {
        order: 2;
    }

    .about--top {
        padding-bottom: 3rem;
    }

    .about-page {
        padding: 2.5rem 0 4rem;
    }

}

/*************** Report ****************/
.reports {
    padding: 3rem 0;

}

.reports-grid {
    padding-top: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.reports-grid .card {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border: none;

}

.reports-grid .card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.reports-grid .card img {
    padding: 20px;
    border-radius: 30px;
}

.reports-grid .card .card-title {
    color: #545454;
    font-size: 18px;
}

.reports-grid .card .card-text {
    padding: 0 1rem;
    font-size: 10px;
    line-height: 20px;
}

.reports-grid .card .card-footer {
    background-color: #f9f9f9;
    color: white;
    padding: 20px 0;
    text-align: center;
    border-top: none;

}

.reports-grid .card:hover .card-footer {
    background-color: #bcdda8;

}

.reports-grid .card:hover .card-footer a {
    text-decoration: underline;

}

.reports-grid .card .card-footer a {
    color: #124e66;
    text-transform: capitalize;
    font-weight: 600;

}

/*************** Events ****************/
.events {
    padding: 5rem 0;
}

.events h3 {
    padding-bottom: 40px;
}

.Events__Toparea {
    scroll-margin-top: 160px;
}

.Events__T {
    column-gap: 50px;
    row-gap: 70px;
}

.Events__T .card {
    padding: 15px 0 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    position: relative;
}

.Events__T .card:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.Events__T .card .card-text {
    font-size: 13px;
    color: #66696b;
    line-height: 18px;
}

.Events__T .card .card-img-top {
    border-radius: 25px;
    height: 250px;
    width: 100%;

}

.Events__T .card .card-img-top img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: top;
}

.Events__T .card .card-body {
    padding: 5px 20px 15px;

}

.Events__T .card .card-body p {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 500;
}

.Events__T .card .card-title {
    font-size: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: absolute;
    top: -26px;
    left: -15px;
    width: 80px;
    height: 80px;
    background: linear-gradient(302deg, #126688, #97c52e);
    border-radius: 50%;
    color: #fff;
    transition: 0.3s ease;
}

.Events__T .card:hover .card-title {
    transform: scale(1.1);
    background: linear-gradient(250deg, #126688, #97c52e);
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 30px;
    justify-content: center;
}

.events-colle {
    width: 100%;
    height: 280px;
}

.events-grid img {
    width: 100%;
    height: 100%;
}

.events-flex img,
.events-grid img {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    transition: transform 0.3s ease;
    border-radius: 10px
}

.events-grid img:hover,
.events-flex .col-img_01:hover,
.events-flex .col-img_02:hover {
    transform: scale(1.03);
}

.Events_Flx {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.events_sets h2 {
    background: linear-gradient(298deg, #1891c2, #bce560);
    color: #fff;
    padding: 10px;
    margin-bottom: 50px;
    font-weight: 500;
    font-family: var(--font1);
}

.events_sets {
    padding-bottom: 6rem;
}

.events_sets span {
    display: inline-block;
    width: 100px;
    height: 100px;
    text-align: center;
    background: linear-gradient(302deg, #126688, #97c52e);
    border-radius: 50%;
    position: absolute;
    top: -27px;
    left: -19px;
    z-index: 1;
    transform: rotate(340deg);
    line-height: 90px;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s;
    transform: rotate(344deg);
}

/*************** Logo ****************/
.tk-u-note {
    box-shadow: none;
    background-color: #f8fbff;
    padding: 7rem 0;
}

.tk-u-note-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
}

.tk-u-note-i img {
    width: 300px;
    object-fit: contain;
    filter: drop-shadow(rgba(0, 0, 0, 0.35) 0px 5px 5px);

}

.tk-u-note-c {
    width: 550px;
    text-align: center;
}

.tk-u-note-h {
    font: 600 normal 40px / 45px "Merriweather", serif;
    font-family: var(--font2);
    padding-bottom: 15px;
    background: linear-gradient(25deg, #126688, #97c52e) text;
    -webkit-text-fill-color: transparent;
}

.tk-u-note-c p {
    padding: 5px 0;
    color: #4a4a4a;
    font-family: var(--font2);
}

.tk-u-note-ns {
    font: 600 normal 17px "Merriweather", serif;
    color: #126688;
}

/*************** Legal ****************/
.Leagl__Section {
    padding: 5rem 0 9rem;
    width: 60%;
    margin: 0 auto;
}

.Leagl__Section h2 {
    color: #4a4a4a;
    font-size: 30px;
    padding-bottom: 40px;
}

.Leagl__BG {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 30px 40px;
    border-radius: 10px;
}

.Leagl__SectionG .Leagl__Section__Colle {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
}

.Leagl__SectionG .Leagl__Section__Colle:last-child {
    box-shadow: none;
}

.Leagl__SectionG .Leagl__Section__Colle span {
    padding: 20px;
    font-family: var(--font2);
    font-size: 20px;
    color: #4a4a4a;
}

.Leagl__SectionG .Leagl__Section__Colle .Le__Left {
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

.Leagl__Section p {
    padding: 20px 0 0;
    font-size: 14px;
    color: #595757;
}

.Leagl__Section p strong {
    font-weight: 500;
}

/*************** Donate ****************/
.Donate__ST {
    padding: 1rem 0 4rem;
}

.Donate__ {
    background: url(../images/Donations_Banner.png) center / cover no-repeat;
    width: 100%;
    min-height: 600px;
    position: relative;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: 30% 45%;
}

.Donate__section {
    padding: 60px 20px;
    text-align: center;
    font-family: 'Segoe UI', sans-serif;
    max-width: 75%;
    margin: 0 auto;
}

.Donate__section h2 {
    font-size: 32px;
    background: linear-gradient(330deg, #126688, #97c52e) text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
    font-weight: 700;
}

.Donate__section .Donate__Quotes {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.Donate__section .Donate__Quotes blockquote {
    font-size: 20px;
    font-style: italic;
    color: #333;
    position: relative;
}

.Donate__section .Donate__Quotes blockquote span {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    color: #666;
    float: inline-end;
}

.Donate__section .Donate__Quotes .Doante_or {
    font-size: 18px;
    color: #444;
}

.Donate__section .Donate__Quotes .Doante_or strong {
    font-size: 18px;
    color: #4a4a4a;
}

.Donate__section .Donate__Quotes .Doante_or p {
    margin-bottom: 20px;
    font-size: 18px;
}

.Donate__section .Donate__Quotes .Doante_or blockquote {
    font-style: italic;
    color: #333;
}

.Donate__ST .Leagl__Section {
    padding: 1rem 0 5rem;
}

@media (min-width: 768px) and (max-width:991px) {
    .tk-u-note-h {
        font: 600 normal 34px / 40px "Merriweather", serif;
    }

    .reports-grid {
        grid-template-columns: 1fr 1fr;
    }

    .Events__T .card .card-title {
        left: -8px;
    }

    .events-grid {
        grid-template-columns: 1fr 1fr;
    }

    .Leagl__Section,
    .Donate__section {
        width: 100%;
        max-width: 100%;
    }

    .Donate__ {
        min-height: 350px;
        background-position: center;
    }

    .Leagl__BG {
        padding: 30px 20px;
    }

    .events_sets span {
        left: -7px;
    }
}

@media (max-width:767px) {
    .events_sets h2 {
        font-size: 15px;
    }

    .events-colle {
        height: unset;
    }

    .events-grid {
        grid-template-columns: 1fr;
    }

    .Donate__section h2 {
        font-size: 27px;
    }

    .Donate__section {
        padding: 60px 0;
    }

    .Leagl__Section__Colle .Le__Bar {
        display: none;
    }

    .tk-u-note-flex {
        flex-direction: column;
    }

    .tk-u-note {
        padding: 4rem 0 5rem;
    }

    .tk-u-note-c {
        width: 100%;
    }

    .tk-u-note-h {
        font: 600 normal 25px / 30px "Merriweather", serif;
    }

    .reports-grid,
    .about--top {
        grid-template-columns: 1fr;
    }

    .Events__T .card .card-title {
        top: -22px;
        left: -9px;
    }

    .events {
        padding: 3rem 0 5rem;
    }

    .about-left {
        padding-left: 0;
        max-width: 100%;
    }

    .about-right img {
        width: unset;
        height: unset;
    }

    .tk-u-note-i img {
        width: 150px;
    }

    .Donate__ {
        min-height: unset;
        background-position: center;
    }

    .Donate__section,
    .Leagl__Section {
        max-width: 100%;
        width: 100%;
    }

    .Leagl__SectionG .Leagl__Section__Colle {
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .events_sets span {
        width: 60px;
        height: 60px;
        top: -10px;
        left: -10px;
        line-height: 57px;
        font-size: 17px;
    }

    .Leagl__SectionG .Leagl__Section__Colle .Le__Left,
    .Leagl__SectionG .Leagl__Section__Colle span {

        font-size: 17px;
    }

    .Leagl__BG {
        padding: 30px 10px;
    }

    .Leagl__SectionG .Leagl__Section__Colle span {
        padding: 0;
    }
}