.events .rectangle-box1{
    width: 191px;
}

.section4 .parent-rectangle12 {
    padding: 2rem;
    padding-top: 0;
    /* margin-top: 2rem; */
    padding-bottom: 0;
}

.section4 .rectangle-box1 {
    width: 440px;
    padding: 1rem;
    background-color: #16C0D1;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    color: #FFFFFF;
    padding: 1rem;
}
.events .rectangle-box1 {
    width: 174px;
    height: 75px;
    margin-left: 1.5rem;
    padding: 1rem;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    color: #FFFFFF;
    background-color: #16C0D1;
    margin-top: 9px;
}

.events .rectangle-box122 {
    width: 360px;
    height: 75px;
    margin-left: 0.5rem;
    padding: 1rem;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    color: #FFFFFF;
    background-color: #16C0D1;
    margin-top: 9px;
}

.section4 .rectangle-box1 {
    width: 340px;
    padding: 1rem;
    background-color: #16C0D1;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    color: #FFFFFF;
    padding: 1rem;
}

.team-fuzz-data h3{
    font-size: 17px;
    font-weight: 600;
} 

.team-fuzz-data p{
    font-size: 17px;

} 

@media only screen and (max-width: 600px){
.events .rectangle-box1 {
    width: 100px!important;
    height: auto!important;
    margin-left: 1.5rem;
    /* padding: 1rem!important; */
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    color: #FFFFFF;
    background-color: #16C0D1;
    margin-top: 9px;
}
.events .rectangle-box122 {
    width: 255px;
    height: 75px;
    margin-left: 0.5rem;
    padding: 1rem;
    transform: matrix(1, -0.07, 0.07, 1, 0, 0);
    color: #FFFFFF;
    background-color: #16C0D1;
    margin-top: 9px;
}
}

.team-fuzz {
    background-color: #f5f5f1;
    border-radius: 10px;
    padding: 1rem;
}

.team-fuzz-header .damm1 {
    display: flex;
    justify-content: flex-start;
}

.team-fuzz-header .damm1 h2{
    color: #FF5B35;
    font-weight: 600;
    font-size: 27px;
}

@media screen and (max-width: 727px) {
    .team-fuzz-header .damm2 {
    display: flex;
    justify-content: flex-end;
    margin-top: 0px!important;

}

}
.team-fuzz-header .damm2 {
    display: flex;
    justify-content: flex-end;
    margin-top: -61px;

}


.team-fuzz-header .damm2 a {
    background-color: #54ff6b;
    padding: 16px 30px;
    text-decoration: none;
    color: black;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.team-fuzz-header .damm2:hover{
    cursor: pointer;
}


.team-fuzz-header .exp {
    line-height: 2.5;
    margin-left: 30px;
}



/* changes */
@media only screen and (max-width: 600px) {

    .events .rectangle-box1 {
        width: 150px!important;
        height: auto!important;
        margin-left: 1.5rem;
        /* padding: 1rem!important; */
        transform: matrix(1, -0.07, 0.07, 1, 0, 0);
        color: #FFFFFF;
        background-color: #16C0D1;
        margin-top: 9px;
    }
    .team-fuzz-header .damm1 h2 {
        color: #FF5B35;
        font-weight: 600;
        font-size: 17px!important;
    }
    .team-fuzz-header .exp {
        line-height: 2.5;
        margin-left: 12px;
        font-size: 12px!important;
    }  
    .team-fuzz-data h3{
        font-size: 16px;
        font-weight: 600;
    }  
    .team-fuzz-data p{
        font-size: 13px;
    }
    .team-fuzz-header .damm2 a {
        background-color: #54ff6b;
        padding: 10px 42px!important;
        text-decoration: none;
        color: black;
        font-size: 15px;
        border-radius: 10px;
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    }
  }
