p{
    color: rgb(89,87,88);
    /* font-size: 18px; */
}

.main-contents a,.main-contents p{
    font-size: 18px;
}

.chronicle-main{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10%;
}
.main-contents h1, h2, h3, h4 {
    font-weight: bold;
    
}


.main-item{
    width: 45%;
    height: 100px;
    margin-bottom: 200px;
    /* padding-left: 35px; */
    align-items: flex-start;
}
.main-item p{
    font-size: 15px;
}
.main-item:first-child{
    margin-top: 170px;
}
.main-item:nth-child(3){
    margin-top: 170px;
}
.main-item div{
    width: 45%;
}
.main-item img{
    width: 35%;
    padding: 0 10px;   
}
.main-item h4{
    font-weight: bold;
}
.main-item span{
    color: rgb(8,74,170);
}

.main-item-l{
    justify-content: center;
}

/* .main-item-l img{
    padding: 10px 10px 0 0;
} */

.main-item-r{
    justify-content: right;
}

/* .main-item-r img{
    padding: 10px 0 0 10px;
} */

/* 

.service-idea-text{
    position: relative;
    height: 100%;
} */
.service-item-set div{
    width: 49%;
}

.service-idea-img{
    width: 100%;
}
.service-item-set .service-idea-text{
    /* padding: 4%; */
    /* height: 220px; */
    flex-wrap: wrap;
    position: relative;
}
.service-item-set .service-idea-text img{
    position: relative;
    width: 100%;
}
.idea-text-set h3,.idea-text-set p{
    width: 100%;
}
.service-idea-text .idea-text-set{
    position: absolute;
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
    top: 0;
    left: 0;
    padding: 10%;
}

/* .service-idea-text div{
    position: absolute;
    top: 25px;
    left: 25px;
} */

.clearfix:before, .clearfix:after
{
    content: " ";
    display: table;
}
.clearfix:after
{
    clear: both;
}

@media screen and (max-width: 991px)
{
    .main-contents p,.main-contents a {
        font-size: 3vw;
    }
    .flex-set{
        display: flex;
    }
    
    /* .main-item:nth-child(9){
        margin-bottom: 200px;
    } */
    .idea-text-set h3{
        font-size: 4vw;
    }
    .h1, .h2, .h3, h1, h2, h3{
        margin-top: 10px;
        margin-bottom: 10px;
    }
}