div {
    /* background: rgba(255,0,0,0.1); */
}
.section-holder {
    margin-top: 200px;
    display:flex;
    flex-direction: column;
}
.text-section {
    text-align: center;
}
.left-section-holder{
}
.right-section-holder{
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.sns-container {
    display: flex;
    flex-direction: column;
}
.kakao, .wechat {
    display: flex;
    justify-content: center;
    align-items: center;
}
.kakao {
    background: #fae100;
}
.wechat {
    background: #2cc100;
}
#mob-center {
    margin: 0 auto 40px auto;
}
@media(min-width: 992px) {
    .section-holder {
        margin-top: 100px;
        display:flex;
        flex-direction: row;
    }
    #mob-center {
        margin-left: 0;
        margin-right: 0;
    }
    .text-section {
        text-align: left;
    }
    .left-section-holder{
        width: 50%;
        align-self: center;
    }
    .right-section-holder{
        margin-top: 0;
        width: 50%;
        align-self: center;
        display: flex;
        justify-content: center;
    }
    .sns-container {
        flex-direction: row;
    }
    .kakao, .wechat {
        width: 50%;
        padding: 125px 0;
    }
}
@media(max-width: 509px) {
    .download-icons img:first-child {
        padding: 15px;
    }

}
