@media screen and (max-width:767px) {

    .com-title {
        display: none;
    }

    .my-wrapper {
        margin-top: 30px;
    }

    .web-left {
        flex-direction: column;
        align-items: flex-start;
        font-size: 15px;
        line-height: 28px;
        row-gap: 5px;
    }

    .web-left img {
        order: -1;
        width: 50%;
    }

    .sm-web-left img {
        width: 15%;
    }

    .web-item {
        border-radius: 50px;
    }

    .web-right {
        padding: 10px 15px;
        display: flex;
        align-items: center;
    }

    .web-right img {
        width: 30px;
    }

}

@media screen and (min-width:768px) and (max-width:1023px) {

    .web-left{
        font-size: 23px;
        line-height: 40px;
    }
    .web-left img{
        width: 25%;
    }
    .sm-web-left img{
        width: 8%;
    }

}