.research {
    padding: 100px 0 100px;
}
.research .nrow {
    display: flex;
    justify-content: space-around;
}
.research-image {
    width: 550px;
    
}
.research-image img {
    border-radius: 23px;
    width: 100%;
    height: auto;
}
.research-text {
    width: 600px;
}
.research-text-cnt {
    margin: 0px 0 30px;
}
.research-text h1{
    font-size: 38px;
    margin: 0 0 20px;
}
.research-text-cnt p{
    
}
.pop-up {
}

@media screen and (max-width: 1360px) {

    .research-image {
        width: 100%;
        max-width: 470px;
    }
    .research-text {
        width: 100%;
        max-width: 470px;
    }
}

@media screen and (max-width: 1023px) {

    .research {
        padding: 50px 0 70px;
    }
    .research .nrow {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .research-text h1 {
        font-size: 32px;
    }

}



.aboutauthor {
    padding: 50px 0 80px;
    background: #f8fbff;
}
.aboutauthor .nrow{
    max-width: 880px;
}
.aboutauthor-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.aboutauthor-img {
    width:220px;
    
}
.aboutauthor-img img {
    width:100%;
    border-radius: 23px;
}
.aboutauthor-text {
    width: calc( 100% - 260px);
    color: #000371;
}
.aboutauthor-title {
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 14px;
}
.aboutauthor-cnt {

}

@media(max-width: 1023px){

    .aboutauthor {
        padding-top: 0;
    }

    .research-box-text {
        width: 100%;
        max-width: 500px;
        margin-bottom: 0px;
    }

    .aboutauthor-box{
        justify-content: center;
        flex-wrap: wrap;
    }

    .aboutauthor-img{
        width: 100%;
        max-width: 500px;
        margin-bottom: 60px;
    }

    .aboutauthor-text{
        width: 100%;
        max-width: 500px;
        margin-bottom: 0px;
    }

}