.aboutUsWrap{
    display:flex;
    align-items: center;
}
.aboutUsRight{
    max-width:678px;
    width:100%;
    position: relative;
    z-index: 1;
}
.aboutUsRight > p{
    margin-top: 23px;
    max-width:645px;
}

.aboutNoteWrap{
    margin-top: 70px;
    display:flex;
    flex-wrap: wrap;
    gap:25px;
}
.aboutNoteRow{
    width:100%;
    display:flex;
    align-items: flex-start;
    gap:40px 25px;
}
.aboutNoteThumb{
    width:80px;
    height:80px;
    border-radius:5px;
    background-color:#E3D3F6;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index:1;
    box-shadow: 5px 5px #F5EEF5, 6px 6px #A8A8A8;
}
.aboutNoteContent h3{
    margin:0;
    font-size:20px;
    line-height:1.2;
    color:#000000;
}
.aboutNoteContent p{
    margin-top: 12px;
}
.aboutUsLeft{
    margin-right: -98px;
    margin-left: -20px;
    position: relative;
}
.aboutUsLeft::after{
    content:'';
    position:absolute;
    width: 622px;
    height: 622px; 
    opacity: 0.23;
    background: #8C51FF;
    filter: blur(175px); 
    border-radius:50%;
    bottom:-247px;
    left:-17px;
    margin:0 auto;
}
.aboutUsLeft img{position: relative;z-index:1;}
.aboutUssection{padding-top: 206px;}



@media only screen and (max-width:1500px) {
    .aboutUsWrap{align-items: center;}
    .aboutUsLeft{margin-left: -50px; margin-right: -140px;}
    .aboutUsLeft img{width:800px;}
    .aboutUssection{padding-top: 150px;}
}
@media only screen and (max-width: 1400px) {
    .aboutUsLeft img{width:700px;}
    .aboutUsRight{max-width:550px;margin-left:auto;}
    .aboutNoteContent h3{font-size:18px;}
    .aboutNoteContent p{max-width:440px;}
    .aboutNoteWrap{margin-top:50px;}
    .aboutUsRight > p{ margin-top:18px;}
}
@media only screen and (max-width: 1199px) {
    .aboutUssection{padding-top: 120px;}   
    .aboutUsLeft img{width:600px;}
    .aboutUsRight{max-width:calc(100% - 410px);width:100%;}
    .aboutNoteThumb{width:60px;height:60px;}
    .aboutNoteThumb img{width:26px;height:26px;max-width:100%;max-height:100%;}
    .aboutNoteWrap{margin-top:30px;}
    .aboutNoteContent p{max-width:400px;margin-top: 8px;}
    .aboutUsRight > p{ margin-top:12px;}
}
@media only screen and (max-width: 991px) {
    .aboutUsWrap{flex-wrap: wrap;}
    .aboutUsLeft{width:100%;margin: 0;}
    .aboutUsLeft img{margin:0 auto;display: block;}
    .aboutUsRight{max-width:100%;width:100%;padding-top: 40px;}
    .aboutUsRight > p,.aboutNoteContent p{max-width:100%;width:100%;}
    .aboutUssection{overflow: hidden;}
}
@media only screen and (max-width: 767px) {
    .aboutUsRight{text-align: center;}
    .aboutNoteRow{justify-content: center;flex-wrap: wrap;}
    .aboutNoteWrap{gap:40px;}
    .aboutUsLeft::after{width:400px;height:400px;}
    .aboutUssection{padding-top:80px;}   
}
@media only screen and (max-width: 575px) {

}
@media only screen and (max-width: 420px) {
}