@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,500&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');
.section{
    margin-bottom: 1rem;
}
.titel_tag {
    font-size: 1rem;
    font-weight: 700;
    line-height: 2rem;
    margin-bottom: .75rem;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(197 32 49 / var(--tw-text-opacity));
    margin-left: auto;
}
.section_heading{
    margin-top: 3rem;
    margin-bottom: 4rem;   
    text-align: center;
}
.Co-founder p{
    font-size: 17px;
}
.Co-founder{
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.titel_name{
    font-size:34px;
    font-weight: 700;
}
img{
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 200px;
    width: 200px;
}
.founder{
    font-weight: 700;
    font-size: 34px;
    text-align: center;
}
@media only screen and (max-width: 450px) {
    .section{
        margin-bottom: 2rem;
    }
    .titel_tag {
 font-size: 1rem;
 font-weight: 700;
 line-height: 2rem;
 margin-bottom: .75rem;
 text-transform: uppercase;
 --tw-text-opacity: 1;
 color: rgb(197 32 49 / var(--tw-text-opacity));
 margin-left: auto;
}
.section_heading{
    margin-top: 3rem;
    margin-bottom: 4rem;   
    text-align: center;
}
.Co-founder p{
font-size: 17px;
}
.Co-founder{
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.titel_name{
    font-size:25px;
    font-weight: 500;
}
img{
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.4);
    height: 200px;
    width: 200px;
}
.founder{
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}
}