.section1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section1 h1 {
    text-align: center;
    padding: 40px;
    width: 100%;
    background-color: #5745ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 20px;
    border-radius: 10px;
}
.section1 h1 img{
    width: 3%;
}
.section1 a {
    position: relative;
    display: inline-block;
}

.section1 a img {
    display: block;
    width: 100%;
    height: auto;
}

.section1 a .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    text-align: center;
    padding: 0 1rem;
}
.content1 {
    margin: 4rem 0;
}
.title {
    font-size: 1.9rem;
    color:#fff ;
    background-color: #4d96ff;
    display: flex;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin: 0 1.5rem 1rem;
}

.content1 .sub_title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.bold_wrap {
    display: flex;
    gap: .5rem;
}
.content1 .box {
    margin-bottom: 2rem;
    background-color: #f7f8f9;
    padding: 2rem;
    border-radius: 1rem;
}
.content1 .bold {
    font-size: 18px;
    color: #fff;
    background-color: #5745ff;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
}

.content1 .con {
    font-size: 18px;
    line-height: 1.5;
}
.content1 .con .point1{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.content1 .point2{
    font-size:18px;
    margin-bottom: 1rem;
    line-height: 1.5;
    color: #7e7e7e;

}
.content1 .con .point3 {
    font-size: 18px;
    /* font-weight: 600; */
    color: #4e3bff;
}
.mo {
    display: none !important;
}
@media screen and (max-width: 767px) {
    main {
        width: 90%;
        margin: 15px auto;
        max-width: 100%;
    }
    .content1 {
        margin: 2rem 0;
    }
    .section1 {
        gap: 10px;
    }
    .section1 h1 {
        padding: 15px;
        gap: 5px;
        font-size: 18px;
        border-radius: 5px;
        margin-bottom: 10px;
    }
    .section1 h1 img {
        width: 8%;
    }
    .mo {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
    .section1 a .text-overlay {
        font-size: 17px;
        width: 100%;
        line-height: 1.3;
    }
    .content1 .con, .content1 .con .point3, .content1 .point2, .content1 .con .point1 {
        font-size: 16px;
        line-height: 1.5;
    }
}