#carousel-container {
display: flex;
justify-content: space-between;
align-items: end;
gap: 20px; width: 100%;
max-width: 100%;
box-sizing: border-box;
}
#sync1 {
width: 78%; 
}
#sync2 {
width: 20%; 
}
#sync1 .item {
margin: 5px;
color: #FFF;
display: flex;
align-items: end;
}
#sync2 .item {
margin: 5px;
color: #FFF;
text-align: center;
cursor: pointer;
}
#sync2 .current .item {
}
#sync1 .custom-post-item{display: flex; flex-direction: row; gap: 70px; box-sizing: border-box;}
#sync1 .custom-post-item .left{
display:flex;
flex-basis:45%;
box-sizing:border-box;position:relative;
}
#sync1 .custom-post-item .right{
display:flex;
flex-basis:55%;
box-sizing:border-box;
flex-direction:column;justify-content:center;
}
#sync1 .owl-nav{position:absolute;bottom:0;right:0;}
#sync1 .right .post-excerpt,#sync1 .right .post-excerpt p{font-size:28px;line-height:38px;font-weight:400;color:#000;text-align:center;position:relative;}
#sync1 .right h2 a{font-size:24px;line-height:28px;font-weight:400;color:#000;}  
#sync1 .right .designation{font-size:16px;line-height:28px;font-weight:300;color:#000;} 
#sync1 .custom-post-item .left img{position:relative;}   
#sync1 .custom-post-item .left::before,#sync2 .post-thumbnail::before{content: '';
background: #FFE4E0;
position: absolute;
bottom: 0;
width: 100%;
height: 80%;
left: 0;display:flex;}  
#sync1 .right .post-excerpt::before{content:"";background-image:url(https://jaigalagali.com/wp-content/uploads/2024/11/Group-15657.png);height: 45px;
width: 50px;
display: flex;
background-size: 45px;
background-repeat: no-repeat;}
#sync1 .right .post-excerpt::after{content:"";background-image:url(https://jaigalagali.com/wp-content/uploads/2024/11/Group-15658.png);height: 45px;
width: 50px;
display: flex;
background-size: 45px;
background-repeat: no-repeat;justify-content:end;    position: absolute;
bottom: 0;
right: 0;}
#sync1 .right .post-excerpt p{padding:20px 0px 50px 0px;}
#sync2 .custom-post-item{width:100%;}
#sync2 .post-thumbnail{position:relative;width:100%;}
#sync2 .post-thumbnail img{position:relative;width:100%;}    
#sync1 .owl-nav button.owl-prev span{background:url(https://jaigalagali.com/wp-content/uploads/2024/11/Group-8.png);    height: 70px;width: 70px; display: flex; background-size: 65px; background-repeat: no-repeat;font-size:0px;}
#sync1 .owl-nav button.owl-next span{background:url(https://jaigalagali.com/wp-content/uploads/2024/11/Group-9.png);width: 70px;    height: 70px; display: flex; background-size: 65px; background-repeat: no-repeat;font-size:0px;}
#sync1 .owl-nav button:hover{background:transparent !important;}