.logo-container .sow-image-container img{
    max-width: 145px !important;
}
.logo-container h1{
    font-weight: normal;
    text-align: center;
}
.logo-container > div > div > div{
    padding-bottom: 0 !important;
}

.guide-details > div > div > div > div{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.s-guide{
    gap: 15px;
    align-items: center !important;
}
.s-guide .sow-image-container img{
    max-width: 516px !important;
    width: 100% !important;
}
.s-guide .s-title{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 38px;
}
.s-guide .s-subtitle{
    font-size: 18px;
    letter-spacing: 0.46px;
    line-height: 48px;
}
.s-guide .list-head{
    background: linear-gradient(180deg, #003866 0%, #00234D 100%);
    padding: 12px 20px;
}
.s-guide .list-head .list-title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.62px;
    line-height: 36px;
    color: #fff;
    margin-bottom: 0;
}
.s-guide .list-body{
    padding-top: 20px;
}
.s-guide .list-body .guide-list{
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.s-guide .list-body .guide-list .guide-list_item{
    list-style-type: none;
}
.s-guide .list-body .guide-list .guide-list_item:before{
    content: url(/wp-content/uploads/2022/09/pnico-check-bullet-z-icocheck.svg);
    position: absolute;
    margin-left: -30px;
}
.s-guide .list-head,
.s-guide .list-body{
    background-color: #fff;
    box-shadow: 0 0 17px 0 rgba(2,6,19,0.12);
}
.send-guide > div{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}
.send-guide .send-guide-btn{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.83px;
    line-height: 36px;
    text-align: center;
}
.send-guide .send-guide-btn:hover {
    background-color: #F7901F;
    background: linear-gradient(270deg, #FC8242 0%, #F7901F 100%);
    border: 2px solid #F7901F;
    color: #fff;
}

/* Popup - Download guide */
#download-popup {
    width: 600px;
    max-width: 100%;
    padding: 20px 40px;
}

.s-title.mobile {
    font-size: 24px;
    font-weight: normal;
}

.logo-container .s-subtitle.mobile{
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.46px;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0 !important;
}
.logo-container .mobile .textwidget p {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
}

@media (max-width: 767px){
    /* .content{
        margin-top: 30px !important;
    } */
    .lp-logo div{
        margin-top: 0;
        margin-bottom: 0;
    }
    .logo-container .image-container{
        margin-bottom: 40px;
    }
    .logo-container h1,
    .logo-container h2,
    .logo-container h3,
    .logo-container h4,
    .logo-container h5,
    .logo-container h6{
        font-size: 24px;
        margin-bottom: 0;
    }
    .s-guide div:last-child{
        margin-bottom: 0 !important;
    }
    .s-guide > div:last-child{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .s-guide{
        gap: 0 !important;
    }
    .s-guide .s-subtitle{
        line-height: 1.5;
    }
    .s-guide .panel-last-child .textwidget p {
        text-align: center;
    }
}

/* Desktop */
@media (min-width: 768px){
    .desktop{
        display: none;
    }
    .s-title.mobile{
        font-weight: bold;
    }
    .logo-container .mobile strong{
        display: block;
    }
    .lp-logo div{
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
    }
    .logo-container .image-container{
        margin-bottom: 40px;
    }
    .content{
        margin-top: 30px !important;
    }
}
/* Mobile */
@media (max-width: 767px){
    .desktop{
        display: none;
    }
    main.content {
        margin-top: 15px !important;
    }
    .logo-container .mobile {
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 38px;
    }
}