.aboutUs {
    font-family: Title, sans-serif;
    width: 100%;
    padding-top: 50px;
    color: var(--brown-theme);
    font-size: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aboutUs > p {
    font-family: Normal, sans-serif;
    text-align: left;
    width: 90%;
    color: var(--brown-theme);
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 10px;
    margin-bottom: 50px;
    padding: 30px 0;
}

.aboutUs > span {
    font-family: Title, sans-serif;
    background: var(--white-theme);
    padding-top: 60px;
    width: min(1200px, 100vw);
}

pre {
    font-family: Title, sans-serif;
    font-optical-sizing: initial;
    font-stretch: expanded;
    font-style: normal;
    margin: 0;
    text-wrap: wrap;
}

.achievementsAndImages {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.aboutUs > span, .experience {
    font-size: 2.5rem;
    letter-spacing: -1px;
}

.aboutUs > span {
    padding-bottom: 40px;
}
        
.achievementsAndImages > .mainElement > span > img, .achievementsAndImages > .mainElement > span:nth-child(1), .achievementsAndImages > .mainElement > img, .experience > .mainElement, .communication, .fbPost > img {
    border: 2px solid var(--brown-theme);
    border-radius: 8px;
}

.achievementsAndImages > .mainElement, .communication {
    display: flex;
    align-items: center;
    gap: 15px;
    width: min(900px, 90%);
    height: fit-content;
    margin-bottom: 30px;
    /* font-weight: 500; */
    font-size: 1rem;
}

.achievementsAndImages > .mainElement > img, .experience > .mainElement {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.achievementsAndImages > .mainElement > img {
    width: 400px;
}

.achievementsAndImages > .mainElement > span:nth-child(1) {
    width: 400px;
    padding: 15px 30px;
    text-align: center;
    height: 100%;
}

.achievementsAndImages > .mainElement > .images {
    gap: 10px;
    width: 400px;
}

.achievementsAndImages > .mainElement > span > img {
    width: 175px;
}

.achievementsAndImages > .mainElement:nth-child(2n) > span:nth-child(1) {
    order: 1;
}

.achievementsAndImages > .mainElement > span > p:first-child, .communication > p {
    font-family: Title, sans-serif;
    font-size: 1.75rem;
}

.communication {
    height: fit-content;
    width: min(900px, 95%);
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.communication > p:first-child {
    margin-bottom: 0;
}

.communication > p:nth-child(2) {
    font-family: Normal, sans-serif;
    opacity: 80%;
    font-size: 1rem;
    padding: 0;    
    margin: 0;
}

.communication > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.communication > div > p{
    font-family: Title, sans-serif;
    font-size: 1.5rem;
}

.communication > div > font{
    font-family: Normal, sans-serif;
    opacity: 80%;
    font-size: 0.9rem;
    padding: 0;    
    margin: 0;
}

.communication > div > span {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.communication > div > span:first-child > .fbPost {
    overflow: hidden;
}

.fbPost > a {
    width: fit-content;
    height: fit-content;
}

.fbPost > img {
    height: 150px;
}

.communication > div > span:nth-child(8) > a > img {
    height: 300px;
}

.achievementsAndImages > span {
    font-family: Title, sans-serif;
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 2.5rem;
}

.CoCau {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    row-gap: 50px;
    margin-bottom: 50px;
    letter-spacing: 0px;
}

.CoCau > .mainElement {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.5;
    word-spacing: normal;
    font-size: 1rem;
    width: 85%;
    padding: 15px;
    border: 2px solid var(--brown-theme); /* Thêm viền */
    border-radius: 8px; /* Bo tròn các góc */
}

.CoCau > .mainElement > span {
    display: flex;
    flex-direction: row; /* Thay đổi thành row để các hình ảnh xếp hàng ngang */
    width: 100%;
    justify-content: space-around;
    margin-left: 0;
    margin-right: auto;
    gap: 15px;
}

.CoCau > .mainElement > span > img {
    height: 400px;
    width: 600px;
    border-radius: 20px;
}

.CoCau > .mainElement > p {
    font-family: Title, sans-serif;
    width: 100%;
    margin: 0;
    margin-left: 10%;
    font-size: 1.1rem;
}

.experience {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    row-gap: 50px;
    margin-bottom: 50px;
    letter-spacing: 0px;
}

.experience > .mainElement {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.5;
    word-spacing: normal;
    font-size: 1rem;
    width: 85%;
    padding: 15px;
    /* font-weight: 500; */
}

.experience > .mainElement > span {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin-left: 0;
    margin-right: auto;
    gap: 15px;
}

.experience > .mainElement > span > p {
    width: 50%;
}

.experience > .mainElement:nth-child(2n) > span > p {
    order: 1;
}

.experience > .mainElement > span > img {
    height: 400px;
    width: 300px;
    border-radius: 10px;
}

.experience > .mainElement > p {
    font-family: Title, sans-serif;
    width: 100%;
    margin: 0;
    margin-left: 10%;
    font-size: 1.1rem;
}

@media screen and (max-width: 1000px) {
    .aboutUs > p {
        padding: 30px 5%;
    }

    .achievementsAndImages > .mainElement {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .achievementsAndImages > .mainElement > .images, .achievementsAndImages > .mainElement > img {
        width: min(80vw, 600px);
    }

    .achievementsAndImages > .mainElement > span:nth-child(1) {
        order: 1;
        width: 90%;
    }
    
    .experience > .mainElement > span > p {
        width: 100%;
        order: 1;
    }

    .experience > .mainElement > p {
        margin-left: 0;
    }
}

@media screen and (max-width:650px) {
    .achievementsAndImages > span {
        font-size: 2rem;
    }
    .CoCau > .mainElement > span > img {
    height: 250px;
    width: 450px;
    border-radius: 20px;
}
}

@media screen and (max-width:600px) {
    .experience > .mainElement {
        flex-direction: column;
    }

    .achievementsAndImages > .mainElement > .images > img {
        height: 125px;
        width: 125px;
    }
}
 
@media screen and (max-width:510px) {
    .fbPost {
        width: 100%;
    }
    
    .communication > div > span:nth-child(8) > a > img {
        width: 70%;
        height: auto;
    }

    .fbPost > img {
        width: 70%;
        height: auto;
    }
    .CoCau > .mainElement > span > img {
    height: 200px;
    width: 350px;
    border-radius: 20px;
}
}

@media screen and (max-width:350px) {
    .experience > .mainElement > span > img {
        width: 100%;
        height: auto;
    }
}