.woven-top-img {
        max-width: 1600px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.woven-bottom-img {
        max-width: 1600px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.woven-text-1 {
    text-align: center;
    font-size: 13px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.woven-text-2 {
    text-align: center;
    font-size: 13px;
    margin-bottom: 80px;
}
.woven-flexbox {
    display: flex;
    flex-direction: row;
    gap:80px;
    align-items: center;
    margin-bottom: 80px;
}
.woven-flex-img {
flex:1.4;

}
.woven-flex-img img {
    width: 100%;
    height: auto;
}
.woven-left-text {
    font-size: 13px;
    text-align: right;
        flex:1;
}
.woven-right-text {
    font-size: 13px;
        flex:1;
}
.woven-img-flex {
    display: flex;
    flex-direction: row;
    gap:10px;
    margin-bottom:80px;
}

@media (max-width: 768px) {
.woven-text-1 {
    text-align: center;
    font-size: 11px;
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 5px;
}
.woven-text-2 {
    text-align: center;
    font-size: 11px;
    margin-bottom: 60px;
        padding: 0 5px;
}
.woven-flexbox {
    flex-direction: column;
    gap:50px;
    align-items: center;
    margin-bottom: 60px;
}
.woven-left-text {
    font-size: 11px;
    text-align: center;
        padding: 0 5px;
}
.woven-right-text {
    font-size: 11px;
    text-align: center;
        padding: 0 5px;
}
.woven-img-flex {
    gap:5px;
    margin-bottom:60px;
}
.woven-bottom-img {
margin-top: -60px;
}
}