#first-visit-container {
    width: 100%;
}

.first-visit-first-row {
    width: 100%;
    max-width: 1024px;
    padding: 60px 0;
    margin: 0 auto;
}

.text-container-gray {
    background-color: #e6edf7;
    padding: 15px;
}

.text-container-gray .normal-text {
    text-align: center;
}

.first-visit-second-row-inner {
    width: 100%;
    max-width: 1024px;
    padding: 60px 0;
    margin: 0 auto;
}

.list-check3 {
    counter-reset: number;
    list-style-type: none;
    padding: 1em;
    border-radius: 10px;
    background: #f5faff;
}

.list-check3 li {
    position: relative;
    padding-left: 30px;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 30px;
}


.list-check3 li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #5c9ee7;
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.first-visit-third-row {
    width: 100%;
    max-width: 1024px;
    padding: 60px 0;
    margin: 0 auto;
}

.item-list-box {
    margin: 30px 0;
}



/********/
/*TABLET*/
/********/
@media only screen and (max-width: 1025px) {
#first-visit-container {
    padding: 0 3%;
}

#first-visit-container p, #first-visit-container li {
    font-size: 0.9rem;
}

.normal-text {
    text-align: left!important;
}

}
/********/
/*MOBILE*/
/********/
@media only screen and (max-width: 599px) { 

}