.innner-pc,
.innner-wap {
    /* display: none; */
    height: 160px;
}
.innner-pc.swiper-container{
    height:160px
}
.header{

    overflow: initial;
}
.ul_head_top_nav .dropdown-menu .dropdown-menu{
    height: unset;
    /* background: #ffffff; */
}
.legal_documents_title
{
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--dark-indigo);
    padding-top: 0px;
    margin-bottom: 19px;
    padding-bottom: 16px;

}
p {
    margin-bottom:33px;
}

.policies_title {
    font-size: 48px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--dark-indigo);
    padding-top: 140px;
    margin-bottom: 44px;
    padding-bottom: 16px;

}

.documents_list,
.policies_list {
    display: flex;
    gap: 24px 40px;
    flex-wrap: wrap;


}

.policies_list {
    margin-bottom: 160px;
}

.documents_list a,
.policies_list a {
    position: relative;
    padding-left: 72px;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    max-width: 400px;
    border-radius: 6px;
    border: solid 1px #d5d9e0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0b1a3c;
    transition: all .5s;


}

.documents_list a:hover,
.policies_list a:hover {

    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
    color: #d41e44;

}

.documents_list a::before,
.policies_list a::before {
    content: '';
    position: absolute;
    left: 32px;
    top: 50%;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/documents/Icon_File.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateY(-50%);




}

@media only screen and (max-width: 1024px) {

    .documents_list a,
    .policies_list a {
        max-width: calc(50% - 20px);
    }
}





@media only screen and (max-width: 768px) {
    .innner-wap{
        height: 32px;
    }
    .innner-wap .link-more{
        display: none;
    }
    .innner-wap .swiper-slide{
        background-color: transparent !important;
    }

    .legal_documents_title,
    .policies_title {
        padding-top: 0px;
        padding-bottom: 16px;
        margin-bottom: 32px;
        font-size: 24px;
    }

    .documents_list,
    .policies_list {
        gap: 16px;
    }

    .policies_title {
        padding-top: 80px;
    }

    .documents_list a::before,
    .policies_list a::before {

        left: 16px;





    }

    .documents_list a,
    .policies_list a {
        max-width: 100%;
        padding: 16px 0 16px 53px;
    }
    .policies_list{
        margin-bottom: 80px;
    }
}