body{background-image:url("/wp-content/uploads/2020/12/home-bg-1.png"),url("/wp-content/uploads/2020/12/home-bg-2-1.png"),url("/wp-content/uploads/2020/12/home-bg-3.png"),url("/wp-content/uploads/2020/12/home-bg-4.png");background-position:right top,center top,center bottom,left bottom;background-size:auto auto,100% 500px,100% 50%,auto auto;background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;margin:0}

@media only screen and (max-width:1500px) {
	body{background-position:150% top,center top,center bottom,left bottom}
}

@media only screen and (max-width:1200px) {
	body{background-position:25vw top,center top,center bottom,left bottom}
}

@media only screen and (max-width:991px) {
	body{background-position:50% top,center top,center bottom,left bottom}
}

@media only screen and (max-width:768px) {
	body{background-position:center top,center top,center bottom,left bottom}
}

@media only screen and (max-width:460px) {
	body{background-position:center -37px,center top,center bottom,left bottom}
}

h1.grad-text{font-size:255px;font-weight:500;font-family:"DM Sans";line-height:193px;margin:45px 0 80px;background:linear-gradient(128deg,#ffe66d 0,#ff6b6b 72%,#ff6b6b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}
article .team-title,
article h1{font-weight:500;font-family:"DM Sans",sans-serif}

@media only screen and (max-width:1230px) {
	h1.grad-text{font-size:18vw;line-height:1;margin:25px 0 60px}
}

#team .container{flex-wrap:wrap}
.team-listing{width:100%;margin-bottom:40px;display:flex}
.team-listing .tl.blue-color{font-size:30px;font-weight:600;font-family:"DM Sans"}
.team-listing .tl-line{border-bottom:1px solid #c7caca;flex:1;margin-left:20px}
.team-wrap{display:flex;flex-wrap:wrap;margin:0 -15px 20px;width:100%}
.team-wrap:first-of-type .member-wrap:nth-of-type(2) .team-member{margin-top:10px}
.team-wrap .member-wrap{padding:0 15px 80px;width:33.3%}

@media only screen and (max-width:991px) {
	.team-wrap .member-wrap{width:50%}
}

.team-wrap .member-wrap .team-member{position:relative;width:100%;border-radius:10px;cursor:pointer}

.team-member .team-photo {min-height: 420px; display: flex; align-items: flex-start; flex-direction: column; justify-content: flex-end;}

.team-wrap .member-wrap .team-member .team-details .team-name{font-size:22px;font-weight:500;font-family:"DM Sans",sans-serif}
.team-wrap .member-wrap .team-member .team-details .team-title{font-size:16px}
article{margin-top:55px;display:flex;align-items:flex-start}
article .img-wrap {max-width:300px;border-radius:10px;overflow:hidden;margin-right:75px}

@media only screen and (max-width:768px) {
	.team-wrap .member-wrap{width:50%}
	article .img-wrap{margin-right:35px}
}

article .content{flex:1}
article .content .post-content{font-size:18px;line-height:1.5}
article .content .post-content p{margin:0 0 35px}
article .content .post-content p:last-of-type{margin-bottom:0}
article h1{font-size:50px;line-height:1.2;margin:-8px 0 0}

@media only screen and (max-width:600px) {
	.team-wrap{margin:0 auto 20px}
	.team-wrap .member-wrap{width:100%;padding:0 0 80px}
.team-wrap .member-wrap .team-member{height:auto}
article{flex-wrap:wrap}
article .img-wrap{margin-right:0}
article .content{flex:unset;width:100%;margin-top:30px}
article h1{font-size:40px}
}

article .team-title{font-size:30px;margin-bottom:40px}
.blog-links{width:100%;margin:80px 0 0;display:flex;justify-content:space-between;font-size:14px;font-weight:700;font-family:"DM Sans";border-top:1px solid #ebe7d5;padding-top:40px}

@media only screen and (max-width:480px) {
	.blog-links{display:block}
}

.blog-links .others{display:flex;align-items:center;justify-content:space-between}
.blog-links .back,.blog-links .others>div{display:flex;align-items:center}
.blog-links .back .circle,.blog-links .others .o1 .circle{transform:rotate(-90deg)}
.blog-links .back>div,.blog-links .others .o1>div:last-of-type{margin-left:5px}
.blog-links .others .o2 .circle{transform:rotate(90deg)}
.blog-links .others .o2>div:first-of-type{margin-right:5px;text-align:right}
.blog-links .circle{background:#ff6b6b;min-width:35px;height:35px;border-radius:50px;display:flex;justify-content:center;align-items:center;width:35px}
.blog-links .circle>div{position:relative;height:15px;margin-left:3px;margin-top:2px}
.blog-links .circle>div .line1{background:#fff;width:2px;height:10px;transform:rotate(45deg);position:absolute;left:-5px}
.blog-links .circle>div .line2{background:#fff;width:2px;height:10px;transform:rotate(-45deg);position:absolute;right:-3px}