* {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background: none;
}

img {
	display: block;
	width: 100%;
	height: 100%;
}

.wrapper-secondary {
	width: 80%;
	margin: 0 auto;
}

#aboutus {
    padding: 166px 0;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

#aboutus .wrapper {
}

#aboutus .title {
    width: 30%;
}

#aboutus .title h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    color: #ffffff;
}

#aboutus .title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 16px;
}
#faculty-members {
    padding: 100px 0px;
}

#faculty-members .wrapper {
    width: 80%;
}

#faculty-members .items {
}

#faculty-members .items h2 {
    font-size: 34px;
    font-family: "poppinsregular";
    text-align: center;
}

#faculty-members .items ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin-top: 70px;
}

#faculty-members .items ul li {
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px 0px 5px;
    text-align: center;
}

#faculty-members .items li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#faculty-members .items ul li .img-container {
    width: 72%;
    margin: 0 auto 20px;
}

#faculty-members .items ul li .img-container img {
    width: 100%;
    display: block;
}

#faculty-members .items ul li h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#faculty-members .items ul li span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}#faculty-members {
    padding: 100px 0px;
}

#faculty-members .wrapper {
}

#faculty-members .items {
}

#faculty-members .items h2 {
    font-size: 34px;
    font-family: "poppinsregular";
    text-align: center;
}

#faculty-members .items ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
    margin-top: 70px;
}

#faculty-members .items ul li {
    border: 1px solid #e1e1e1;
    border-radius: 24px;
    padding: 20px;
    text-align: center;
}

#faculty-members .items li:hover {
    border: 1px solid transparent;
    box-shadow: 7px 11px 30px rgba(0, 0, 0, 0.06);
}

#faculty-members .items ul li .img-container {
    width: 85%;
    margin: 0 auto 20px;
}

#faculty-members .items ul li .img-container img {
    width: 100%;
    display: block;
}

#faculty-members .items ul li h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    margin-bottom: 8px;
}

#faculty-members .items ul li span {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: #232323;
    opacity: 0.6;
}
@media all and(max-width:480px){
    #faculty-members {
        padding: 50px 0px;
    }
}
