.section1 {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section1 span {
    font-family: 'SCDream7' !important;
    font-size: 25px;
    color: #0093db;
}
.section1 pre {
    font-size: 18px;
    line-height: 1.5;
}
.section1 img {
    width: 35%;
}
.section2 {
    background-color: #fefcf3;
    padding: 40px 0;
}
.section2 .contents{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
h1 {
    font-family: 'SCDream8' !important;
    font-size: 27px;
    margin-bottom: 15px;
    display: block;
}
.section2 .btn_wrap {
    display: flex;
    gap: 20px;
    align-items: center;
}

.section2 .btn_wrap a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.333%;
}
.section2 .btn_wrap a span{
    padding: 19px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #f9c71c;
    display:block;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.section2 .btn_wrap a img{
    width: 100%;
    height: 150px;
    padding: 30px;
    object-fit: contain;
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.section2 .btn_wrap a .img1{
    height: 150px;
    padding: 17px;
}
.section2 .btn_wrap .btn1 img{
    height: 150px;
    padding: 20px 20px 0 20px;
   
}
.section2 h1:nth-of-type(2) {
    margin-top: 50px;
}
.section3 .btn_wrap  {
    display: flex;
    gap: 30px;
}
.section3 .btn_wrap a {
    display: inline-block;
    position: relative;
    width: 25%;
}

.section3 .btn_wrap a img {
    width: 100%;
    display: block;
}

.section3 .btn_wrap a span {
    position: absolute;
    top: 8%;
    left: 8%;
    font-size: 19px;
    color: white;
    padding: 10px;
    font-weight: 600;
    line-height: 1.4;
}
.section3 {
    width: 100%;
    max-width: 1200px;
    margin: 40px auto;
}

@media screen and (max-width: 767px) {
.section1 {
    width: 90%;
    max-width: 100%;
    flex-direction: column-reverse;
}
.section1 img {
    width: 70%;
    margin-bottom: 30px;
}
.section1 pre {
    font-size: 13px;
    line-height: 1.5;
}
.section1 span {
    font-size: 22px;
}
.section2 .contents {
    width: 90%;
    max-width: 100%;
}
h1 {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
}
.section2 {
    padding: 30px 0;
}
.section2 .btn_wrap {
    gap: 15px;
    flex-direction: column;
}
.section2 .btn_wrap a {
    flex-direction: column;
    width: 100%;
}
.section2 .btn_wrap .btn1 img {
    height: 105px;
    padding: 10px 20px 0 20px;
}
.section2 .btn_wrap a img {
    height: 105px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.section2 .btn_wrap a .img1 {
    height: 95px;
    padding: 17px;
}
.section2 .btn_wrap a span {
    padding: 15px;
    font-size: 16px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.section3 {
    width: 90%;
    max-width: 100%;
    margin: 30px auto;
}
.section3 .btn_wrap {
    gap: 20px;
    flex-wrap: wrap;
}
.section3 .btn_wrap a {
    width: calc(50% - 10px);
}
.section3 .btn_wrap a span {
    top: 5%;
    left: 5%;
    font-size: 17px;
    line-height: 1.5;
}
}