@import url('https://fonts.googleapis.com/css2?family=Inter&family=Odibee+Sans&family=Roboto:ital,wght@0,400;0,700;0,900;1,500&display=swap');


* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.content{
    position: relative;
}
.body-content {
    position: relative;
    margin: 0 290px;
}

.content .head-content h2 {
    color: #0F3174;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.content .head-content {
    margin-top: 33px;
    margin-bottom: 104px;
    padding: 20px 0;
    position: relative;
}

.body-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content-item {
    width: 600px;
    height: 903px;
    position: relative;
    margin-bottom: 60px;
}

.content-item .boder {
    width: 600px;
    height: auto;
}

.content-item .endow {
    width: 520px;
    height: 828px;
    position: absolute;
    left: 40px;
    top: 30px;
}

.content-item .image-endow {
    width: 570px;
    height: auto;
    position: absolute;
    left: 50px;
    top: 15%;
}

.title {
    position: absolute;
    bottom: 24%;
    left: 28%;
    color: #FFFFFF;
}

.title-1 b {
    font-size: 26px;
    font-weight: 500;
}

.title-1 span {
    font-weight: 500;
    font-size: 96px;
    color: #FFD489;
    margin-left: 20px;
}

.title-1 h6 {
    font-size: 36px;
    font-weight: 500;

}

.title-2 span {
    font-size: 64px;
    font-weight: 500;
    color: #FFD489;
}

.title-2 h6 {
    font-size: 36px;
    font-weight: 500;
    padding-left: 120px;
}

.title-2 {
    position: absolute;
    bottom: 30%;
    left: 22%;
    color: #FFFFFF;
}

.title-3 span {
    font-weight: 500;
    font-size: 64px;
    line-height: 77px;
    display: flex;
    align-items: center;
    color: #FFD489;
}

.title-3 h6 {
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #FFFFFF;
}

.content-last .image-endow {
    width: 360px;
    left: 20%;
}

.image-bg-left {
    position: absolute;
    left: 0;
    top: 40%;
}

.image-bg-left img {
    width: 251px;

}

.image-bg-right {
    position: absolute;
    right: 0;
    top: 40%;
}

.image-bg-right img {
    width: 218px;
}

.special {
    width: 367px;
    height: auto;
    position: absolute;
    left: 20%;
    top: 15%;
}


@media screen and (max-width: 1780px) {
    .body-content {
        margin: 0 250px;
    }

    .special {
        width: 284px;
        width: 453px;
        height: auto;
        position: absolute;
        left: 23%;
        top: 15%;
    }

    .content-item {
        width: 484px;
        height: auto;
        position: relative;
        margin-bottom: 60px;
    }

    .special {
        width: 260px;
    }

    .content-item .image-endow {
        width: 453px;
        height: auto;
        position: absolute;
        left: 50px;
        top: 15%;
    }

    .title {
        position: absolute;
        bottom: 19%;
        left: 22%;
        color: #FFFFFF;
    }

}

@media screen and (max-width: 1540px) {
    .body-content {
        margin: 0px 180px;
    }

    .content-item .image-endow {
        width: 355px;
        height: auto;
        position: absolute;
        left: 50px;
        top: 15%;
    }

    .content-item {
        width: 400px;
        height: auto;
        position: relative;
        margin-bottom: 60px;
    }

    .special {
        width: 189px;
    }

    .title {
        position: absolute;
        bottom: 19%;
        left: 15%;
        color: #FFFFFF;
    }

    .image-bg-left img {
        width: 190px;
    }

    .image-bg-right img {
        width: 200px;
    }
    .title-1 span {
        font-weight: 500;
        font-size: 96px;
        color: #FFD489;
        margin-left: 2px;
    }
}

@media screen and (max-width: 1180px) {
    .body-content {
        margin: 0 160px;
    }
    .birth-left {
        position: absolute;
        width: 153px;
        height: 158px;
        top: 101px;
        left: 19%;
    }
    .birth-right {
        position: absolute;
        width: 199px;
        height: 205px;
        top: 40px;
        right: 17%;
    }
    .content-item {
        width: 300px;
        height: auto;
        position: relative;
        margin-bottom: 60px;
    }

    .content-item .image-endow {
        width: 243px;
        height: auto;
        position: absolute;
        left: 50px;
        top: 15%;
    }

    .title-1 b {
        font-size: 20px;
        font-weight: 500;
    }

    .title-1 span {
        font-weight: 500;
        font-size: 65px;
        color: #FFD489;
        margin-left: 20px;
    }

    .title {
        position: absolute;
        bottom: 12%;
        left: 15%;
        color: #FFFFFF;
    }

    .title-1 h6 {
        font-size: 31px;
        font-weight: 500;
    }

    .title-2 span {
        font-size: 48px;
        font-weight: 500;
        color: #FFD489;
    }

    .title-2 h6 {
        font-size: 33px;
        font-weight: 500;
        padding-left: 66px;
    }

    .title-3 span {
        font-weight: 500;
        font-size: 48px;
        line-height: 77px;
        display: flex;
        align-items: center;
        color: #FFD489;
    }

    .special {
        width: 158px;
    }

    .image-bg-left img {
        width: 120px;
    }

    .image-bg-right img {
        width: 130px;
    }
}

@media screen and (max-width: 1024px) {
    .body-content {
        margin: 0 100px;
    }
}

@media screen and (max-width: 846px) {
    .body-content {
        margin: 0 30px;
    }

    .image-bg-left img {
        width: 80px;
    }

    .image-bg-right img {
        width: 100px;
    }

    .image-bg-left {
        position: absolute;
        left: 0;
        top: 50%;
    }

    .image-bg-right {
        position: absolute;
        right: 0;
        top: 46%;
    }
    .birth-left {
        position: absolute;
        width: 153px;
        height: 158px;
        top: 101px;
        left: 14%;
    }
    .birth-right {
        position: absolute;
        width: 199px;
        height: 205px;
        top: 40px;
        right: 6%;
    }
}

@media screen and (max-width: 659px) {
    .body-content {
        padding: 0;
        justify-content: center;
    }

    .image-bg-left img {
        display: none;
    }

    .image-bg-right img {
        display: none;
    }
    .birth-left {
        position: absolute;
        width: 153px;
        height: 158px;
        top: 101px;
        left: 3%;
    }
    .birth-right {
        position: absolute;
        width: 199px;
        height: 205px;
        top: 40px;
        right: -2%;   
    }
    .content .head-content {
        margin-top: 33px;
        margin-bottom: 30px;
        padding: 20px 0;
        position: relative;
    }
}




@media (min-width: 1481px) and (max-width: 1780px) {
  
    .content .head-content h2 {
        font-size: 30px;
    }
    
}


@media (min-width: 1281px) and (max-width: 1480px) {
  
    .content .head-content h2 {
        font-size: 28px;
    }
    .head-content p{
        font-size: 14px;
    }
    
  }
  
@media (min-width: 1025px) and (max-width: 1280px) {
    .content .head-content h2 {
        font-size: 26px;
    }
}
  
  @media (min-width: 768px) and (max-width: 1024px) {
   
    .content .head-content h2 {
        font-size: 24px;
    }
    .head-content p{
        font-size: 12px;
    }
}

  
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .content .head-content h2 {
        font-size: 22px;
    }
    
}
  
  
  @media (min-width: 481px) and (max-width: 767px) {
    .content .head-content h2 {
        font-size: 20px;
    }
    .head-content p{
        font-size: 12px;
    }
}
  
  
  @media (min-width: 320px) and (max-width: 480px) {
    
    .content .head-content h2 {
        font-size: 18px;
    }
    .head-content p{
        font-size: 10px;
    }
}





