
body{
    background-image: url(./bg-patten-top.jpg.svg);
    background-color:skyblue  ;
     margin: 4rem auto;
  font-family: "Kumbh Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:  300, 500;
  font-style: normal;
  Font-size: 17px;

}


.org{
    font-family:Kumbh Sans;
text-align: center;
width: 300px;
margin: 0 auto;
background-color: aliceblue;
border-radius: 9px;
padding-bottom: 10px;
}
.first{ 
width: 300px;
border-radius: 0 9px 9px;

}

h4{
    display: flex;
    justify-content: center;
}

.three{
    margin-top: -30px;
    border-radius:50%;
}

em{
    color: rgba(29, 30, 30, 0.75);
    padding-left: 20px;
}
p{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    font-size: 18px;
    margin-top:10px ;
}

p{
    word-spacing:30px ;
    margin-top:-7px;
    color: rgba(49, 41, 41, 0.562);
    font-family: "Kumbh Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight:  400, 700;
    font-style: normal;
    font-variation-settings:"YOPQ" 300;
    Font-size: 18px;

}

.main3{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.main3 span{
    margin-top: -40px;
    font-size: small;
    margin-bottom: 10px;
}
.main3 h3{
    margin-bottom: -1px;
}