.section1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto 30px;
}
.section1 .left {
    margin-top: -30px;
}
.section1 .left img {
    width: 16rem;
}
.section1 .right{
    width: 59.2%;
}
.section1 .right p{
    font-size: 27px;
    font-family: '7Bold' !important;
    margin-bottom: 25px;
}
.section1 .right ul{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.section1 .right ul li{
    padding: 10px 15px;
    background-color: #fff2d7;
    border-radius: 30px;
    font-size: 20px;
    color: #70550a;
    font-family: '6SemiBold' !important;
}
.section1 .right .ul2 {
    margin-top: 15px;
    margin-bottom: 30px;
}
.section1 .right pre {
    font-size: 18px;
    line-height: 1.3;
}
.section2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.section2 h2 {
    font-size: 22px;
    font-family: '6SemiBold' !important;
}
.section2 .btn_wrap {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.section2 .btn_wrap a{
    width: 33.333%;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f7f9f9;
    border-radius: 15px;
    font-size: 23px;
    font-family: '6SemiBold' !important;
}
.section2 .btn_wrap a img{
    width: auto;
    height: 50%;
    margin-bottom: 30px;
}
.section3 {
    background-color: #f7f9f9;
    margin: 50px 0;
}
.section3 .contents {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section3 .contents .left p{
    font-size: 26px;
    font-family: '5Medium' !important;
    line-height: 1.3;
}
.section3 .contents pre{
    font-size: 40px;
    font-family: '7Bold' !important;
    line-height: 1.3;
}
.section3 .left {
    width: 50%;
}
.section3 .right {
    width: 50%;
    background-color: #fff;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.section3 .right img {
    width: 23%;
}
.section3 .contents .right p{
    font-size: 23px;
    font-family: '6SemiBold' !important;
    line-height: 1.3;
}
.section4  {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
}
.section4 .btn_wrap {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.section4 .btn_wrap a{
    width: 50%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f7f9f9;
    border-radius: 15px;
    font-size: 23px;
    font-family: '6SemiBold' !important;
}
.section4 .btn_wrap a:nth-child(1){
    background-color: #fff0ee;
}
.section4 .btn_wrap a:nth-child(2){
    background-color: #fff2d7;
}
.section4 .btn_wrap a img{
    width: auto;
    height: 50%;
    margin-bottom: 30px;
}


@media screen and (max-width: 767px) {
.section1 {
    width: 90%;
    max-width: 100%;
    margin: 0px auto 25px;
    flex-direction: column;
}
.section1 .right {
    width: 100%;
}
.section1 .right p {
    font-size: 17px;
    margin-bottom: 20px;
    text-align: center;
}
.section1 .left {
    margin-top: 0;
}
.section1 .left a  {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.section1 .left a img {
    width: 30%;
    display: block;
}
.section1 .right ul {
    gap: 10px;
    justify-content: center;
}
.section1 .right ul li {
    padding: 7px 12px;
    font-size: 16px;
}
.section1 .right .ul2 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.section1 .right pre {
    font-size: 17px;
    text-align: center;
}
.section2 h2 {
    font-size: 18px;
}
.section2 .btn_wrap {
    gap: 10px;
    margin-top: 15px;
}
.section2 {
    width: 90%;
    max-width: 100%;
}
.section2 .btn_wrap a img {
    width: auto;
    height: 40%;
    margin-bottom: 10px;
}
.section2 .btn_wrap a {
    border-radius: 10px;
    line-height: 1.3;
    font-size: 17px;
    height: 130px;
}
.section3 {
    margin: 40px 0;
}
.section3 .contents {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.section3 .contents .left p {
    font-size: 18px;
}
.section3 .contents pre {
    font-size: 24px;
}
.section3 .right {
    width: 50%;
    background-color: #fff;
    padding: 20px 0;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section3 .right img {
    width: 45%;
}
.section3 .contents .right p {
    font-size: 16px;
    line-height: 1.3;
    width: 70%;
}
.section4 {
    width: 90%;
    max-width: 100%;
    margin: 40px auto;
}
.section4 .btn_wrap {
    gap: 10px;
}
.section4 .btn_wrap a img {
    width: auto;
    height: 40%;
    margin-bottom: 10px;
}
.section4 .btn_wrap a {
    border-radius: 10px;
    line-height: 1.3;
    font-size: 17px;
    height: 130px;
}
}