.section1 {
    display: flex;
    gap: 20px;
    margin: 50px 0;
}
.image-container {
    position: relative;
    display: inline-block;
    width: 33.333%;
    text-align: center;
  }
  
.image-container img {
    width: 100%;
    height: auto;
}

.text-overlay {
    position: absolute;
    top: 43%;
    left: 50%; 
    transform: translate(-50%, -50%); 
}
.text-overlay span{
    font-size: 28px; 
    color: #fff;
}
.image-container pre{
    font-size: 21px; 
    line-height: 1.3;
    margin-top: 15px;
  }
.section2 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 50px 0;
}
.section2 a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(50% - 10px);
    background-color: #f2f7fb;
    border-radius: 10px;
    padding: 30px;
    font-size: 21px;
    font-family: "Freesentation-7Bold" !important;
}
.section2 a img{
    width: 80px;
    height: 50px;
    object-fit: contain;
}
.Image_mo {
    display: none !important;
}
.pre_mo {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .Image_mo {
        display: block !important;
        width: 100%;
    }
    .Image {
        display: none !important;
    }
    .section1 {
        display: flex;
        gap: 15px;
        margin: 40px auto;
        flex-direction: column;
        width: 90%;
    }
    .image-container {
        position: relative;
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .image-container pre {
        font-size: 16px;
        margin-top: 10px;
        color: #fff;
    }
    .text-overlay {
        top: 50%;
        left: 50%;
        width: 100%;
    }
    .text-overlay span {
        font-size: 20px;
        font-family: "Freesentation-6SemiBold" !important;
    }
    .section2 {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin: 40px auto;
        width: 90%;
    }
    .section2 a {
        width: calc(50% - 8px);
        padding: 20px 15px;
        font-size: 17px;
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
        justify-content: center;
        line-height: 1.3;
    }
    .section2 a img {
        width: 50px;
        height: 40px;
        margin-bottom: 15px;
    }
    .pre_mo {
        display: block !important;
        width: 100%;
    }
    .pre_pc {
        display: none !important;
    }
}