/* main */
/* Section1 */
.main .section1 {
    position: relative;
    max-height: 80vh;
    overflow: hidden;
}

.main .section1 img {
    width: 100%;
}

.main .section1 picture {
    display: flex;
}

.main .section1 .inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
}

.main .inner h1 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.main .inner h3 {
    margin: 24px 0 24px 0;
    font-size: 14px;
    line-height: 1.86;
    text-align: right;
    color: #fff;
}

.main .caction1 {
    padding: 12px 16px 12px 12px;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.main .caction1 img {
    width: 16px !important;
    object-fit: contain;
}

/* End Section1 */

/* Section2 */
.main .section2 {
    margin: 32px 16px;
}

.main .section2 .section2img{
    max-height: 430px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.main .sectionTitle {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #1d1d1d;
}

.main .circleItems {
    justify-content: space-around !important;
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.main .cItem {
    max-width: 153px;
    text-align: center;
    margin-bottom: 16px;
    padding: 0px 4px 0px 4px;
}

.main .cItem img {
    width: 124px;
    object-fit: contain;
    border-radius: 50%;
}

.main .cItem h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #1d1d1d;
}

.main .cItem span {
    font-size: 12px;
    line-height: 1.83;
    text-align: center;
    color: #686868;
}

.main .content {
    font-size: 16px;
    line-height: 1.86;
    text-align: right;
    font-style: normal;
    color: #686868;
    margin-bottom: 36px;
}

.main .greenBox {
    background-color: #0c5254;
    margin: -16px;
    padding: 16px;
    position: relative;
}

.main .greenBox h4 {
    color: #fff;
    margin-bottom: 0;
}

.main .greenBox p {
    color: #fff;
    margin-bottom: 16px;
}

.main .greenBox .caction1 {
    min-width: fit-content;
    max-height: 42px;
}

/* End Section2 */

/* Section3 */
.main .section3 {
    padding: 16px;
}

/* End Section3 */