.mandatoryDoc-sec{
    padding: 50px 0;
}
.mandatoryDoc-sec{
    .container{
        max-width: 1140px;
    }
}
.mandatoryDoc-sec .heading{
    margin-bottom: 39px;
}
.mandatoryDoc-sec .heading h2{
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    line-height: 29px;
    color: #233253;
}
.mandatoryDoc-sec .cards {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 20px;
    padding-bottom: 50px;
    overflow: auto;
}

.mandatoryDoc-sec .cards::-webkit-scrollbar {
    height: 8px;
}

.mandatoryDoc-sec .cards::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.mandatoryDoc-sec .cards::-webkit-scrollbar-thumb {
    background: #3068b4;
    border-radius: 10px;
}

.mandatoryDoc-sec .card_wrap {
    flex: none;
    width: 206px;
    height: 206px;
    padding: 0;
    background: #E8F8FF;
    border-radius: 8px;
    border: 1px solid #045F92;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

.mandatoryDoc-sec .card_wrap .doc_icon{
    height: 50px;
    margin-bottom: 24px;
}

.mandatoryDoc-sec .card_wrap .doc_title{
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #03446a;
}

@media screen and (max-width:768px) {
    .mandatoryDoc-sec .card_wrap {
        width: 150px;
    }

    .mandatoryDoc-sec .heading h2{
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
    }
    .mandatoryDoc-sec .card_wrap .doc_title{
        font-size: 16px;
    }
}

.wink {
    box-shadow: 0px 0px 10px 5px #B5D8F0;
}