.research__title {margin-bottom: 190rem;}
.research__content {}
.research__content-info {display: flex;justify-content: center;gap: 100rem;margin-bottom: 145rem;}
.research__content-info > li {width: 362rem;text-align: center;}
.research__content-info > li > figure {width: 190rem;height: 190rem;margin: 0 auto 20rem;border-radius: 50%;font-size: 0;overflow: hidden;}
.research__content-info > li > figure > img {width: 100%;}
.research__content-info > li > strong {display: block; margin-bottom: 10rem; font-size: 24rem;font-weight: 500;}
.research__content-info > li > p {font-size: 16rem;line-height: 1.5;}
.research__content-blog {padding: 128rem 0;background: #F1EBE3;border-radius: 20rem; text-align: center;overflow: hidden;}
.research__content-blog > span {display: block;width: 10rem;height: 10rem; margin: 0 auto 25rem;border-radius: 50%;background: #C1B19A;}
.research__content-blog > strong {display: block; margin-bottom: 22rem;font-size: 28rem; font-weight: 500;}
.research__content-blog > p {margin-bottom: 30rem;font-size: 20rem;}
.research__content-blog > a {display: flex;align-items: center;justify-content: center; gap: 6rem;width: 176rem;height: 52rem; margin: 0 auto;background: #fff;border-radius: 10rem;font-size: 14rem;transition: .4s;}
.research__content-blog > a:hover {background: rgba(96, 83, 64, 0.2);}
.research__content-blog > a > svg {}

@media all and (max-width:1023px) {
    .research__content-info {gap: 50rem;}
}

@media all and (max-width:660px) {
    .research__title {margin-bottom: 150rem;}
    .research__content-info {flex-direction: column;gap: 60rem;margin-bottom: 150rem;}
    .research__content-info > li {width: 100%;}
    .research__content-info > li > figure {width: 150rem;height: 150rem;margin-bottom: 20rem;}
    .research__content-info > li > strong {margin-bottom: 10rem;font-size: 20rem;}
    .research__content-info > li > p {font-size: 16rem;}
    .research__content-blog {padding: 117rem 0;}
    .research__content-blog > span {margin-bottom: 14rem;}
    .research__content-blog > strong {margin-bottom: 30rem;font-size: 18rem;line-height: 1.4;}
    .research__content-blog > p {margin-bottom: 40rem;font-size: 14rem;}
    .research__content-blog > a {gap: 5rem;width: 135rem;height: 42rem;font-size: 12rem;}
    .research__content-blog > a > svg {width: 14rem;height: 14rem;}

}