* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

li {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.ipsa-ME-second-page {
    max-width: 1130px;
    margin: 0 auto;
}

.page-content {
    max-width: 1130px;
    margin: 0 auto;
    height: 619px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-content .left-details {
    position: absolute;
    height: 619px;
    width: 619px;
    border-radius: 50%;
    background: #fffdf6;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-content .right-details {
    position: absolute;
    height: 619px;
    width: 619px;
    border-radius: 50%;
    background: #fffdf6;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-content .mid-img {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 344px;
    width: 102px;
}

.page-content .mid-img>img {
    position: absolute;
}

.page-content .mid-img .mid-font {
    width: 30px;
    font-size: 30px;
    position: relative;
    z-index: 11;
}

.ipsa-ME-second-page .page-title {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 118px;
}

.ipsa-ME-second-page .page-title .title1 {
    font-size: 25px;
}

.ipsa-ME-second-page .page-title .title2 {
    width: 100%;
    height: 105px;
    background: #fefae9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-top: 72px;
}

.page-content .inner-content {
    width: 324px;
    display: flex;
    align-items: center;
    flex-flow: column;
}

.page-content .inner-content .skin-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border: solid 1px #333;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.page-content .inner-content>span {
    margin: 20px 0px;
    font-size: 14px;
}

.page-content .inner-content>p {
    font-size: 14px;
    margin-top: 40px;
}

.mobile-title-img {
    display: none;
}

.page-bottom-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
}

.page-bottom-content>p {
    margin-left: 85px;
}

.page-bottom-content>p>span {
    display: block;
}

@media only screen and (max-width: 768px) {
    .ipsa-ME-second-page {
        display: flex;
        flex-flow: column;
    }
    .page-content {
        flex-flow: column;
        height: auto;
        order: 1;
        padding: 0px 25px;
        margin-top: 35px;
    }
    .page-content .left-details {
        width: 100%;
        height: auto;
        position: relative;
        border-radius: 0px;
        background: #fff;
    }
    .page-content .mid-img {
        display: none;
    }
    .page-content .right-details {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 0px;
        background: #fff;
        margin-top: 85px;
    }
    .mobile-title-img {
        display: block;
        width: 100%;
        padding: 0px 25px;
    }
    .mobile-title-img>img {
        width: 100%;
    }
    .ipsa-ME-second-page .page-title {
        margin-top: 65px;
        margin-bottom: 30px;
    }
    .page-bottom-content {
        flex-flow: column;
        margin-top: 15px;
        padding: 0px 25px;
    }
    .page-bottom-content>p {
        margin-left: 0px;
        text-align: center;
        margin-top: 35px;
    }
    .page-bottom-content>p>span {
        display: inline;
        font-size: 13px;
    }
    .page-content .inner-content>span {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .ipsa-ME-second-page .page-title .title2 {
        margin-top: 15px;
        height: auto;
        font-size: 15px;
        padding: 19px 0px;
    }
    .ipsa-ME-second-page .page-title .title1 {
        font-size: 12px;
    }
    .page-content .inner-content {
        width: 100%;
    }
}