/*Fonts*/
@font-face {
    font-family: 'Recoleta Bold';
    src: url('../../fonts/custom/Fontspring-DEMO-recoletaalt-black-iF663b21f6712ee.otf'); /* IE9 Compat Modes */
    src: url('../../fonts/custom/Fontspring-DEMO-recoletaalt-black-iF663b21f6712ee.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/custom/Fontspring-DEMO-recoletaalt-black-iF663b21f6712ee.otf') format('ttf'), /* Modern Browsers */
    url('../../fonts/custom/Fontspring-DEMO-recoletaalt-black-iF663b21f6712ee.otf')  format('opentype'), /* Safari, Android, iOS */
    url('../../fonts/custom/Fontspring-DEMO-recoletaalt-black-iF663b21f6712ee.otf#svgFontName') format('otf'); /* Legacy iOS */
}

@font-face {
    font-family: 'Recoleta Medium';
    src: url('../../fonts/custom/Fontspring-DEMO-recoletaalt-medium-iF663b21f692da3.otf'); /* IE9 Compat Modes */
    src: url('../../fonts/custom/Fontspring-DEMO-recoletaalt-medium-iF663b21f692da3.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fonts/custom/Fontspring-DEMO-recoletaalt-medium-iF663b21f692da3.otf') format('ttf'), /* Modern Browsers */
    url('../../fonts/custom/Fontspring-DEMO-recoletaalt-medium-iF663b21f692da3.otf')  format('opentype'), /* Safari, Android, iOS */
    url('../../fonts/custom/Fontspring-DEMO-recoletaalt-medium-iF663b21f692da3.otf#svgFontName') format('otf'); /* Legacy iOS */
}

.font-recoleta-medium {
    font-family: 'Recoleta Medium', sans-serif;
}

.font-recoleta-bold {
    font-family: 'Recoleta Bold', sans-serif;
}

.nav-link {
    color: #0A883E !important;
}

.text-afc-green {
    color: #0A883E !important;
}

.btn-afc-yellow {
    background: #efb443;
    color: #fff !important;
    border-radius: 4px;
}

.btn-afc-green {
    background: #0A883E;
    color: #fff !important;
}

.bg-afc-green {
    background: #0A883E;
}

.bg-afc-orange {
    background-color: #dc5d01;
}

.btn-afc-white {
    background: #fff;
    color: #0A883E !important;
    border: 1px solid #0A883E;
}

.btn-white-bg {
    background: #fff;
    border-radius: 10px;
}

.menu-active {
    border-bottom: 2px solid #efb443;
}

.ent-details {
    border-left: 2px solid #efb443;
}

.hero-image {
    position: relative;
    background-image: url("/v2/images/header.png");
    /* Replace with your image URL */
    background-size: cover;
    background-position: center;

    height: 400px;
    /* Adjust the height as needed */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    /* Replace with your desired overlay color */
    display: flex;
    flex-direction: column;
    padding: 20px;
    color: #fff;
    /* Replace with your desired text color */
}

.hero-text {
    /* margin-top: 120px; */
    font-family: "Merienda";
    width: 519px;
    height: 168px;
    left: calc(50% - 519px / 2 - 378.5px);
    top: 247px;
    margin-bottom: 20px;
    /* Adjust the spacing as needed */
    color: #262626;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 120%;
}

.hero-button {
    background-color: #fff;
    /* Replace with your button background color */
    color: #000;
    /* Replace with your button text color */
    border: none;
    padding: 10px 20px;
    /* Adjust the padding as needed */
    font-size: 18px;
    /* Adjust the font size as needed */
    text-decoration: none;
}

@media (min-width: 768px) {
    .overlay {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
    }
}

.hero-p {
    color: #333333;
}

.text-dark-red {
    color: #780101 !important;
}

@media (max-width: 767px) {
    .hero-text {
        font-size: 40px;
        width: 90vw;
    }

    .hero-p {
        margin-top: -50px;
        font-size: 20px;
        font-weight: 500;
    }

    .h-btn-1 {
        margin-bottom: 10px;
    }
}

.our-partner-h4 {
    color: #444444;
}

@media (min-width: 768px) {
    /* show 3 items */
    .carousel-inner-ent .active,
    .carousel-inner-ent .active + .carousel-item-ent,
    .carousel-inner-ent .active + .carousel-item-ent + .carousel-item-ent {
        display: block;
    }

    .carousel-inner-ent
        .carousel-item-ent.active:not(.carousel-item-right):not(
            .carousel-item-left
        ),
    .carousel-inner-ent
        .carousel-item-ent.active:not(.carousel-item-right):not(
            .carousel-item-left
        )
        + .carousel-item,
    .carousel-inner-ent
        .carousel-item-ent.active:not(.carousel-item-right):not(
            .carousel-item-left
        )
        + .carousel-item
        + .carousel-item {
        transition: none;
    }

    .carousel-inner-ent .carousel-item-next,
    .carousel-inner-ent .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carousel-inner-ent
        .active.carousel-item-ent
        + .carousel-item-ent
        + .carousel-item-ent
        + .carousel-item-ent {
        /* position: absolute;
        top: 0;
        right: -.3333%;
        z-index: -1;
        display: block;
        visibility: visible; */
    }
    .carousel-item-left-demo {
        /* position: unset!important; */
        transform: none !important;
        visibility: visible;
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item-ent,
    .carousel-item-next.carousel-item-left
        + .carousel-item
        + .carousel-item-ent,
    .carousel-item-next.carousel-item-left
        + .carousel-item-ent
        + .carousel-item-ent
        + .carousel-item-ent {
        /* position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible; */
    }

    /* farthest right hidden item must be abso position for animations */
    .carousel-inner-ent .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right
        + .carousel-item
        + .carousel-item
        + .carousel-item-ent {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.carousel-item-ent {
    margin-right: 0px;
}

.card-img {
    object-fit: cover;
    height: 100%;
}

.card-img-overlay {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    /* padding: 1.25rem; */
    background: linear-gradient(
        360deg,
        rgba(2, 1, 0, 0.5) 28.21%,
        rgba(2, 1, 0, 0) 98.39%
    );
    /* background-color: rgba(0, 0, 0, 0.6); */
}

.card-img-overlay2 {
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    /* padding: 1.25rem; */
    /* background-color: rgba(0, 0, 0, 0.6); */
}

.card-title,
.card-text {
    color: white;
}

.text-afc-orange {
    color: #dc5d01;
}

.bg-light-green {
    background-color: #ecffec;
}

.oppotunities-country {
    color: #808080;
}

.bg-image {
    background-size: cover;
    background-position: center;
    height: 100vh;
    /* Set the height to occupy the full viewport height */
}

.bg-social {
    background: linear-gradient(
        0deg,
        rgba(120, 1, 1, 0.8),
        rgba(120, 1, 1, 0.8)
    ) !important;
}

/*FOOTER*/
footer {
    color: #fff;
    background-color: #0A883E;
}

footer a:any-link {
    color: #fff;
    font-size: 14px;
    transition-duration: 0.2s;
}

footer a:hover {
    color: #fa944b;
    text-decoration: none;
}

.copy {
    font-size: 12px;
    padding: 10px;
    border-top: 1px solid #ffffff;
}

.footer-middle {
    padding-top: 2em;
    color: white;
}

/*SOCİAL İCONS*/

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

/* footer social icons */

.social-network a.icoFacebook:hover {
    background-color: #3b5998;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44bcdd;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}

.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.social-network a {
    background-color: #f9f9f9;
}

.border-top-left-radius-0 {
    border-top-left-radius: 0;
}
.border-bottom-left-radius-0 {
    border-bottom-left-radius: 0;
}

.border-top-right-radius-0 {
    border-top-right-radius: 0;
}
.border-bottom-right-radius-0 {
    border-bottom-right-radius: 0;
}

.border-top-right-radius-8 {
    border-top-right-radius: 8px;
}
.border-bottom-right-radius-8 {
    border-bottom-right-radius: 8px;
}
.border-top-left-radius-8 {
    border-top-left-radius: 8px;
}
.border-bottom-left-radius-8 {
    border-bottom-left-radius: 8px;
}

.socail-active {
    border-bottom: 2px solid #efb443;
    max-width: 6rem;
}

.home-social-image {
    width: 100%;
    object-fit: scale-down; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    /*height: 400px;*/
    border-radius: 8px;
}

a {
    color: #0A883E;
    text-decoration: none;
    background-color: transparent;
}
.our-programs-section {
    font-family: DM Sans;
}
.our-programs-text h2 {
    font-size: 25px;
    font-weight: 450;
    line-height: 37.06px;
    text-align: left;
    color: #0A883E;
}

.carousel-section-brace {
    border: #0A883E solid 2px;
    border-radius: 5px;
}

.carousel-section-sep {
    border: #780101 solid 2px;
    border-radius: 5px;
}

.carousel-section-lawff {
    border: #dc5d01 solid 2px;
    border-radius: 5px;
}

.carousel-section-yaedp {
    border: #54471b solid 2px;
    border-radius: 5px;
}

.carousel-card-program {
    margin-left: 20px;
    margin-right: 50px;
}

.card-program-mobile {
    margin-left: 20px;
    margin-right: 10px;
}

.mobile-brace-img{
    height: 180px !important;
    width: 180px !important;
}

.brace a {
    text-decoration: none;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 350;
    line-height: 20.83px;
    text-align: left;
    color: #0A883E;
    margin-bottom: 20px;
}

.sep a {
    text-decoration: none;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 350;
    line-height: 20.83px;
    text-align: left;
    color: #780101;
    margin-bottom: 20px;
}

.lawff a {
    text-decoration: none;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 350;
    line-height: 20.83px;
    text-align: left;
    color: #dc5d01;
    margin-bottom: 20px;
}

.yaedp a {
    text-decoration: none;
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 350;
    line-height: 20.83px;
    text-align: left;
    color: #54471b;
    margin-bottom: 20px;
}

.flex-1-program-text {
    display: flex;
    margin-top: 12px;
}

.brace-1 {
    font-weight: 400;
    font-size: 22px;
    border-radius: 3px;
    margin-right: 20px;
    padding: 10px 20px 10px 20px;
    background-color: #0A883E;
    color: #ffffff;
    text-align: justify-content-center;
}

.sep-1 {
    font-weight: 400;
    font-size: 22px;
    border-radius: 3px;
    margin-right: 20px;
    padding: 10px 20px 10px 20px;
    background-color: #780101;
    color: #ffffff;
    text-align: justify-content-center;
}

.lawff-1 {
    font-weight: 400;
    font-size: 22px;
    border-radius: 3px;
    margin-right: 20px;
    padding: 10px 20px 10px 20px;
    background-color: #dc5d01;
    color: #ffffff;
    text-align: justify-content-center;
}

.yaedp-1 {
    font-weight: 400;
    font-size: 22px;
    border-radius: 3px;
    margin-right: 20px;
    padding: 10px 20px 10px 20px;
    background-color: #54471b;
    color: #ffffff;
    text-align: justify-content-center;
}

.shocks-brace {
    color: #0A883E;
    font-size: 24px;
    font-weight: 620;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
}

.mobile-shocks-brace{
    color: #0A883E;
    font-size: 16px;
    font-weight: 620;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
}

.space-up-mobile{
    margin-top: 20px;
}

.scaling-export {
    color: #780101;
    font-size: 24px;
    font-weight: 620;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
}

.scaling-export-mobile {
    color: #780101;
    font-size: 16px;
    font-weight: 620;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
}

.leading-w-fellowship {
    color: #dc5d01;
    font-size: 24px;
    font-weight: 620;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
}

.leading-w-fellowship-mobile {
    color: #dc5d01;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
}

.youth-a-export-program {
    color: #54471b;
    font-size: 24px;
    font-weight: 620;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
}

.youth-a-export-program-mobile {
    color: #54471b;
    font-size: 16px;
    font-weight: 620;
    line-height: 25px;
    letter-spacing: -0.02em;
    text-align: left;
}

.carousel-section-details {
    color: #333333;
    font-size: 16px;
    line-height: 20.83px;
    text-align: justify;
    font-weight: 400;
    margin-top: 6px;
}

@media (max-width: 768px) {
    .carousel-section-details {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .space-up-programs {
        margin-top: 80px;
    }
}

@media (max-width: 768px) {
    .brace-img {
       height: 180px !important;
       width: 380px !important;
    }
}

.vist-page-arrow {
    width: 40px;
    height: 30px;
}

.brace-img {
    height: 330px;
    width: 380px;
}

.member-month-orange{
    color: #dc5d01;
     background-color: white;
    border-radius: 50%;
    border: 1px solid #B6B6B6;
    padding: 10px;
}

/*member image section style starts*/
.member-image {
    position: relative;
    text-align: center;
}

.member-month-frame {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 305px;
    height: 333px;
}

.frame-img {
    width: 100%;
    height: auto;
    display: block;
}

.lay-member-image {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 270px;
    height: 260px;
}

.AFC-member-month {
    font-size: 13px;
    font-weight: 500;
    color: #333333;
    position: absolute;
    top: 3%;
    left: 50%;
    margin-left: 5px;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
}

.name-of-member {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
}

.member-m-name {
    font-size: 16px;
    font-weight: 500;
    display: block;
}

.business-name-m-month {
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: -30px;
}

@media (max-width: 768px) {
    .AFC-member-month, .name-of-member {
        font-size: 16px;
    }

    .lay-member-image {
        width: 270px;
        height: 260px;
    }

    .frame-m-month-mobile{
        margin-top: 35px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .AFC-member-month, .name-of-member {
        font-size: 14px;
    }

    .lay-member-image {
        width: 270px;
        height: 260px;
    }
}
/*member image section style ends*/

 .workshop-course-image {
     width: 146px;
     height: 97px;
 }

 .workshop-training-name {
     font-size: 18px;
     font-weight: 400;
     line-height: 19.36px;
     text-align: center;
     color: #414141
 }

 .faculty-university-name {
     font-size: 15px;
     font-weight: 500;
     line-height: 16.94px;
     text-align: center;
     color: #0A883E;
 }

 .background-news-update {
     font-family: DM Sans;
     background-color: white;
     padding-bottom: 30px;
     padding-top: 12px;
 }

 .news-updt-image {
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .news-update-image img {
     height: 260px;
     object-fit: cover;
     object-position: center;
 }

 .news-update-year {
     font-weight: 400;
     line-height: 20.83px;
     color: #DC5D01;
     font-size: 14px;
 }

 .news-update-source {
     font-weight: 400;
     border-radius: 20px;
     padding: 7px 15px 7px 15px;
     background-color: #544703;
     line-height: 20.83px;
     color: white;
     font-size: 14px;
 }

 .news-update-title {
     font-size: 21px;
     color: #DC5D01;
     line-height: 24.04px;
     font-weight: 500;
 }

  .news-updt-details {
     color: #333333;
     line-height: 20.83px;
     font-size: 16px;
     /*height: 80px;*/
 }

 .news-read-more a {
     color: #0A883E;
     font-size: 16px;
 }

 .news-read-more a:hover {
     color: #0A883E;
 }

 /* .news-updt-border {
    position: relative;
}

.news-updt-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #0A883E 50%, #EFB443 50%);
} */

  @media(min-width: 768px) and (max-width: 991px) {
    .news-updt-title{
        height: 220px;
    }
     .news-updt-details{
        height: 120px;
     }
    .news-cat-height{
        height: 70px;
    }
 }

  @media(min-width: 992px) and (max-width: 1199px) {
    .news-updt-title{
        height: 150px;
    }
     .news-updt-details{
        height: 90px;
     }
    .news-cat-height{
        height: 40px;
    }
 }
@media(min-width: 1200px) and (max-width: 1287px) {
    .news-updt-title {
        height: 120px;
    }

    .news-updt-details {
        height: 70px;
    }

    .news-cat-height {
        height: 40px;
    }
}

.name-height {
    height: 72px;
}

.margin-bottom-15 {
    margin-bottom: 12px;
}

@media(min-width: 768px) and (max-width: 993px) {
    .name-height {
        height: 150px;
    }

    .mobile-tp-30 {
        margin-top: 24px;
    }

    .margin-bottom-15 {
        margin-bottom: 48px;
    }

    .rounded-top {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media(min-width: 994px) and (max-width: 1200px) {
    .name-height {
        height: 100px;
    }

    .margin-bottom-15 {
        margin-bottom: 30px;
    }

}

@media(min-width: 768px) and (max-width: 1200px) {
    .mobile-mb-height {
        margin-bottom: 45px;
    }
}

@media(min-width: 326px) and (max-width: 400px) {
    .AFC-member-month {
        font-size: 10px;
    }
}

/* style for new member of the month section begins */
    .border-member-month-new {
    width: 305px;
    height: 236px;
    border-top-right-radius: 80px;
    border-top-left-radius: 20px;
}

    .border-member-month-new img{
        height: 236px;
        width: 305px;
        border-top-right-radius: 80px;
        border-top-left-radius: 20px;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        object-fit: cover;
        object-position: top;
    }

    .member-month-text h2{
        font-size: 25px;
        font-weight: 450;
        line-height: 37.06px;
        text-align: center;
        color: #0A883E;
    }

    .afc-green-bg{
        background-color: #0A883E;
        width: 305px;
        height: 96px;
        border-bottom-left-radius: 80px;
        border-bottom-right-radius: 20px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.32);
    }

    .afc-green-bg a{
        background-color: white;
        color: #525050;
        font-family: DM Sans;
        font-size: 14px;
        font-weight: 400;
        line-height: 18.23px;

    }
    .member-name-new{
        font-family: DM Sans;
        font-size: 18px;
        font-weight: 500;
        line-height: 23.44px;
    }
    .member-business-name-new{
        font-family: DM Sans;
        font-size: 16px;
        font-weight: 400;
        line-height: 20.83px;
    }
    @media (max-width: 767px) {
    .margin-mobile-new{
       margin-top: 30px;
    }
    .margin-bottom-mobile{
        margin-bottom: 120px;
    }
  }
  @media(min-width: 768px) and (max-width: 992px) {
    .border-member-month-new img {
        width: 305px;
    }
 }
/* style for new member of the month section ends */

/* style for new ambassadors page begins */
.ambassador-image {
    position: relative;
}

.amb-full-card{
    border: solid #CCCCCCCC 1px; position: relative; border-radius:5px;
}

.ambassador-image img{
    clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 100%, 0% 100%, 0 10%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /*width: 273px;*/
    /*height: 235px;*/
}

.ambassador-image a{
    text-decoration: none;
}
.ambassador-image a:hover{
    color: #D3681A;
}

.overlay-button {
    position: absolute;
    top: 8px;
    left: 3%;
    z-index: 2;
    padding: 5px 10px;
    background-color: white;
    color: #D3681A;
    border-radius: 25px;
    font-size: 14px;
    border: solid #D3681A 1px;
}

@media (max-width: 767px) {
    .overlay-button {
        top: 12px;
        left: 3%;
    }
}

.amb-name{
    color: #0A883E;
    font-size: 20px;
    height: 42px;
}
.amb-company{
    color: #333333;
    font-size: 15px;
     height: 75px;
}

.amb-company p{
    margin-bottom: 3px !important;
}

@media(min-width: 768px) and (max-width: 992px) {
    .amb-name{
    height: 105px;
}
.amb-company{
     height: 85px;
}
.amb-text-left-right{
    height: 300px !important;
}
}

@media(min-width: 993px) and (max-width: 1199px) {
    .amb-name{
    height: 70px;
  }
  .amb-company{
    height: 85px;
}
  .amb-text-left-right{
    height: 270px !important;
  }
 }

@media(min-width: 1200px) {
.amb-text-left-right{
    height: 245px !important;
}
}

p .amb-icon i{
    color: white !important;
    font-size: 16px;
}
p .amb-icon {
    color: white !important;
    font-size: 16px;
}

@media(max-width: 400px) {
    .ambassadors-text-mobile{
        font-size: 38px !important;
    }
    }

/* style for new ambassadors page ends */
