.what-we-do-container{margin-top:120px}.what-we-do-header{display:flex;flex-direction:column;align-items:center}.what-we-do-header .sub-header div{background-color:rgba(81,49,37,1)}.what-we-do-header h1{color:rgba(81,49,37,1);margin-top:20px;text-align:center}.what-we-do-header .header-p{font-weight:300;font-family:var(--secondary-font);margin-top:20px;color:rgba(153,153,153,1);width:600px;text-align:center}.what-we-do-card-list{display:flex;gap:32px;flex-wrap:wrap;justify-content:center;margin-top:70px}.what-we-do-card{width:calc(33% - 20px);aspect-ratio:1/1;background-color:rgba(108,140,199,1);display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:32px}.what-we-do-card h2{color:white;font-family:var(--primary-font);font-size:32px;margin-top:20px}.what-we-do-card p{color:white;font-family:var(--secondary-font);font-size:16px;margin-top:20px;font-weight:300}.what-we-do-card.video{padding:0}.what-we-do-card.video img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:968px){.what-we-do-card{width:calc(50% - 20px)}.what-we-do-header .header-p{width:100%}}@media screen and (max-width:600px){.what-we-do-card-list{display:flex;gap:24px;margin-top:40px}.what-we-do-card{width:100%}.what-we-do-card img{width:70px}.what-we-do-card h2{font-size:24px}.what-we-do-card p,.what-we-do-header .header-p{font-size:14px}}.about-section-wrapper{position:relative;background-image:url(/assets/design-left2.png),url(/assets/design-right1.png);background-repeat:no-repeat,no-repeat;background-position:0 0,100% 100%;background-size:250px,250px}