.wow{animation:fadeIn 1.5s both;-webkit-animation:fadeIn 1.5s both;animation-duration:1s;-webkit-animation-duration:1s}
.delay1{animation-delay:0.5s;-webkit-animation-delay:0.5s}
.delay2{animation-delay:1.0s;-webkit-animation-delay:1.0s}
.delay3{animation-delay:1.5s;-webkit-animation-delay:1.5s}
.classBoxRow2{background:#015c9a}
.classCurrent{color:#fff;padding:70px 0;text-align:center;line-height:200%;font-size:18px;animation-name: fadeInDown;-webkit-animation-name: fadeInDown;}
.itemA03{padding:70px 0}
.itemA03 .textfeature{background-color:#ffffff;align-items:flex-start;overflow:hidden;position:relative;width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:70px}
.itemA03 .textfeature:nth-child(2n){flex-direction:row-reverse;justify-content:space-between}
.itemA03 .textfeature .img{width:50%;animation-name: fadeInRight;-webkit-animation-name: fadeInRight;}
.itemA03 .textfeature .text{width:40%;padding:0px 60px;animation-name:fadeInDown;-webkit-animation-name:fadeInDown}
.itemA03 .textfeature .text .TTtitle{font-weight:600;font-size:42px;line-height:130%;letter-spacing:2px;border-bottom:1px solid #d4d4d4;padding-bottom:30px;margin-bottom:30px;color:var(--primary);text-transform:uppercase}
.itemA03 .textfeature .text p{line-height:190%;font-size:18px}
.itemA03 .textfeature .text p span{color:#172a88;font-weight:500;font-size:21px}
.itemA03 .textfeature .text p b{font-weight:400;padding-top:2px;margin-bottom:15px}
.organizeItem{position:relative;padding:120px 0}
.organizeItem .Img,.organizeItem .Txt{position:relative;z-index:2;animation-name: fadeInUp;-webkit-animation-name: fadeInUp;}
.organizeItem .Txt .boxTitle{font-weight:600;font-size:42px;line-height:130%;letter-spacing:2px;color:var(--white);text-transform:uppercase;text-align:center;padding-bottom:80px}
.organizeItem .teamItem{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 20px;}
.organizeItem .teamItem .item{animation-name: fadeInUp;-webkit-animation-name: fadeInUp;}
.organizeItem .teamItem .item .title,.organizeItem .teamItem .item .jobTitle ul li{color:#fff;text-align:center;line-height:180%}
.organizeItem .teamItem .item .jobTitle ul li{margin-bottom:20px}
.organizeItem .teamItem .item .title{margin-bottom:50px;font-size:26px;text-transform:uppercase;letter-spacing:1px}
.organizeItem .bg{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;z-index: -1;}
.organizeItem .bg img{height:100%;width:100%;object-fit:cover}

@media screen and (max-width:960px){
    .classCurrent{line-height:200%;font-size:16px;padding:50px 0}
	.itemA03 .textfeature{display:grid;grid-template-columns:1fr;gap:40px 20px}
	.itemA03 .textfeature .img,.itemA03 .textfeature .text{width:auto}
	.organizeItem .teamItem{grid-template-columns:1fr}
	.organizeItem .teamItem .item .title{margin-bottom:20px}
}


@media screen and (max-width:480px){
	.itemA03 .textfeature .text{padding:0px 20px}
	.itemA03 .textfeature .text .TTtitle,.organizeItem .Txt .boxTitle{font-size:30px}
}