#hero{
    background: #EEF0F5;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#hero .bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#hero .content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 0;
}

#hero .content p:first-of-type{
    color: #C53737;
    font-size: 19px;
    margin: 0;
}

#hero h1{
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
}

#hero p:last-of-type{
    letter-spacing: 0.32px;
}

#hero .click{
    margin-top: 30px
}


#hero .image{
    width: 750px;
    position: absolute;
    bottom: 0;
}

#hero .btn-holo{
    margin-left: 15px;
}

#hero ul{
    column-count: 2;
    column-gap: 20px; 
    padding-left: 17px;
}

#hero li{
    width: fit-content;
    padding-left: 10px;
    margin-bottom: 10px;
}

#hero li::marker{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f058";
    color: #19A728;
}

@media(max-width:1550px){
    #hero .image{
        width: 580px
    }
    #hero .content{
        padding: 50px 0
    }
}

@media(max-width:1200px){
    #hero .image{
        position: relative;
        bottom: auto;
        margin: 0 auto;
        display: block;
        max-width: 580px;
        width: 100%;
    }
}

@media(max-width:576px){
    #hero .btn-holo{
        margin-left: 0;
    }
    #hero .btn-red{
        margin-bottom: 15px;
    }
}

#ic{
    padding: 50px 0;
    background: #F5F5F5;
}

#ic img{
    max-width: 501px;
    height: 439px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

#ic h2{
    font-size: 29px;
    line-height: 33px;
}

#ic p{
    font-family: var(--play);
    color: #414141;
}

#ic .click{
    margin-top: 30px;
}

#ic .row{
    align-items: center;
}

#ic .btn-holo{
    margin-left: 15px;
}

@media(max-width:1200px){
    #ic img{
        margin: 0 auto;
        display: block;
    }
}

@media(max-width:576px){
    #ic .btn-holo{
        margin-left: 0;
    }
    #ic .btn-red{
        margin-bottom: 15px;
    }
}

#key{
    padding: 70px 0;
}

#key .header{
    margin-bottom: 40px;
}

#key .header h2{
    font-size: 36px;
    line-height: 42px;
    color: #2D2F31;
}

#key .header p{
    color: #757575;
}

#key img{
    width: 87px;
    height: 87px;
}

#key .inner h2{
    font-size: 21px;
    line-height: 25px;
    color: #414141;
    margin-top: 10px;
}

#key .inner p{
    color: #757575;
}

#key .inner{
    padding-left: 20px;
    border-left: 1px solid rgba(197, 55, 55, 0.41);
}