*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    letter-spacing: normal !important;
    word-break: keep-all;
    overflow-wrap: break-word;
}

html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

a {
    text-decoration: none;
    outline: none
}

em {
    font-style: normal;
}


body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin-block-end: 0;
}

ul[role='list'],
ol[role='list'],
li {
    list-style: none;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    width: 100%;
}

h1,
h2,
h3,
h4,
button,
input,
label {
    line-height: 1.1;
}

h1,
h2,
h3,
h4 {
    text-wrap: balance;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
    color: currentColor;
}

img,
picture {
    max-width: 100%;
    display: block;
}

input,
button,
textarea,
select {
    font: inherit;
}

textarea:not([rows]) {
    min-height: 10em;
}


:target {
    scroll-margin-block: 5ex;
}


.demo-5-template-block-wrap {
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    padding: 80px 60px;
}

.demo-5-inner {
    -webkit-box-align: stretch;
    align-items: stretch;
    border-radius: 16px;
    background-color: #F6F7F9;
    display: flex;
    margin-top: 0px;
    padding: 32px;
    gap: 32px;
    margin-left: auto;
    margin-right: auto;
    width: 1152px;
    background-image: url('https://demo.tripz.kr/home/cond/img/cond5img.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.demo-5-icon {
    align-self: start;
    position: relative;
    width: 48px;
    flex-shrink: 0;
}

.demo-5-icon img {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
    object-position: center center;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.demo-5-icon-size {
    width: 100%;
    padding-top: 100%;
    pointer-events: none;
    font-size: 0px;
}

.demo-5-title-wrap {
    -webkit-box-pack: center;
    justify-content: center;
    display: flex;
    gap: 8px;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.demo-5-title {
    color: rgb(12, 17, 29);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    align-self: start;
    padding-top: 2px;
}

.demo-5-desc {
    color: rgb(102, 112, 133);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;

}

@media (min-width: 768px) {

    .demo-5-title-inner {
        max-width: 1280px;
        margin-inline: auto;
        padding-inline: 32px;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }


}

@media (max-width: 1023px) {
    .demo-5-inner {
        flex-wrap: wrap;
        padding-left: 20px;
        padding-right: 20px;
    }

    .demo-5-template-block-wrap {
        display: flex;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}