html, body{
      background:#fff;
}
.aboutus{
    padding-top: 11rem;
    padding-bottom: 6rem;
}
.about{
    gap: 4rem;
    display: flex;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 6rem;
    flex-direction: row;
}
.about .left{
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    padding: 2rem;
    background-color: #0f172a;
    border-radius: 3rem;
    width: 50%;
    transform: rotate(2deg);
    /* height: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.about .left p{
    /* height: 100%; */
    /* flex-direction: column; */
    /* display: flex; */
}
.about .left p img{
    width: 120px;
    display: block;
    margin: 0 auto 1rem;
}
.about .left p b{
    color: #fff;
    display: block;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    text-align: center;
}
.about .left p span{
    color: #94a3b8;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    text-align: center;
}
.about .right{
    width: 50%;
}
.about .right .title{}
.about .right .title label{
    color: #4d96ff;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: block;
}
.about .right .title h2{
    font-weight: 900;
    font-size: 3rem;
    margin-bottom: 2rem;
    color: #0f172a;
    line-height: 1;
}
.about .right .title h2 b{
    color: #f4c430;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 4px;
}
.about .right .title p{
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    color: #475569;
    line-height: 1.625;
    font-weight: 500;
    font-size: 1.125rem;
}
.about .right .title p b{}
.about .right ul{
    padding-top: 2rem;
    gap: 1rem;
    margin-top: 3rem;
    border-top: 1px solid #f1f5f9;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.about .right li{}
.about .right li label{
    display: flex;
    align-items: center;
    gap: .5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #94a3b8;
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0.25rem;
}
.about .right li label svg{
    width: 1.25rem;
    height: 1.25rem;
}
.about .right li b{
    color: #0f172a;
    font-size: 1.875rem;
    font-weight: 900;
    line-height: 2.25rem;
}

.contact{
    background-color: #f8fafc;
    padding: 3rem;
    border-radius: 3rem;
    border: 1px solid #f1f5f9;
    overflow: hidden;
    position:relative;
}
.contact:after{
    background-color: #dbeafe;
    opacity: 0.5;
    display:block;
    content:'';
    clear: both;
    border-radius: 9999px;
    width:24rem;
    height: 24rem;
    position:absolute;
    margin-right:-5rem;
    mix-blend-mode: multiply;
    top:0;
    right:0;
    z-index: 11;
    filter: blur(64px);
    margin-top:-5rem;
}
.contact .title{
    text-align:center;
}
.contact .title h2{color: #0f172a;    font-weight: 900;margin-bottom: 1rem;}
.contact .title p{    color: #64748b;    font-weight: 500;}
.contact ul{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
    gap: 2rem;
    position: relative;
    z-index: 112;
}
.contact li{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    padding: 2rem;
    border: 2px solid #f1f5f9;
    background: #fff;
    border-radius: 1rem;
    cursor:pointer;
    text-align: center;
}
.contact li:nth-child(1):hover{
    border-color:#4d96ff;
}
.contact li:nth-child(2):hover{
    border-color:#ffd93d;
}
.contact li:nth-child(3):hover{
    border-color:#6bcb77;
}
.contact li label{
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    border-radius:1rem;
    align-items: center;
    justify-content:center;
    transition: all .2s linear;
    text-align: center;
    margin: 0 auto 1.5rem;
}
.contact li:hover label{
    transform:scale(1.05);
}
.contact li:nth-child(1) label{    color: #4d96ff;    background-color: #eff6ff;}
.contact li:nth-child(2) label{color: #ca8a04;    background-color: #fefce8;}
.contact li:nth-child(3) label{color: #4dad5b;    background-color: #f0fdf4;}
.contact li label svg{
    width: 1.75rem;
    height: 1.75rem;
}
.contact li h4{
    color: #0f172a;
    font-weight: 900;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: .5rem;
}
.contact li b{
    display: block;
    color: #2563eb;
    display: block;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 900;
    margin-bottom: .5rem;
}
.contact li em{
    color: #94a3b8;
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    font-style: normal;
    padding: .25rem .75rem;
    align-items: center;
    justify-content: center;
    background-color: #f8fafc;
    gap: 0.25rem;
    border-radius: 9999px;
}
.contact li em svg{
    width: 1rem;
    height: 1rem;
    position: relative;
    top: 2px;
    margin-right: .25rem;
}
.contact li strong{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    color: #475569;
    display: block; 
}


@media screen and (max-width: 768px) {
	.about{
		flex-direction: column;
	}
	.about .left,.about .right{
		width: 100%;
		box-sizing: border-box;
		padding: 5rem 2rem;
	}
	.about .right{
		padding:0
	}
	.about .right .title h2{
		font-size:2.25rem;
		line-height: 1.25;
	}
	.about .right li b{
		font-size: 1.3rem;
	}
	.contact{
		padding:2rem;
	}
	.contact ul{

		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}








