@import url("https://fonts.googleapis.com/css2?family=Anek+Gujarati:wght@100..800&display=swap");
@font-face {
    font-family: "Anek Gujarati", sans-serif;
    src: url("../fonts/anek-gujarati/AnekGujarati-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "Anek Gujarati", sans-serif;
    src: url("../fonts/anek-gujarati/AnekGujarati-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Anek Gujarati", sans-serif;
    src: url("../fonts/anek-gujarati/AnekGujarati-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Anek Gujarati", sans-serif;
    src: url("../fonts/anek-gujarati/AnekGujarati-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Anek Gujarati", sans-serif;
    src: url("../fonts/anek-gujarati/AnekGujarati-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Anek Gujarati", sans-serif;
    src: url("../fonts/anek-gujarati/AnekGujarati-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Anek Gujarati", sans-serif;
    src: url("../fonts/anek-gujarati/AnekGujarati-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Anek Gujarati", sans-serif;
    src: url("../fonts/anek-gujarati/AnekGujarati-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

.rcm-page-section * {
    font-family: "Anek Gujarati", sans-serif;
}

.rcm-page-section {
    /* background-image: url("../img/author/ramchandra-suri-maharaj/background-1.png"); */
    padding: 0;
    background-size: cover;
    background-position: center -5px;
}

.rcm-page-container .main-title p {
    font-weight: 800;
    font-size: 56px;
    color: #d60000;
    text-align: center;
    line-height: normal;
}

.rcm-content-container {
    padding-top: 80px;
    position: relative;
}

.border-line-container {
    text-align: center;
    padding-left: 70px;
}

.title-layer-container {
    position: absolute;
    right: 0;
    width: 35%;
    top: -25px;
    z-index: -1;
}

.rcm-page-container {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    z-index: 1;
}


/* Content Text CSS */

.inner-content-container .content-view {
    display: grid;
    align-items: flex-start;
    gap: 15px 35px;
    grid-template-columns: repeat(2, 1fr);
}

.inner-content-container .content-view .content-box p {
    color: #000;
    text-align: justify;
    line-height: 1.95;
    font-size: 16.5px;
    font-weight: 600;
    margin: 0;
}

.third-content-container .content-view .image-content {
    grid-column: 2 span;
}


/* First Content */

.first-content-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.first-content-container .f1-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 140px;
    height: 140px;
    background: #fff;
    top: 10%;
    left: 12%;
}

.first-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    top: 12px;
}

.first-content-container .f2-image {
    position: absolute;
    right: 30%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 4%;
}

.first-content-container .f2-image img {
    transform: scale(1.4);
}

.first-content-container .f3-image {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    right: 11%;
    top: 27%;
}

.first-content-container .f3-image img {
    transform: scale(1.4);
    position: relative;
    object-position: -7px 18px;
}

.first-content-container .side-frame {
    position: absolute;
    right: 27%;
    width: 8%;
    top: 26%;
}

.first-content-container .content-view {
    position: absolute;
    width: 37.5%;
    top: 20%;
    right: 38%;
}

.first-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 57%;
}

.first-content-container .content-view .content-box.first-content p {
    direction: rtl;
}


/* Second Content */

.second-content-container {
    position: absolute;
    top: 4.8%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.second-content-container .f1-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 160px;
    height: 160px;
    background: #fff;
    top: 24%;
    left: 5%;
}

.second-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    top: -10px;
}

.second-content-container .f2-image {
    position: absolute;
    left: 18%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 3%;
}

.second-content-container .f2-image img {
    transform: scale(1.4);
}

.second-content-container .f3-image {
    position: absolute;
    overflow: hidden;
    right: 5%;
    top: 0%;
    width: 25%;
    opacity: 0.6;
}

.second-content-container .f3-image img {
    transform: scale(1.4);
    position: relative;
    object-position: -7px 18px;
}

.second-content-container .side-frame {
    position: absolute;
    left: 15%;
    width: 8%;
    top: 26%;
    transform: scaleX(-1);
}

.second-content-container .content-view {
    position: absolute;
    width: 45.34%;
    top: 20%;
    left: 29%;
}

.second-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 57%;
}


/* Third Content */

.third-content-container {
    position: absolute;
    top: 9.5%;
    width: 100%;
    height: 550px;
}

.third-content-container .f1-image {
    position: absolute;
    width: 30%;
    top: -8%;
    left: 0;
}

.third-content-container .f1-image img {
    object-fit: cover;
    position: relative;
}

.third-content-container .f2-image {
    position: absolute;
    right: 23%;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 0%;
}

.third-content-container .f2-image img {
    transform: scale(1.1);
}

.third-content-container .f3-image {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    right: 7%;
    bottom: 8%;
}

.third-content-container .f3-image img {
    transform: scale(1.45);
    position: relative;
    object-position: 20px 22px;
}

.third-content-container .side-frame {
    position: absolute;
    right: 21%;
    width: 8%;
    top: 30%;
}

.third-content-container .content-view {
    position: absolute;
    width: 37.5%;
    top: 21.5%;
    right: 41%;
    grid-template-columns: 58% 40%;
}

.third-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 40%;
    right: 5%;
}

.third-content-container .image-content {
    width: 42.7%;
    /* overflow: hidden; */
    top: 52%;
    position: relative;
    left: 25%;
    z-index: 1;
}

.third-content-container .image-content:after {
    content: "";
    position: absolute;
    left: -10.7%;
    bottom: 0;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.third-content-container .image-content img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center 32%;
}


/* Fourth Content */

.fourth-content-container {
    position: absolute;
    top: 13.8%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.fourth-content-container .f1-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 160px;
    height: 160px;
    background: #fff;
    top: 40%;
    left: 3%;
}

.fourth-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    top: -10px;
}

.fourth-content-container .f2-image {
    position: absolute;
    left: 19%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 7%;
}

.fourth-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
}

.fourth-content-container .f3-image {
    position: absolute;
    overflow: hidden;
    right: 5%;
    top: 0%;
    width: 25%;
    opacity: 0.6;
}

.fourth-content-container .f3-image img {
    transform: scale(1.4);
    position: relative;
    object-position: -7px 18px;
}

.fourth-content-container .side-frame {
    position: absolute;
    left: 17%;
    width: 8%;
    top: 26%;
    transform: scaleX(-1);
    z-index: -1;
}

.fourth-content-container .content-view {
    position: relative;
    width: 52%;
    top: 20%;
    left: 27%;
}

.fourth-content-container .content-view .second-content {
    padding-right: 6px;
}

.fourth-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 57%;
}


/* Fifth Content */

.fifth-content-container {
    position: absolute;
    top: 18.3%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.fifth-content-container .f1-image {
    position: absolute;
    overflow: hidden;
    top: -8%;
    left: -5%;
}

.fifth-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    top: 12px;
}

.fifth-content-container .f2-image {
    position: absolute;
    right: 26%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 4%;
}

.fifth-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    position: relative;
    top: 0;
}

.fifth-content-container .f3-image {
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    right: 8%;
    top: 17%;
}

.fifth-content-container .f3-image img {
    transform: scale(1.4);
    position: relative;
    object-position: -7px 18px;
}

.fifth-content-container .side-frame {
    position: absolute;
    right: 22.5%;
    width: 8%;
    top: 21%;
    z-index: -1;
}

.fifth-content-container .content-view {
    position: absolute;
    width: 49.05%;
    top: 20%;
    right: 34%;
}

.fifth-content-container .content-view .content-box.first-content p {
    direction: rtl;
}

.fifth-content-container .content-view .content-box.second-content p:first-child {
    padding-right: 40px;
}


/* Sixth Content */

.sixth-content-container {
    position: absolute;
    top: 23.1%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.sixth-content-container .f1-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    width: 28%;
    top: -29%;
    right: 3%;
}

.sixth-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
}

.sixth-content-container .f2-image {
    position: absolute;
    left: 16%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 5%;
}

.sixth-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.sixth-content-container .f3-image {
    right: 5%;
    bottom: 0%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 130px;
    height: 130px;
    background: #fff;
}

.sixth-content-container .f3-image img {
    transform: scale(1.4);
    position: relative;
    object-position: 2px 10px;
}

.sixth-content-container .side-frame {
    position: absolute;
    left: 13%;
    width: 8%;
    top: 27%;
    transform: scaleX(-1);
    z-index: -1;
}

.sixth-content-container .content-view {
    position: relative;
    width: 52.4%;
    top: 20%;
    left: 24%;
}

.sixth-content-container .content-view .second-content {
    padding-right: 6px;
}

.sixth-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 57%;
}

.sixth-content-container .image-content {
    width: 50%;
    top: 23%;
    position: relative;
    left: 20%;
    z-index: 1;
}

.sixth-content-container .image-content:after {
    content: "";
    position: absolute;
    right: -10.7%;
    bottom: 0;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(-30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.sixth-content-container .image-content img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center 25%;
}

.sixth-content-container .side-frame-2 {
    position: absolute;
    left: -5%;
    transform: rotate(90deg) scaleY(-1);
    width: 27%;
    bottom: 0;
}


/* Seventh Content */

.seventh-content-container {
    position: absolute;
    top: 27.6%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.seventh-content-container .f1-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 150px;
    height: 150px;
    background: #fff;
    top: 16%;
    left: 6%;
}

.seventh-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.7);
    object-position: center 5px;
}

.seventh-content-container .f2-image {
    position: absolute;
    right: 32%;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 10%;
}

.seventh-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    width: 100%;
    object-position: 5px 6px;
    transform: scale(1.4);
}

.seventh-content-container .f3-image {
    position: absolute;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    right: 11%;
    bottom: 10%;
}

.seventh-content-container .f3-image img {
    transform: scale(1.7);
    position: relative;
    object-position: -10px 20px;
    width: 100%;
}

.seventh-content-container .side-frame {
    position: absolute;
    right: 26.5%;
    width: 8%;
    top: 21%;
    z-index: -1;
}

.seventh-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 33%;
    right: 7%;
}

.seventh-content-container .content-view {
    position: absolute;
    width: 37.64%;
    top: 22%;
    right: 40%;
}

.seventh-content-container .content-view .first-content p:nth-child(2) {
    direction: rtl;
    padding-left: 60px;
}

.seventh-content-container .content-view .first-content p:first-child {
    direction: rtl;
}


/* Eighth Content */

.eighth-content-container {
    position: absolute;
    top: 32.5%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.eighth-content-container .f1-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    width: 23%;
    bottom: 12%;
    right: 3%;
}

.eighth-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
}

.eighth-content-container .f2-image {
    position: absolute;
    left: 17.5%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 4%;
}

.eighth-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.eighth-content-container .f3-image {
    position: absolute;
    overflow: hidden;
    right: 5%;
    top: 0%;
    width: 25%;
    opacity: 0.6;
}

.eighth-content-container .f3-image img {
    transform: scale(1.4);
    position: relative;
    object-position: -7px 18px;
}

.eighth-content-container .side-frame {
    position: absolute;
    left: 17%;
    width: 7.5%;
    top: 23%;
    transform: scaleX(-1);
    z-index: -1;
}

.eighth-content-container .content-view {
    position: relative;
    width: 49.4%;
    top: 20%;
    left: 25.5%;
}

.eighth-content-container .content-view .second-content {
    padding-right: 6px;
}

.eighth-content-container .image-content {
    width: 50%;
    top: 23%;
    position: relative;
    left: 20%;
    z-index: 1;
}

.eighth-content-container .image-content:after {
    content: "";
    position: absolute;
    right: -10.7%;
    bottom: 0;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(-30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.eighth-content-container .image-content img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center 25%;
}

.eighth-content-container .side-frame-2 {
    position: absolute;
    left: -5%;
    transform: rotate(90deg) scaleY(-1);
    width: 27%;
    bottom: 0;
}

.eighth-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 30%;
    left: 1%;
}

.eighth-content-container .content-view .second-content p:nth-child(2) {
    padding-right: 75px;
}


/* Ninth Content */

.ninth-content-container {
    position: absolute;
    top: 37%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.ninth-content-container .f1-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 175px;
    height: 175px;
    background: #fff;
    top: 4%;
    left: 4%;
}

.ninth-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.7);
    object-position: center 5px;
}

.ninth-content-container .f2-image {
    position: absolute;
    right: 23%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 5%;
}

.ninth-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    width: 100%;
    object-position: -28px 6px;
    transform: scale(1.2);
}

.ninth-content-container .f3-image {
    position: absolute;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    right: 11%;
    bottom: 10%;
}

.ninth-content-container .f3-image img {
    transform: scale(1.7);
    position: relative;
    object-position: -10px 20px;
    width: 100%;
}

.ninth-content-container .side-frame {
    position: absolute;
    right: 20.5%;
    width: 8%;
    top: 27%;
    z-index: -1;
}

.ninth-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 33%;
    right: 7%;
}

.ninth-content-container .content-view {
    position: absolute;
    width: 46%;
    top: 24%;
    right: 31%;
}

.ninth-content-container .content-view .first-content p {
    direction: rtl;
}

.ninth-content-container .content-view .content-box.second-content p:first-child {
    padding-right: 55px;
}


/* Tenth Content */

.tenth-content-container {
    position: absolute;
    top: 41.4%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.tenth-content-container .f1-image {
    bottom: 12%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 145px;
    height: 145px;
    background: #fff;
    left: 5%;
}

.tenth-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
    transform: scale(1.4);
}

.tenth-content-container .f2-image {
    position: absolute;
    left: 21.5%;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 4%;
}

.tenth-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: center -4px;
}

.tenth-content-container .f3-image {
    position: absolute;
    overflow: hidden;
    left: -2%;
    top: -30%;
    width: 25%;
    opacity: 0.4;
}

.tenth-content-container .f3-image img {}

.tenth-content-container .side-frame {
    position: absolute;
    left: 19%;
    width: 7.5%;
    top: 23%;
    transform: scaleX(-1);
    z-index: -1;
}

.tenth-content-container .content-view {
    position: relative;
    width: 53.4%;
    top: 20%;
    left: 28.5%;
}

.tenth-content-container .content-view .second-content {
    padding-right: 6px;
}

.tenth-content-container .image-content {
    width: 51%;
    top: 23%;
    position: relative;
    left: 27%;
    z-index: 1;
}

.tenth-content-container .image-content:after {
    content: "";
    position: absolute;
    right: -10.7%;
    bottom: 0;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(-30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.tenth-content-container .image-content img {
    height: 155px;
    width: 100%;
    object-fit: cover;
    object-position: center 25%;
}

.tenth-content-container .side-frame-2 {
    position: absolute;
    left: -5%;
    transform: rotate(90deg) scaleY(-1);
    width: 27%;
    bottom: 0;
}

.tenth-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 27%;
    right: 1%;
}


/* Eleven Content */

.eleven-content-container {
    position: absolute;
    top: 45.5%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.eleven-content-container .f1-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 145px;
    height: 145px;
    background: #fff;
    bottom: -8%;
    right: 8%;
}

.eleven-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.7);
    object-position: 12px 27px;
}

.eleven-content-container .f2-image {
    position: absolute;
    right: 24%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 14%;
}

.eleven-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    position: relative;
    top: 0;
    width: 100%;
    object-position: 5px -4px;
    transform: scale(1.2);
}

.eleven-content-container .f3-image {
    position: absolute;
    width: 33%;
    right: 0%;
    top: -7%;
}

.eleven-content-container .f3-image img {
    transform: scale(1.7);
    position: relative;
    object-position: -10px 20px;
    width: 100%;
}

.eleven-content-container .side-frame {
    position: absolute;
    right: 21%;
    width: 8%;
    top: 30%;
    z-index: -1;
}

.eleven-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 33%;
    right: 7%;
}

.eleven-content-container .content-view {
    position: absolute;
    width: 48.1%;
    top: 28%;
    right: 34%;
}

.eleven-content-container .content-view .first-content p {
    direction: rtl;
    font-size: 13px;
}

.eleven-content-container .content-view .second-content p {
    font-size: 13px;
}


/* Twelve Content */

.twelve-content-container {
    position: absolute;
    top: 50.6%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.twelve-content-container .f1-image {
    top: 19%;
    position: absolute;
    width: 15%;
    left: 1%;
}

.twelve-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
    transform: scale(1.7);
}

.twelve-content-container .f2-image {
    position: absolute;
    left: 16%;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 7%;
}

.twelve-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: -78px 20px;
    transform: scale(1.8);
}

.twelve-content-container .side-frame {
    position: absolute;
    left: 15%;
    width: 7.5%;
    top: 30%;
    transform: scaleX(-1);
    z-index: -1;
}

.twelve-content-container .content-view {
    position: relative;
    width: 51%;
    top: 19%;
    left: 25%;
}

.twelve-content-container .side-frame-2 {
    position: absolute;
    right: -12%;
    transform: rotate(90deg);
    width: 38%;
    bottom: 25%;
    opacity: 0.7;
}


/* Thirteen Content */

.thirteen-content-container {
    position: absolute;
    top: 55.5%;
    width: 100%;
    height: 550px;
}

.thirteen-content-container .f1-image {
    top: 5%;
    bottom: 12%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 120px;
    height: 120px;
    background: #fff;
    right: 15%;
}

.thirteen-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    transform: scale(2.1);
    object-position: 10px 19px;
}

.thirteen-content-container .f2-image {
    position: absolute;
    right: 28%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 0%;
}

.thirteen-content-container .f2-image img {
    transform: scale(1.1);
}

.thirteen-content-container .side-frame {
    position: absolute;
    right: 25.5%;
    width: 8%;
    top: 18%;
    z-index: -1;
}

.thirteen-content-container .content-view {
    position: absolute;
    width: 47%;
    top: 12.5%;
    right: 41%;
}

.thirteen-content-container .vector-frame {
    position: absolute;
    width: 15%;
    top: 40%;
    right: 5%;
}

.thirteen-content-container .image-content {
    width: 46.7%;
    top: 50%;
    position: relative;
    left: 15%;
    z-index: 1;
}

.thirteen-content-container .image-content:after {
    content: "";
    position: absolute;
    left: -9.7%;
    bottom: 0;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.thirteen-content-container .image-content img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center 80%;
}

.thirteen-content-container .side-frame-2 {
    position: absolute;
    left: -12%;
    transform: rotate(90deg) scaleY(-1);
    width: 38%;
    bottom: 25%;
    opacity: 0.7;
    z-index: 2;
}


/* Fourteen Content */

.fourteen-content-container {
    position: absolute;
    top: 60%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.fourteen-content-container .f1-image {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 150px;
    height: 150px;
    background: #fff;
    left: 4%;
    top: 25%;
}

.fourteen-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
    transform: scale(1.05);
}

.fourteen-content-container .f2-image {
    position: absolute;
    left: 20%;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 4%;
}

.fourteen-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: 2px 25px;
    transform: scale(2);
}

.fourteen-content-container .f3-image {
    top: 42%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 130px;
    height: 130px;
    background: #fff;
    right: 7%;
}

.fourteen-content-container .f3-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: 2px 1px;
    transform: scale(1.05);
}

.fourteen-content-container .side-frame {
    position: absolute;
    left: 17%;
    width: 7.5%;
    top: 21%;
    transform: scaleX(-1);
    z-index: -1;
}

.fourteen-content-container .content-view {
    position: relative;
    width: 48%;
    top: 20%;
    left: 26%;
}

.fourteen-content-container .side-frame-2 {
    position: absolute;
    right: -12%;
    transform: rotate(90deg);
    width: 38%;
    bottom: 25%;
    opacity: 0.7;
}

.fourteen-content-container .vector-frame {
    position: absolute;
    width: 16%;
    top: 7%;
    right: 4%;
}

.fourteen-content-container .content-view .content-box.second-content p:nth-child(2) {
    width: 52%;
}


/* Fifteen Content */

.fifteen-content-container {
    position: absolute;
    top: 65.1%;
    width: 100%;
    height: 550px;
}

.fifteen-content-container .f1-image {
    top: 25%;
    bottom: 12%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 160px;
    height: 160px;
    background: #fff;
    left: 2%;
}

.fifteen-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    transform: scale(1.7);
    object-position: 5px 21px;
}

.fifteen-content-container .f2-image {
    position: absolute;
    right: 23%;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: -5%;
}

.fifteen-content-container .f2-image img {
    transform: scale(1.1);
}

.fifteen-content-container .f3-image {
    position: absolute;
    right: -10%;
    width: 40%;
    top: 5%;
    transform: scaleX(-1);
    z-index: -1;
}

.fifteen-content-container .f3-image img {
    transform: scale(1.1);
}

.fifteen-content-container .side-frame {
    position: absolute;
    right: 21%;
    width: 7%;
    top: 14%;
    z-index: -1;
}

.fifteen-content-container .content-view {
    position: absolute;
    width: 42%;
    top: 12.5%;
    right: 38%;
    grid-template-columns: 57% 43%;
}

.fifteen-content-container .image-content {
    width: 44.7%;
    top: 43%;
    position: relative;
    left: 24%;
    z-index: 1;
}

.fifteen-content-container .image-content:after {
    content: "";
    position: absolute;
    left: -9.7%;
    bottom: 0;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.fifteen-content-container .image-content img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center 80%;
}

.fifteen-content-container .side-frame-2 {
    position: absolute;
    left: -12%;
    transform: rotate(90deg) scaleY(-1);
    width: 38%;
    bottom: 25%;
    opacity: 0.7;
    z-index: 2;
}

.fifteen-content-container .vector-frame {
    position: absolute;
    width: 16%;
    left: 0%;
    top: -10%;
}


/* Sixteen Content */

.sixteen-content-container {
    position: absolute;
    top: 69%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.sixteen-content-container .f1-image {
    position: absolute;
    width: 28%;
    left: -2%;
    top: 29%;
    transform: rotate(-20deg);
}

.sixteen-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
}

.sixteen-content-container .f2-image {
    position: absolute;
    left: 22%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 4%;
}

.sixteen-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: 7px 14px;
    transform: scale(1.5);
}

.sixteen-content-container .f3-image {
    top: 42%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 130px;
    height: 130px;
    background: #fff;
    right: 7%;
}

.sixteen-content-container .f3-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: 2px 1px;
    transform: scale(1.05);
}

.sixteen-content-container .side-frame {
    position: absolute;
    left: 19%;
    width: 7.5%;
    top: 23%;
    transform: scaleX(-1);
    z-index: -1;
}

.sixteen-content-container .content-view {
    position: relative;
    width: 54%;
    top: 17%;
    left: 29%;
}


/* Seventeen Content */

.seventeen-content-container {
    position: absolute;
    top: 73.7%;
    width: 100%;
    height: 550px;
}

.seventeen-content-container .f1-image {
    top: 37%;
    bottom: 12%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 160px;
    height: 160px;
    background: #fff;
    left: 0%;
}

.seventeen-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    transform: scale(1.5);
    object-position: 5px 21px;
}

.seventeen-content-container .f2-image {
    position: absolute;
    right: 24%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: -1%;
}

.seventeen-content-container .f2-image img {
    transform: scale(1.15);
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.seventeen-content-container .f3-image {
    right: 10%;
    z-index: -1;
    top: 32%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 140px;
    height: 140px;
    background: #fff;
}

.seventeen-content-container .f3-image img {
    transform: scale(2);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24px;
}

.seventeen-content-container .side-frame {
    position: absolute;
    right: 21%;
    width: 8%;
    top: 14%;
    z-index: -1;
}

.seventeen-content-container .content-view {
    position: absolute;
    width: 48%;
    top: 14.5%;
    right: 36%;
}

.seventeen-content-container .image-content {
    width: 44.7%;
    top: 43%;
    position: relative;
    left: 24%;
    z-index: 1;
}

.seventeen-content-container .image-content:after {
    content: "";
    position: absolute;
    left: -9.7%;
    bottom: 0;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.seventeen-content-container .image-content img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center 80%;
}

.seventeen-content-container .side-frame-2 {
    position: absolute;
    left: -12%;
    transform: rotate(90deg) scaleY(-1);
    width: 38%;
    bottom: 25%;
    opacity: 0.7;
    z-index: 2;
}

.seventeen-content-container .vector-frame {
    position: absolute;
    width: 16%;
    right: 5%;
    top: -10%;
}

.seventeen-content-container .content-view .content-box.first-content p:nth-child(2) {
    width: 50%;
    margin: 0 0 0 auto;
    direction: rtl;
}


/* Eighteen Content */

.eighteen-content-container {
    position: absolute;
    top: 78.4%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.eighteen-content-container .f1-image {
    position: absolute;
    width: 32%;
    left: -6%;
    top: 25%;
    z-index: -1;
    opacity: 0.5;
}

.eighteen-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    width: 100%;
}

.eighteen-content-container .f2-image {
    position: absolute;
    left: 17%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 1%;
}

.eighteen-content-container .f2-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: 2px 25px;
    transform: scale(2);
}

.eighteen-content-container .f3-image {
    top: 48%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 130px;
    height: 130px;
    background: #fff;
    right: 7%;
}

.eighteen-content-container .f3-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: -40px 17px;
    transform: scale(1.4);
}

.eighteen-content-container .side-frame {
    position: absolute;
    left: 15%;
    width: 7.5%;
    top: 23%;
    transform: scaleX(-1);
    z-index: -1;
}

.eighteen-content-container .content-view {
    position: relative;
    width: 51%;
    top: 16%;
    left: 25%;
}


/* Nineteen Content */

.nineteen-content-container {
    position: absolute;
    top: 83%;
    width: 100%;
    height: 550px;
}

.nineteen-content-container .f1-image {
    top: 7%;
    position: absolute;
    width: 14%;
    height: 160px;
    right: 9%;
    opacity: 0.5;
    transform: scaleX(-1);
}

.nineteen-content-container .f1-image img {
    object-fit: cover;
    position: relative;
    transform: scale(1.5);
    object-position: 5px 21px;
}

.nineteen-content-container .f2-image {
    position: absolute;
    right: 31%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 0%;
}

.nineteen-content-container .f2-image img {
    transform: scale(1.25);
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: 7px -13px;
}

.nineteen-content-container .f3-image {
    right: 14%;
    z-index: -1;
    bottom: 11%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 125px;
    height: 125px;
    background: #fff;
}

.nineteen-content-container .f3-image img {
    transform: scale(2);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 24px;
}

.nineteen-content-container .side-frame {
    position: absolute;
    right: 26%;
    width: 8%;
    top: 16%;
    z-index: -1;
}

.nineteen-content-container .content-view {
    position: absolute;
    width: 45%;
    top: 14.5%;
    right: 36%;
}

.nineteen-content-container .image-content {
    width: 44.7%;
    top: 43%;
    position: relative;
    left: 24%;
    z-index: 1;
}

.nineteen-content-container .image-content:after {
    content: "";
    position: absolute;
    left: -9.7%;
    bottom: 0;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.nineteen-content-container .image-content img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    object-position: center 80%;
}

.nineteen-content-container .side-frame-2 {
    position: absolute;
    left: -12%;
    transform: rotate(90deg) scaleY(-1);
    width: 38%;
    bottom: 25%;
    opacity: 0.7;
    z-index: 2;
}

.nineteen-content-container .vector-frame {
    position: absolute;
    width: 16%;
    right: 5%;
    top: -10%;
}

.nineteen-content-container .content-view .content-box.first-content p:nth-child(2) {
    width: 50%;
    margin: 0 0 0 auto;
    direction: rtl;
}

.nineteen-content-container .content-view .content-box.second-content p:first-child {
    width: 75%;
}

.nineteen-content-container .content-view .content-box.first-content p:nth-child(2) {
    text-align: right;
}

.nineteen-content-container .content-view .content-box.first-content p {
    direction: rtl;
}


/* Twenty Content */

.twenty-content-container {
    position: absolute;
    bottom: 6.8%;
    width: 100%;
    height: 550px;
    padding-left: 70px;
}

.twenty-content-container .f1-image {
    position: absolute;
    left: 18%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: -4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 0%;
}

.twenty-content-container .f1-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    object-position: 2px 12px;
    transform: scale(1.7);
}

.twenty-content-container .f2-image {
    left: 6%;
    z-index: -1;
    bottom: 5%;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #996633;
    width: 125px;
    height: 125px;
    text-align: center;
}

.twenty-content-container .f2-image img {
    width: 85%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    object-position: 0px 5px;
    padding: 0;
    margin: 0 auto;
}

.twenty-content-container .side-frame {
    position: absolute;
    left: 17%;
    width: 7.5%;
    top: 23%;
    transform: scaleX(-1);
    z-index: -1;
}

.twenty-content-container .side-frame-2 {
    position: absolute;
    left: -9%;
    transform: rotate(90deg) scaleY(-1);
    width: 29%;
    top: -7%;
}

.twenty-content-container .content-view {
    position: relative;
    width: 48%;
    top: 16%;
    left: 27%;
}

.twenty-content-container .image-content {
    width: 50%;
    top: 19%;
    position: relative;
    left: 23%;
    z-index: 1;
}

.twenty-content-container .image-content:after {
    content: "";
    position: absolute;
    right: -11.4%;
    bottom: 0px;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(-30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.twenty-content-container .image-content img {
    height: 170px;
    width: 100%;
    object-fit: fill;
    object-position: center 3%;
}

.twenty-content-container .vector-frame {
    position: absolute;
    width: 15%;
    bottom: 0%;
    right: 5%;
}


/* TwoOne Content */

.twoOne-content-container {
    position: absolute;
    bottom: 2.3%;
    width: 100%;
    height: 550px;
}

.twoOne-content-container .f1-image {
    top: 35%;
    position: absolute;
    width: 19%;
    left: -2%;
    opacity: 0.7;
}

.twoOne-content-container .f1-image img {
    position: relative;
}

.twoOne-content-container .f2-image {
    position: absolute;
    right: 22%;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 4px 7px 5px rgba(0, 0, 0, 0.25);
    top: 6%;
}

.twoOne-content-container .f2-image img {
    transform: scale(2.1);
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: 10px 29px;
}

.twoOne-content-container .side-frame {
    position: absolute;
    right: 19%;
    width: 8%;
    top: 23%;
    z-index: -1;
}

.twoOne-content-container .content-view {
    position: absolute;
    width: 47%;
    top: 18.5%;
    right: 35%;
}

.twoOne-content-container .image-content {
    width: 46%;
    top: 58%;
    position: relative;
    left: 23%;
    z-index: 1;
}

.twoOne-content-container .image-content:after {
    content: "";
    position: absolute;
    left: -9.7%;
    bottom: 0;
    width: 40%;
    height: 55%;
    background: rgba(0, 0, 0, 0.1);
    background: #cbc8c3;
    transform: skewX(30deg);
    transform-origin: top left;
    filter: blur(1px);
    z-index: -1;
}

.twoOne-content-container .image-content img {
    height: auto;
    width: 100%;
}

.twoOne-content-container .side-frame-2 {
    position: absolute;
    left: -12%;
    transform: rotate(90deg) scaleY(-1);
    width: 38%;
    bottom: 25%;
    opacity: 0.7;
    z-index: 2;
}

.twoOne-content-container .vector-frame {
    position: absolute;
    width: 16%;
    right: 5%;
    top: -10%;
}


/* Last Container*/

.last-content-container {
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 350px;
}

.last-content-container .f1-image {
    position: relative;
    width: 17%;
    left: 44%;
    transform: translateX(-50%);
    top: 28%;
}

.last-content-container .side-frame-2 {
    position: absolute;
    left: -8%;
    transform: rotate(90deg) scaleY(-1);
    width: 38%;
    bottom: 12%;
    opacity: 0.7;
}

.last-content-container .side-frame-3 {
    position: absolute;
    right: 0%;
    transform: rotate(90deg);
    width: 38%;
    bottom: 12%;
    opacity: 0.7;
}

@media only screen and (max-width:767px) {
    .rcm-page-section .rcm-page-inner .container {
        padding: 0;
    }
    .rcm-page-container {
        padding: 30px 15px;
    }
    .rcm-page-container .main-title p {
        font-size: 20px;
    }
    .title-layer-container {
        top: 0.2%;
        right: -10%;
    }
    .border-line-container {
        padding-left: 0;
    }
    .inner-content-container {
        padding-left: 0 !important;
        display: none;
        height: 235px;
    }
    .inner-content-container .content-view {
        gap: 5px 12px;
    }
    .first-content-container {
        top: 1.3%;
    }
    .first-content-container .f1-image {
        border-width: 2px;
        width: 60px;
        height: 60px;
        top: -9%;
        left: 0%;
    }
    .first-content-container .f1-image img {
        top: 5px;
    }
    .first-content-container .f2-image {
        right: 16%;
        width: 60px;
        height: 60px;
        top: -1%;
    }
    .first-content-container .f3-image {
        width: 70px;
        height: 70px;
        right: -2%;
        top: 27%;
        border-width: 2px;
    }
    .inner-content-container .content-view .content-box p {
        font-size: 7.5px;
        line-height: 1.60;
    }
    .first-content-container .content-view {
        width: 66%;
        top: 20%;
        right: 32%;
    }
    .first-content-container .side-frame {
        right: 16%;
        width: 9%;
        top: 22%;
    }
    .first-content-container {
        display: block;
    }
    .second-content-container {
        display: block;
        top: 6%;
    }
    .second-content-container .f1-image {
        width: 50px;
        height: 50px;
        border-width: 2px;
        top: 22%;
        left: -3%;
    }
    .second-content-container .f1-image img {
        top: -3px;
    }
    .second-content-container .f2-image {
        width: 50px;
        height: 50px;
        top: 2%;
        left: 7%;
    }
    .second-content-container .side-frame {
        left: 7.5%;
        top: 23%;
        z-index: -1;
    }
    .second-content-container .f3-image {
        right: -18%;
        top: -20%;
        width: 38%;
    }
    .second-content-container .content-view {
        width: 75%;
        top: 19%;
        left: 24%;
    }
    .third-content-container {
        display: block;
        top: 11%;
    }
    .third-content-container .f1-image {
        width: 35%;
        top: -21%;
        left: -10%;
    }
    .third-content-container .f2-image {
        right: 8%;
        width: 60px;
        height: 60px;
        top: -7%;
    }
    .third-content-container .f3-image {
        width: 55px;
        height: 55px;
        right: -2%;
        bottom: 16%;
    }
    .third-content-container .f3-image img {
        object-position: 8px 8px;
    }
    .third-content-container .vector-frame {
        right: -5%;
        width: 17%;
    }
    .third-content-container .side-frame {
        right: 8.5%;
        top: 15%;
        z-index: -1;
    }
    .third-content-container .content-view {
        width: 62.5%;
        top: 13.5%;
        right: 28%;
    }
    .third-content-container .image-content {
        width: 65%;
        left: 12%;
        top: 45%;
    }
    .third-content-container .image-content img {
        height: 70px;
    }
    .fourth-content-container {
        display: block;
        top: 14.8%;
    }
    .fourth-content-container .f1-image {
        width: 55px;
        height: 55px;
        top: 34%;
        left: -3%;
    }
    .fourth-content-container .f1-image img {
        top: -5px;
    }
    .fourth-content-container .f2-image {
        width: 46px;
        height: 46px;
        top: 9%;
        left: 11%;
    }
    .fourth-content-container .side-frame {
        left: 12%;
        width: 7%;
    }
    .fourth-content-container .content-view {
        width: 74%;
        top: 20%;
        left: 26.5%;
    }
    .fifth-content-container {
        display: block;
        top: 19.5%;
    }
    .fifth-content-container .f3-image {
        width: 50px;
        height: 50px;
        border-width: 2px;
        right: -3%;
        top: 18%;
    }
    .fifth-content-container .f2-image {
        width: 50px;
        height: 50px;
        right: 12%;
        top: -1%;
    }
    .fifth-content-container .side-frame {
        right: 10.5%;
        width: 8%;
        top: 16%;
    }
    .fifth-content-container .content-view {
        width: 70%;
        top: 17%;
        right: 27%;
    }
    .fifth-content-container .f3-image img {
        object-position: -1px -3px;
        transform: scale(1.0);
    }
    .fifth-content-container .content-view .content-box.second-content p:first-child {
        padding-right: 0;
    }
    .sixth-content-container {
        display: block;
        top: 24.3%;
    }
    .sixth-content-container .f1-image {
        width: 40%;
        top: -25%;
        right: -12%;
    }
    .sixth-content-container .f2-image {
        left: 5%;
        top: 3%;
        width: 50px;
        height: 50px;
    }
    .sixth-content-container .side-frame {
        left: 5%;
        width: 8%;
        top: 22%;
    }
    .sixth-content-container .side-frame-2 {
        width: 35%;
        left: -14%;
        bottom: 15%;
    }
    .sixth-content-container .content-view {
        width: 80%;
        top: 14%;
        left: 21%;
    }
    .sixth-content-container .image-content {
        width: 65%;
        top: 20%;
        left: 20%;
    }
    .sixth-content-container .image-content:after {
        right: -8.5%;
    }
    .sixth-content-container .image-content img {
        height: 60px;
    }
    .seventh-content-container {
        display: block;
        top: 28.6%;
    }
    .seventh-content-container .f1-image {
        width: 50px;
        height: 50px;
        top: 0%;
        border-width: 2px;
        left: 0%;
    }
    .seventh-content-container .f1-image img {
        object-position: center 3px;
        transform: scale(1.9);
    }
    .seventh-content-container .f2-image {
        right: 17%;
        width: 45px;
        height: 45px;
        top: 5%;
    }
    .seventh-content-container .f3-image {
        width: 60px;
        height: 60px;
        right: -3%;
        bottom: 12%;
        border-width: 2px;
    }
    .seventh-content-container .side-frame {
        right: 15.5%;
        top: 25%;
    }
    .seventh-content-container .vector-frame {
        top: 39%;
        right: -5%;
        width: 18%;
    }
    .seventh-content-container .f3-image img {
        object-position: -3px 8px;
    }
    .seventh-content-container .content-view {
        width: 68%;
        top: 23%;
        right: 30%;
    }
    .seventh-content-container .content-view .first-content p:nth-child(2) {
        padding-left: 0px;
    }
    .eighth-content-container {
        display: block;
        top: 33.5%;
    }
    .eighth-content-container .f2-image {
        left: 10.5%;
        width: 50px;
        height: 50px;
        top: -3%;
    }
    .eighth-content-container .f2-image img {
        object-position: center -5px;
    }
    .eighth-content-container .side-frame {
        left: 9%;
        width: 8%;
        top: 16%;
    }
    .eighth-content-container .vector-frame {
        left: -5%;
        width: 15%;
        top: 20%;
    }
    .eighth-content-container .content-view {
        width: 73%;
        top: 14%;
        left: 26%;
    }
    .eighth-content-container .content-view .second-content p:nth-child(2) {
        padding-right: 0;
    }
    .eighth-content-container .f1-image {
        bottom: 0%;
        right: -12%;
        width: 32%;
    }
    .ninth-content-container {
        display: block;
        top: 38%;
    }
    .ninth-content-container .f1-image {
        top: -10%;
        left: -1%;
        width: 55px;
        height: 55px;
    }
    .ninth-content-container .f1-image img {
        transform: scale(1.2);
        object-position: center 1px;
    }
    .ninth-content-container .f2-image {
        right: 8%;
        width: 50px;
        height: 50px;
        top: 2%;
    }
    .ninth-content-container .f2-image img {
        object-position: -9px 3px;
    }
    .ninth-content-container .side-frame {
        right: 6.5%;
        top: 20%;
    }
    .ninth-content-container .content-view {
        width: 75%;
        top: 20%;
        right: 23%;
    }
    .ninth-content-container .content-view .content-box.second-content p:first-child {
        padding-right: 0;
    }
    .tenth-content-container {
        display: block;
        top: 42.4%;
    }
    .tenth-content-container .f1-image {
        width: 55px;
        height: 55px;
        border-width: 2px;
        left: -1%;
        bottom: 20%;
        z-index: 1;
    }
    .tenth-content-container .f2-image {
        left: 11.5%;
        width: 50px;
        height: 50px;
        top: 3%;
        z-index: 1;
    }
    .tenth-content-container .f2-image img {
        object-position: center 0px;
    }
    .tenth-content-container .f3-image {
        left: -9%;
        top: 0%;
        width: 25%;
        opacity: 0.6;
    }
    .tenth-content-container .side-frame {
        left: 12.5%;
        width: 7.5%;
        top: 23%;
    }
    .tenth-content-container .vector-frame {
        width: 18%;
        top: 15%;
        right: -5%;
    }
    .tenth-content-container .content-view {
        width: 68%;
        top: 14%;
        left: 29.5%;
        z-index: 1;
    }
    .tenth-content-container .image-content {
        width: 60%;
        top: 16%;
        left: 29%;
    }
    .tenth-content-container .image-content img {
        height: 60px;
        object-position: center 20%;
    }
    .tenth-content-container .image-content:after {
        right: -9.1%;
    }
    .tenth-content-container .content-view .second-content {
        padding-right: 0px;
    }
    .eleven-content-container {
        top: 47%;
        display: block;
    }
    .eleven-content-container .f1-image {
        width: 50px;
        height: 50px;
        bottom: 20%;
        right: -3%;
        border-width: 2px;
    }
    .eleven-content-container .f1-image img {
        transform: scale(1.5);
        object-position: 5px 7px;
    }
    .eleven-content-container .f2-image {
        top: 2%;
        right: 7%;
        width: 50px;
        height: 50px;
        z-index: 1;
    }
    .eleven-content-container .f3-image {
        z-index: -1;
        width: 32%;
        right: -15%;
        top: -15%;
    }
    .eleven-content-container .side-frame {
        right: 9%;
        width: 8%;
        top: 22%;
    }
    .eleven-content-container .content-view {
        width: 77%;
        top: 10%;
        right: 24%;
    }
    .twelve-content-container {
        display: block;
        top: 51.5%;
    }
    .twelve-content-container .f1-image {
        width: 15%;
        left: -8%;
        top: 12%;
        z-index: -1;
    }
    .twelve-content-container .f2-image {
        left: 6%;
        width: 50px;
        height: 50px;
        top: 8%;
    }
    .twelve-content-container .f2-image img {
        object-position: -27px 7px;
        transform: scale(1.8);
    }
    .twelve-content-container .side-frame {
        left: 7%;
        width: 7.5%;
        top: 25%;
    }
    .twelve-content-container .side-frame-2 {
        width: 35%;
        bottom: 30%;
        right: -14%;
    }
    .twelve-content-container .content-view {
        width: 73%;
        top: 15%;
        left: 23%;
    }
    .twelve-content-container .content-view .content-box p {
        line-height: 1.60;
    }
    .thirteen-content-container {
        display: block;
        top: 56%;
    }
    .thirteen-content-container .f1-image {
        width: 50px;
        height: 50px;
        top: 10%;
        right: -2%;
        border-width: 2px;
    }
    .thirteen-content-container .f1-image img {
        transform: scale(2.1);
        object-position: 7px 7px;
    }
    .thirteen-content-container .f2-image {
        right: 13%;
        width: 55px;
        height: 55px;
    }
    .thirteen-content-container .side-frame {
        right: 15%;
        width: 8%;
        top: 22%;
    }
    .thirteen-content-container .side-frame-2 {
        width: 38%;
        bottom: 24%;
        left: -17%;
    }
    .thirteen-content-container .content-view {
        width: 65%;
        top: 14.5%;
        right: 31.5%;
    }
    .thirteen-content-container .image-content {
        width: 57.7%;
        top: 53%;
        left: 10%;
    }
    .thirteen-content-container .image-content img {
        height: 70px;
        width: 100%;
    }
    .fourteen-content-container {
        display: block;
        top: 60.7%;
    }
    .fourteen-content-container .f1-image {
        width: 50px;
        height: 50px;
        left: -3%;
        top: 20%;
        border-width: 2px;
    }
    .fourteen-content-container .f2-image {
        left: 10%;
        top: 3%;
        width: 45px;
        height: 45px;
    }
    .fourteen-content-container .f2-image img {
        object-position: 0px 9px;
        transform: scale(1.8);
    }
    .fourteen-content-container .f3-image {
        width: 50px;
        height: 50px;
        top: -12%;
        right: -3%;
        border-width: 2px;
    }
    .fourteen-content-container .vector-frame {
        top: 30%;
        right: -7%;
    }
    .fourteen-content-container .content-view {
        width: 70%;
        top: 15%;
        left: 25.5%;
    }
    .fourteen-content-container .content-view .content-box.second-content p:nth-child(2) {
        width: 100%;
    }
    .fourteen-content-container .side-frame {
        left: 9.5%;
        width: 7.5%;
        top: 21%;
    }
    .fifteen-content-container {
        top: 65.1%;
        display: block;
    }
    .fifteen-content-container .f1-image {
        width: 50px;
        height: 50px;
        top: 30%;
        border-width: 2px;
        left: -3%;
    }
    .fifteen-content-container .f1-image img {
        transform: scale(1.7);
        object-position: 2px 6px;
    }
    .fifteen-content-container .f2-image {
        right: 5%;
        width: 50px;
        height: 50px;
        top: 11%;
    }
    .fifteen-content-container .side-frame {
        right: 8%;
        width: 7%;
        top: 31%;
    }
    .fifteen-content-container .vector-frame {
        width: 16%;
        left: -7%;
        top: 5%;
    }
    .fifteen-content-container .f3-image {
        right: -14%;
        width: 35%;
        top: 35%;
    }
    .fifteen-content-container .content-view {
        width: 60%;
        top: 21.5%;
        right: 26%;
    }
    .fifteen-content-container .image-content {
        width: 60%;
        top: 55%;
        left: 16%;
    }
    .fifteen-content-container .image-content img {
        height: 65px;
        object-position: center 50%;
    }
    .sixteen-content-container {
        top: 69.5%;
        display: block;
    }
    .sixteen-content-container .f1-image {
        width: 30%;
        left: -11%;
        top: 25%;
    }
    .sixteen-content-container .f2-image {
        left: 10%;
        width: 50px;
        height: 50px;
        top: 7%;
    }
    .sixteen-content-container .f2-image img {
        object-position: 2px 2px;
        transform: scale(1.5);
    }
    .sixteen-content-container .side-frame {
        left: 12.5%;
        width: 7.5%;
        top: 26%;
    }
    .sixteen-content-container .content-view {
        width: 70%;
        top: 18%;
        left: 28%;
    }
    .sixteen-content-container .content-view .content-box p {
        line-height: 1.45;
    }
    .seventeen-content-container {
        top: 74.1%;
        display: block;
    }
    .seventeen-content-container .f1-image {
        width: 50px;
        height: 50px;
        top: -14%;
        left: -2%;
        border-width: 2px;
    }
    .seventeen-content-container .f1-image img {
        object-position: 2px 6px;
        transform: scale(1.3);
    }
    .seventeen-content-container .f2-image {
        right: 9%;
        width: 50px;
        height: 50px;
        top: -1%;
    }
    .seventeen-content-container .vector-frame {
        width: 16%;
        right: -6%;
        top: -13%;
    }
    .seventeen-content-container .f3-image {
        width: 45px;
        height: 45px;
        top: 18%;
        right: -3%;
        border-width: 2px;
    }
    .seventeen-content-container .f3-image img {
        object-position: center 9px;
    }
    .seventeen-content-container .side-frame {
        right: 9%;
        width: 8%;
        top: 19%;
    }
    .seventeen-content-container .content-view {
        width: 70%;
        top: 14%;
        right: 26%;
    }
    .seventeen-content-container .content-view .content-box.first-content p:nth-child(2) {
        width: 100%;
    }
    .seventeen-content-container .content-view .content-box p {
        line-height: 1.60;
    }
    .eighteen-content-container {
        display: block;
        top: 78.7%;
    }
    .eighteen-content-container .f1-image {
        width: 48%;
        left: -22%;
        top: 20%;
    }
    .eighteen-content-container .f2-image {
        left: 5%;
        width: 50px;
        height: 50px;
        top: 6%;
    }
    .eighteen-content-container .f3-image {
        width: 50px;
        height: 50px;
        top: -10%;
        right: -3%;
        border-width: 2px;
    }
    .eighteen-content-container .f3-image img {
        object-position: -14px 5px;
        transform: scale(1.3);
    }
    .eighteen-content-container .f2-image img {
        object-position: 1px 3px;
        transform: scale(1.7);
    }
    .eighteen-content-container .side-frame {
        left: 6.5%;
        width: 7.5%;
        top: 26%;
    }
    .eighteen-content-container .content-view {
        width: 72%;
        top: 17%;
        left: 23%;
    }
    .nineteen-content-container {
        display: block;
        top: 83.2%;
    }
    .nineteen-content-container .f1-image {
        top: -10%;
        width: 14%;
        right: -4%;
    }
    .nineteen-content-container .f2-image {
        right: 16%;
        width: 50px;
        height: 50px;
        top: 1%;
    }
    .nineteen-content-container .f2-image img {
        object-position: 2px -5px;
    }
    .nineteen-content-container .f3-image {
        width: 55px;
        height: 55px;
        right: -2%;
        bottom: 15%;
        border-width: 2px;
    }
    .nineteen-content-container .f3-image img {
        object-fit: cover;
        object-position: center 11px;
    }
    .nineteen-content-container .side-frame {
        right: 15%;
        width: 8%;
        top: 20%;
    }
    .nineteen-content-container .content-view {
        width: 69%;
        top: 16.5%;
        right: 28%;
    }
    .nineteen-content-container .content-view .content-box.second-content p:first-child {
        width: 88%;
    }
    .twenty-content-container {
        display: block;
        bottom: 6.5%;
    }
    .twenty-content-container .f1-image {
        left: 10%;
        top: 1%;
        width: 50px;
        height: 50px;
    }
    .twenty-content-container .f1-image img {
        object-position: 2px 4px;
    }
    .twenty-content-container .f2-image {
        width: 45px;
        height: 45px;
        bottom: 18%;
        left: -1%;
        border-width: 2px;
    }
    .twenty-content-container .side-frame {
        left: 10.5%;
        width: 7.5%;
        top: 21%;
    }
    .twenty-content-container .side-frame-2 {
        width: 39%;
        top: -7%;
        left: -19%;
    }
    .twenty-content-container .content-view {
        width: 70%;
        top: 15%;
        left: 27%;
    }
    .twenty-content-container .image-content:after {
        right: -8.9%;
    }
    .twenty-content-container .image-content {
        width: 60%;
        top: 20%;
        left: 25%;
    }
    .twenty-content-container .image-content img {
        height: 60px;
    }
    .twenty-content-container .vector-frame {
        width: 16%;
        bottom: 13%;
        right: -7%;
    }
    .twoOne-content-container {
        display: block;
        bottom: 2%;
    }
    .twoOne-content-container .f1-image {
        width: 20%;
        left: -7%;
        top: 20%;
    }
    .twoOne-content-container .f2-image {
        right: 5%;
        top: 4%;
        width: 50px;
        height: 50px;
    }
    .twoOne-content-container .f2-image img {
        object-position: 4px 12px;
    }
    .twoOne-content-container .side-frame {
        right: 5%;
        width: 8%;
        top: 23%;
    }
    .twoOne-content-container .content-view {
        width: 70%;
        top: 15.5%;
        right: 23%;
    }
    .twoOne-content-container .image-content {
        width: 70%;
        top: 50%;
        left: 7%;
    }
    .last-content-container {
        display: block;
        height: 115px;
        bottom: 0%;
    }
    .last-content-container .side-frame-2 {
        left: -17%;
        width: 45%;
        bottom: 20%;
    }
    .last-content-container .side-frame-3 {
        width: 45%;
        bottom: 20%;
        right: -17%;
    }
    .last-content-container .f1-image {
        width: 22%;
        left: 50%;
        top: 18%;
    }
    .fifth-content-container .f1-image {
        top: -20%;
        left: -15%;
        width: 50%;
    }
    .sixth-content-container .f3-image {
        width: 55px;
        height: 55px;
        border-width: 2px;
        right: -2%;
        bottom: 3%;
    }
    .twenty-content-container .f2-image img {
        object-position: 0px 1px;
    }
    .eleven-content-container .content-view .first-content p {
        font-size: 6.6px;
    }
    .eleven-content-container .content-view .second-content p {
        font-size: 6.6px;
    }
}