*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Inria Sans ;
}

.body_wrapper{

}


.above_nav{
    background-color: #F7710B;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding: 20px 50px 10px 50px;
}

.left{
    display: flex;
    align-items: center;
    gap: 20px;
}
.phone{
    display: flex;
    gap: 10px;
}

.support{
    display: flex;
    gap: 10px;
}

.right{
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media screen and (max-width: 600px){

    .above_nav{
        padding: 0;
        justify-content: space-around;
        height: 50px;
    }

    .above_nav img{
        width: 13px;
    }
    .left{
        flex-direction: column;
        gap: 2px;
        align-items: self-start;
        font-size: 10px;
    }
}



@media screen and (min-width: 601px) and (max-width: 1023px){
    .above_nav{
        gap: 30px;
    }
}

/* NAV */

nav{
    margin-top: 20px;
}

.nav_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px 0;
}

.nav_links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style-type: none;
}

.nav_links li{
    font-size: 15px;
}

.nav_container button{
    width: 187px;
    height: 38px;
    border-radius: 20px;
    padding: 10px;
    background-color: #044B06;
    border: none;
    color: #fff;
}

@media screen and (min-width: 601px) and (max-width: 1023px){
    .nav_container{
        gap: 20px;
    }
    

    .nav_container img{
        width: 80px;
    }

    .nav_links{
        gap: 20px;
    }

    .nav_links li{
        font-size: 12px;
    }

    .nav_container button{
        width: 127px;
        height: 30px;
        border-radius: 20px;
        padding: 10px;
        background-color: #044B06;
        border: none;
        color: #fff;
    }
}

@media screen and (max-width: 600px){
    nav{
        height: 77px;
    }

    .nav_container img{
        width: 60px;
    }

    .nav_links{
        display: none;
    }

    .nav_container{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 40px 0;
    }

    .nav_container button{
        width: 147px;
        height: 38px;
        border-radius: 20px;
        padding: 10px;
        background-color: #044B06;
        border: none;
        color: #fff;
    }
}


/* First Section */


.first_section{
   height: 550px;
   margin-top: 10px;
   position: relative;
  
}


.first_section_container{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 2s ease-in-out;
}

.slide:nth-child(1) {
    background-image: linear-gradient(to top, rgba(6, 147, 11, 1), rgba(2, 45, 3, 0)),
        url(images/component1.jpg);
    animation: fade 12s infinite;
}

.slide:nth-child(2) {
    background-image: linear-gradient(to top, rgba(6, 147, 11, 1), rgba(2, 45, 3, 0)),
        url(images/hand-cupping-stethoscope-health-concept1.jpg);
    animation: fade 12s infinite 4s;
}

.slide:nth-child(3) {
    background-image: linear-gradient(to top, rgba(6, 147, 11, 1), rgba(2, 45, 3, 0)),
        url('images/africa-humanitarian-aid-doctor-taking-care-patient1.jpg');
    animation: fade 12s infinite 8s;
}

@keyframes fade {
    0%, 100% { opacity: 0; }
    25%, 75% { opacity: 1; }
}


.first_section_text{
    color: #fff;
    position: absolute;
    padding-top: 170px;
    padding-left: 100px;
    z-index: 2;
    
}

.first_section_text p{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.first_section_text h2{
    font-family: Inter;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
}

.first_section_buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: 430px;
    left: 100px;
    z-index: 2;
}

.first_section_buttons .button_1{
    width: 150px;
    height: 35px;
    border-radius: 20px;
    padding: 10px;
    background-color: #044B06;
    border: none;
    color: #fff;
}

.first_section_buttons .button_2{
    width: 187px;
    height: 38px;
    border-radius: 20px;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

@media screen and (min-width: 601px) and (max-width: 1023px){
    .first_section_text p{
        font-size: 15px;
    }
    
    .first_section_text h2{
        font-size: 30px;
    }

    .first_section_buttons{
        top: 390px;
    }
    
}

@media screen and (max-width: 600px){
    .first_section{
        width: 100%;
        height: 490px;
        background-image: linear-gradient(to top,rgba(6, 147, 11, 1), rgba(2, 45, 3, 0) ), url(images/portrait-african-american-woman-working-as-doctor2.jpg);
        background-size:cover;
        background-position: center;
        background-repeat:  no-repeat;
    }

    .first_section_container{
        animation: none;
    }

    .first_section_text{
        padding-top: 170px;
        padding-left: 0px;
        text-align: center;
    }

    .first_section_text p{
        font-size: 13px;
        line-height: 14px;
        margin-bottom: 20px;
    }
    
    .first_section_text h2{
        font-family: Inter;
        font-weight: 800;
        font-size: 28px;
        line-height: 30px;
    }

    .first_section_buttons{
        gap: 10px;
        top: 430px;
        left: 15px;
    }

    .first_section_buttons .button_1{
        width: 120px;
        height: 30px;
    }
    
    .first_section_buttons .button_2{
        width: 157px;
        height: 33px;
    }
}

/* Second Section */

@media screen and (max-width: 600px){
    .second_section{
        flex-direction: column;
        margin: 0;
    }

    .second_section_text{
        margin-left: 0 !important;
        padding-left: 35px !important;
        order: -1;
    }

    .second_section_text h2.first_txt{
        font-size: 12px;
        margin-bottom: 14px;
    }
    
    .second_section_text h2.sec_txt{
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 22px;
    }
    
    .second_section_text p.third_txt{
        font-size: 9px;
        line-height: 11.26px;
        text-align: left;
    }

    .second_section_text .play img{
        width: 42px;
        height: 42px;
        margin-left: -15px;
     }
     
    #play_span{
        font-weight: 600px;
        color: black;
        font-size: 12px;
        margin-left: 0px;
        margin-top: -5px;
    }

    .second_section_images{
        margin: 0;
        padding: 0;
    }

    .second_section_images .first_img{
        width: 272.66px !important;
        height: 238.1px !important;
        position: relative;
    }
    .second_section_images .second_img{
        top: 150px !important;
        left: 155px !important;
        width: 190px !important;
        height: 162px !important;
    }
    .side_image_1{
        position: absolute;
        width: 100px;
        left: -99px !important;
        top: 242px !important;
    }

    .second_section_images .third_img{
        position: absolute;
        width: 29px;
        top: 254px !important;
        left: 139px !important;
        z-index: -2;
    }

    .second_section_images .fourth_img{
        position: absolute;
        width: 29px;
        top: 132px !important;
        left: 253px !important;
        z-index: -2;
    }
}

@media screen and (min-width: 601px) and (max-width: 759px){
    .second_section_images .first_img{
        width: 224px !important;
        height: 270px !important;
    }

    .second_section_images .second_img{
        top: 142px !important;
        left: 143px !important;
        width: 150px !important;
        height: 180px !important;
    }

    .second_section_images .third_img{
        width: 37px;
        top: 285px !important;
        left: 111px !important;
        z-index: -2;
    }

    .second_section_images .fourth_img{
        width: 37px;
        top: 124px !important;
        left: 214px !important;
        z-index: -2;
    }

 
}


@media screen and (min-width: 760px) and (max-width: 1023px){

    .second_section .second_section_images{
        margin-top: -180px;
    }
    .second_section_images .first_img{
        width: 294px !important;
        height: 270px;
    }

    .second_section_images .second_img{
        top: 159px !important;
        left: 171px !important;
        width: 199px !important;
        height: 200px;
    }

    .second_section_images .third_img{
        width: 37px;
        top: 288px !important;
        left: 150px !important;
        z-index: -2;
    }

    .second_section_images .fourth_img{
        width: 37px;
        top: 140px !important;
        left: 280px !important;
        z-index: -2;
    }

    .second_section .second_section_text{
        margin-top: 100px;
        margin-left: 30px;
    }

    .second_section_text .first_txt{
        font-size: 15px !important;
        margin-bottom: 15px;
    }
    
    .second_section_text .sec_txt{
        font-size: 27px !important;
        margin-bottom: 15px;
    }
    
    .second_section_text p{
        font-size: 12px;
        line-height: 20px;
        font-weight: 400px;
        color: rgba(0, 0, 0, 0.5);
    }

    .second_section_text .play img{
        width: 80px;
     }
     
     .second_section .second_section_text .play span{
         font-weight: 600px;
         color: #06930B;
         font-size: 18px;
         margin-left: -20px;
         margin-top: -10px;
     }


}

@media screen and (min-width: 1024px) and (max-width: 1268px){
    .second_section .second_section_images{
        margin-top: -100px;
    }
    .second_section_images .first_img{
        width: 400px !important;
        height: 320px;
    }

    .second_section_images .second_img{
        top: 184px !important;
        left: 239px !important;
        width: 250px !important;
        height: 230px;
    }

    .second_section_images .third_img{
        width: 60px;
        top: 310px !important;
        left: 213px !important;
        z-index: -2;
    }

    .second_section_images .fourth_img{
        width: 60px;
        top: 160px !important;
        left: 384px !important;
        z-index: -2;
    }

}





.second_section{
    display: flex;
    align-items: center;
}

.second_section_images{
    padding-top: 30px;
    flex-basis: 100%;
    position: relative;
}

.side_image_1{
    position: absolute;
    width: 100px;
    left: -41px;
    top: 431px;
}

.side_image_2{
    position: absolute;
    width: 100px;
    right: -20px;
    top: -160px;
}

.second_section_images .first_img{
    width: 486px;
}

.second_section_images .second_img{
    position: absolute;
    width: 316px;
    top: 210px;
    left: 270px;
}

.second_section_images .third_img{
    position: absolute;
    top: 443px;
    left: 235px;
    z-index: -2;
}

.second_section_images .fourth_img{
    position: absolute;
    top: 171px;
    left: 465px;
    z-index: -2;
}


.second_section_text{
    flex-basis: 100%;
    font-family: Inter;
    margin-top: 120px;
    margin-left: 50px;
    position: relative;
}

.second_section_text .first_txt{
    color: #06930B;
    font-weight: 700px;
    font-size: 20px;
    margin-bottom: 15px;
}

.second_section_text .sec_txt{
    color: #F7710B;
    font-weight: 700px;
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 36px;
}

.second_section_text p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400px;
    color: rgba(0, 0, 0, 0.5);
}

.second_section_text .play{
   display: flex;
   align-items: center;
}

.second_section_text .play span{
    font-weight: 600px;
    color: #06930B;
    font-size: 20px;
    margin-left: -30px;
    margin-top: -10px;
}

/* Third Section */

@media screen and (max-width: 600px){
    .third_section{
        padding-left: 0px;
    }
    .top_div, .bottom_div{
        flex-direction: column;
    }

    .third_section_divs .div_text h2{
        font-size: 25px;
    }

    .third_section_divs .div_text ul li{
        font-size: 12px;
        font-family: Inria sans;
        padding-left: -25px;
    }

    .third_section_container .third_section_divs{
        background-color: #fff;
        width: 390px;
        height: 400px;
        border-radius: 20px;
        padding-top: 10px;
    }
}


@media screen and (min-width: 601px) and (max-width: 759px){
    .third_section_container .third_section_divs{
        background-color: #fff;
        width: 190px;
        height: 250px;
    } 

    .third_section_container .top_div, .third_section_container .bottom_div{
        gap: 10px;
        margin-bottom: 15px;
    }


    .div_image img{
        width: 90px;
    }
    
    .third_section_divs .div_image{
        text-align: center;
        margin-bottom: 10px;
     }
     .third_section_divs .div_text{
         text-align: left;
         padding-left: 20px;
     }


    .third_section_divs .div_text h2{
        font-size: 14px;
        margin-bottom: 8px;
        line-height: 34.23px;
    }
    
    
    .third_section_divs .div_text ul li{
        font-family: Inter;
        font-size: 9px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.5);
        line-height: 10px;
        margin-bottom: 10px;
        text-align: left;
    }
}

@media screen and (min-width: 760px) and (max-width: 1023px){
   .body_wrapper .third_section{
        margin-top: 20px;
        padding: 20px;
    }

    .third_section_container .top_div, .third_section_container .bottom_div{
        display: flex;
        gap: 15px;
        margin-bottom: 10px;
    }

    .third_section_container .third_section_divs{
        background-color: #fff;
        width: 230px;
        height: 340px;
        border-radius: 20px;
        padding-top: 20px;
    }

    .div_image{
        text-align: center;
        margin-bottom: 30px;
     }

     .div_image img{
        width: 120px;
     }


     .third_section_divs .div_text{
         text-align: left;
         padding-left: 15px;
     }
     
     .third_section_divs .div_text h2{
         font-family: Inter;
         font-size: 20px;
         font-weight: 700;
         color: #06930B;
         margin-bottom: 10px;
         line-height: 34.23px;
     }
     
     
     .third_section_divs .div_text ul li{
         font-family: Inter;
         font-size: 11px;
         font-weight: 400;
         color: rgba(0, 0, 0, 0.5);
         line-height: 17px;
         margin-bottom: 10px;
         text-align: left;
     }
     
}

@media screen and (min-width: 1024px) and (max-width: 1268px){
    .third_section_container .third_section_divs{
        width: 325px;
        height: 475px;
    }  

    .third_section_divs .div_text h2{
        font-family: Inter;
        font-size: 24px;
        font-weight: 700;
        color: #06930B;
        margin-bottom: 10px;
        line-height: 34.23px;
    }


    .third_section_divs .div_text ul li{
        font-size: 12px;
        line-height: 17px;
    }
}




.third_section{
    background-color: #C9FFCF;
    margin-top: 80px;
    padding: 30px;
    width: 100%;
}

.third_section_container{
    display: grid;
    place-content: center;
}

.top_div, .bottom_div{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}




.third_section_divs{
    background-color: #fff;
    width: 390px;
    height: 475px;
    border-radius: 20px;
    padding-top: 20px;
}

.div_image{
   text-align: center;
   margin-bottom: 30px;
}
.div_text{
    text-align: left;
    padding-left: 60px;
}

.div_text h2{
    font-family: Inter;
    font-size: 30px;
    font-weight: 700;
    color: #06930B;
    margin-bottom: 10px;
    line-height: 34.23px;
}


.div_text ul{
    list-style-position: inside;
}

.div_text ul li{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 17px;
    margin-bottom: 10px;
    text-align: left;
}


/* Fourth Section */

@media screen and (max-width: 600px ){
    .steth{
        display: none;
    }

    .cards_div .cards{
        width: 153px;
        height: 230px;
    }

    .cards_div .cards img{
        border-radius: 15px;
        width: 143px;
        height: 150px;
    }

    .cards_div .cards p.first_p{
        font-size: 10px;
        line-height: 13px;
        padding-top: 0;
        padding-left: 10px;
    }

    .cards_div .cards .sec_p{
        font-size: 9px;
        line-height: 10px;
        padding-left: 10px;
        margin: 0;
    }

    .card_full_div{
        width: 354px;
        height: 472px;
    }

    .media_div{
        display:block !important;
    }
    .padding_div{
        padding-top: 13px;
    }

    .card_full_div{
        gap: 7px !important;
    }
}

@media screen and (min-width: 601px) and (max-width: 759px){
    .cards_div .cards{
        width: 140px;
        height: 245px;
    }
    
    .cards_div .cards img{
        width: 140px;
    }
    
    p.first_p{
       font-weight: 700;
       font-size: 11px !important;
    }
    
    .cards p.sec_p{
        font-size: 10px;
    }
    .fourth_section_container .card_full_div{
        display: flex;
        gap: 10px;
    }
    
    .card_full_div .media_div{
        display: flex;
        gap: 10px;
    }

    .fourth_section .fourth_section_container{
        padding-left: 1px;
    }
}


@media screen and (min-width: 760px) and (max-width: 1023px){
    
.fourth_section{
    padding: 10px !important;
    position: relative;
}
.fourth_section_container .top{
    text-align: center;
    margin-bottom: 30px;
}


.fourth_section .fourth_section_container{
    padding-left: 5px;
}

.fourth_section .top p{
    font-size: 17px;
}


.fourth_section .top h2{
    font-size: 25px !important;
}

.cards_div .cards{
    width: 170px;
    height: 295px;
}

.cards_div .cards img{
    width: 170px;
}

p.first_p{
   font-weight: 700;
   font-size: 14px !important;
   color: #06930B; 
   margin-bottom: 5px;
   padding-left: 20px;
   padding-top: 10px;
}

.cards p.sec_p{
    color:rgba(6, 147, 11, 0.5);
    font-size: 12px;
    padding-left: 20px;
}

.card_full_div{
    display: flex;
    gap: 20px;
}

.media_div{
    display: flex;
    gap: 20px;
}

}

@media screen and (min-width: 1024px) and (max-width: 1268px){
    .cards_div .cards{
         width: 220px;
         height: 325px;
     }
     
     .cards_div .cards img{
         width: 220px;
     }
     
     .cards_div .cards p.first_p{
        font-size: 13px;
     }
     
     .cards_div .cards .sec_p{
         font-size: 12.8px;
     }
}




.fourth_section{
    font-family: Inter;
    padding: 30px;
    position: relative;
}

.fourth_section_container{
    display: grid;
    place-content: center;
    padding-left: 40px;
}

.steth{
    position: absolute;
    top: -114px;
    left: -24px;
    z-index: -63;
}


.top{
    text-align: center;
    margin-bottom: 50px;
}

.top p{
    font-weight: 700;
    font-size: 20px;
    color: #06930B;
}


.fourth_section .top h2{
    color: #F7710B;
    font-size: 30px;
    line-height: 36px;
}

.cards{
   box-shadow: 0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);
    border-radius: 15px;
    width: 290px;
    height: 395px;
}

.cards img{
    border-radius: 15px;
    width: 290px;
}

.cards p.first_p{
   font-weight: 700;
   font-size: 16px;
   color: #06930B; 
   margin-bottom: 5px;
   padding-left: 20px;
   padding-top: 10px;
}

.sec_p{
    color:rgba(6, 147, 11, 0.5);
    font-size: 13px;
    padding-left: 20px;
}

.card_full_div{
    display: flex;
    gap: 20px;
}

.media_div{
    display: flex;
    gap: 20px;
}


/* Fifth Section */

@media screen and (max-width: 600px){

    .fifth_section .fifth_f_container{
       width: 100%;
       display: grid;
       place-content: flex-start;
    }

    .fifth_section .fifth_container{
        padding-left: 20px;
        margin-top: 0;
        width: 100%;
    }

    .fifth_container .fifth_top{
        flex-direction: column;
        margin-right: 0;
        gap: 0;
        align-items: start;
    }
    .fifth_top .logo_p img{
        width: 100px;
        height: 100px;
    }

    .fifth_top .logo_p p{
        margin-left: 0;
        margin-bottom: 0;
    }

    .quick_links, .payment{
        padding-left: 15px;
    }

    .fifth_top .quick_links p, .fifth_top .payment p{
        display: block !important;
        margin-bottom: 7px;
    }

   .fifth_top .payment .py_p1{
    margin-top: 0;
    }

    .sub{
        padding-left: 15px;
    }

    .fifth_top .f_sub_div{
        margin-top: 25px;
    }

    .fifth_top .sub_div{
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .fifth_container .fifth_bottom{
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding-top: 30px;
        padding-right: 0px;
        flex-direction: column;
    }

    .fifth_bottom p{
    text-align: left;
    }
}

@media screen and (min-width: 601px) and (max-width: 759px){
    .fifth_top .logo_p img{
        width: 130px;
        height: 70px;
    }
    
    .fifth_f_container .fifth_container{
        margin-top: 20px;
        padding: 20px 0px 20px 55px ;
    }

    .fifth_container .fifth_top{
        gap: 60px;
    }

    .fifth_top .logo_p p{
        font-size: 11px;
    }
    .fifth_top .quick_links p, .fifth_top .payment p{
        font-size: 12px;
    }
    .sub .sub_div p{
        font-size: 10px;
        text-align: left;
        line-height: 14.1px;
        padding: 14px 20px 10px 15px;
    }

    .fifth_container .fifth_bottom p{
        font-size: 12px;
    }

    .fifth_bottom img{
        width: 25px;
    }
}


@media screen and (min-width: 760px) and (max-width: 1023px){
 .fifth_top .logo_p img{
        width: 150px;
        height: 80px;
    }

    .fifth_f_container .fifth_container{
        margin-top: 30px;
        padding: 20px 10px 20px 10px ;
    }

    .fifth_container .fifth_top{
        gap: 70px;
        margin-right: 0px;
    }

    .fifth_top .logo_p p{
        font-family: Inria Sans;
        font-weight: 700;
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 25px;
        padding-left: 15px;
    }

    .fifth_top .quick_links p, .fifth_top .payment p{
        font-family: Inter;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.36px;
        color: rgba(255, 255, 255, .5);
        margin-bottom: 5px;
    }

    .fifth_container .fifth_bottom p{
        font-size: 14px;
    }

    .fifth_bottom img{
        width: 30px;
    }
}



.fifth_section{
    background-color: #101B21;
    color: #fff;
}

.fifth_f_container{
    width: 100%;
    display: grid;
    place-content: center;
}

.fifth_container{
    margin-top: 30px;
    padding: 20px 10px 20px 80px ;
}

.fifth_top{
    display: flex;
    align-items: center;
    gap: 140px;
    margin-right: 80px;
    border-bottom: 1px solid grey;
}

.logo_p img{
    width: 130px;
    height: 130px;
    margin-bottom: 5px;
}

.logo_p p{
    font-family: Inria Sans;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
    padding-left: 15px;
}

.quick_links p, .payment p{
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 10px;
}

.quick_links .ql_p1{
    color: #fff;
    margin-top: 50px;
}

.quick_links .ql_p2{
    padding-top: 20px;
}

.payment .py_p1{
    margin-top: 90px;
}

.f_sub_div{
    margin-top: 35px;
    margin-bottom: 0;
}

.sub_div{
    display: flex;
    margin-top: 30px;
    align-items: stretch;
}

.sub p{
    font-family: TT Commons;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

.sub_div p{
    background-color: #fff;
    color: #000;
    font-family: TT Commons;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    line-height: 16.1px;
    padding: 18px 40px 18px 15px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-right: none;

}

.sub button{
    border: none;
    width: 50px;
    height: 70px;
    background-color: #06930B;
    border-left: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.fifth_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    padding-right: 80px;
}

.fifth_bottom p{
    font-size: 16px;
    font-family: Inter;
    font-weight: 400;
}
