/* member-1 */
.tab-con-2 ul {
    row-gap: 4.4em;
    justify-content: space-between;
}
.tab-con-2 ul li {
    flex: unset;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    width: calc((100% - 30px) / 2);
}
.tab-con-2 ul li h6 {
    color: #263893;
    font-weight: 500;
}
.tab-con-2 ul li p {
    line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 1000px) {
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
    .tab-con-2 ul {
        justify-content: center;
    }
    .tab-con-2 ul li {
        width: 90%;
    }
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}