#community {
    padding: 5px;
    background-color: rgb(245, 245, 245);
}

#community .title::after {
    content: '';
    transform: rotate(-1deg) translateX(-50%);
}

#community .community-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

#community .contact {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    align-content: space-between;
}

#community .contact h4 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 20px;
}

#community .contact p {
    font-size: 20px;
    font-weight: 600;
    background-color: white;
    padding: 14px;
    border: 2px solid black;
    box-shadow: 4px 4px black;
}

#community .contact .contact-sol {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    align-content: space-between;
    margin: 20px 0;
}

#community .contact .contact-sol .contact-sol-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0;
}

#community .contact-sol-content .icon {
    padding: 10px 12px;
    background-color: red;
    margin-right: 10px;
    color: white;
    font-size: 18px;
    border: 2px solid black;
}

#community .contact-sol-content span {
    font-size: 18px;
    font-weight: 600;
}

#community .contact-sol-content .icon-2 {
    background-color: rgb(43, 127, 255);
}

#community .contact-sol-content .icon-3 {
    background-color: rgb(173, 70, 255);
}

#community .contact-sol-content .icon-4 {
    background-color: rgb(0, 201, 81);
}

#community .join button {
    font-size: 24px;
    padding: 15px 45px;
    margin-bottom: 20px;
}

#community .rebels-saying {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: space-between;
    padding: 25px 35px;
    border: 4px solid black;
    box-shadow: 4px 4px black;
}

#community .rebels-saying h5 {
    font-size: 30px;
    font-weight: 900;
}


#community .rebels-saying .rebel {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: rgb(254, 242, 242);
    border: 2px solid black;
    padding: 20px;
    margin: 16px 0;

}

#community .rebels-saying .rebel p {
    font-size: 18px;
    font-weight: 600;
}

#community .rebels-saying .rebel .rebel-data {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 26px;

}

#community .rebels-saying .rebel .rebel-data .rebel-img {
    width: 10%;
    border: 2px solid black;
    margin-right: 10px;
}

#community .rebels-saying .rebel .rebel-data span {
    font-size: 18px;
    font-weight: 700
}

#community .rebels-saying .rebel .rebel-data p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

#community .rebels-saying .rebel-2 {
    background-color: rgb(239, 246, 255);
}

#community .rebels-saying .rebel-3 {
    background-color: rgb(250, 245, 255);
}

@media screen and (min-width: 200px) {
    #community .contact h4 {
        font-size: 27px;
        line-height: 30px;
    }
    #community .rebels-saying h5 {
        font-size: 22.5px;
        line-height: 30px;
    }

    #community .rebels-saying .rebel p {
        font-size: 14px;
    }

    #community .rebels-saying .rebel .rebel-data span {
        font-size: 14px;
    }

    #community .rebels-saying .rebel .rebel-data p {
        font-size: 10px;
    }

    #community .rebels-saying .rebel .rebel-data .rebel-img {
        width: 20%;

    }

    #community .contact-sol-content span {
        font-size: 14px;
    }
}

@media screen and (min-width: 640px) {}

@media screen and (min-width: 768px) {
    #community .contact h4 {
        font-size: 36px;
        line-height: 43px;
    }

    #community .rebels-saying h5 {
        font-size: 30px;
        line-height: 43px;  
    }

    #community .rebels-saying .rebel p {
        font-size: 18px;
    }

    #community .rebels-saying .rebel .rebel-data span {
        font-size: 18px;
    }

    #community .rebels-saying .rebel .rebel-data p {
        font-size: 14px;
    }

    #community .rebels-saying .rebel .rebel-data .rebel-img {
        width: 10%;

    }

    #community .contact-sol-content span {
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px) {}