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

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

.wrapper-secondary {
    width: 85%;
    margin: 0 auto;
}
#aboutus {
    padding: 166px 0;
    /* height: 460px; */
    /* background: linear-gradient(90deg, #032A58 43.86%, rgba(3, 42, 88, 0) 100%), url(../images/test.jpg); */
    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;
}
#research-works {
    padding: 50px 0px;
}
#research-works .wrapper {
    width: 80%;
}

#research-works .items {
}

#research-works .items h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
    font-family: "poppinsregular";
    text-align: center;
    margin: 20px 0px 40px;
}

#research-works .items ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#research-works .items ul li {
    width: 32%;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    /* background: #fff; */
}

#research-works .items ul li:hover {
    box-shadow: 7px 11px 30px rgb(0 0 0 / 6%);
    border: 1px solid transparent;
}

#research-works .items ul li .img-container {
    margin-bottom: 20px;
}

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

#research-works .items ul li h3 {
    color: #232323;
    font-size: 20px;
    font-weight: 400;
}

#research-works .items ul li p {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
}
.research-title {
    width: 100%;
}

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

.research-title h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-top: 16px;
    width: 35%;
}

#research-works {
    padding: 50px 0px;
}

#research-works .items {
}

#research-works .items h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #141414;
    font-family: "poppinsregular";
    text-align: center;
    margin: 20px 0px 40px;
}

#research-works .items ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#research-works .items ul li {
    width: 32%;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    /* background: #fff; */
}

#research-works .items ul li:hover {
    box-shadow: 7px 11px 30px rgb(0 0 0 / 6%);
    border: 1px solid transparent;
}

#research-works .items ul li .img-container {
    margin-bottom: 20px;
}

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

#research-works .items ul li h3 {
    color: #232323;
    font-size: 20px;
    font-family: 'poppins-light';
    font-weight: 400;
}

#research-works .items ul li p {
    margin-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-family: 'poppins-light';
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #828282;
}
