.breadcum-section{
    width: 100%;
    background-color: #1A3D97;
    padding: 1% 12%;
}

.breadcum-section .breadcum-container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 20px 40px;
    color: white;
}

.breadcum-section .breadcum-container h2{
    font-size: 38px;
}

.breadcum-section .breadcum-container p{
    font-size: 13px;
    font-weight: 600;
}

.breadcum-section .breadcum-container p a{
    color: white;
}

@media (max-width:750px) {
    .breadcum-section .breadcum-container h2{
        font-size: 30px;
    }

    .breadcum-section .breadcum-container{
        max-width: 1920px;
        margin: 0 auto;
        padding: 20px 20px;
        color: white;
    }
}

.cheque-section{
    width: 100%;
    padding: 1% 12%;

}

.cheque-section .cheque-container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 40px 20px;

    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cheque-section .cheque-container .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cheque-section .cheque-container .top .detail{
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cheque-section .cheque-container .top .img{
    width: 49%;
    height: 330px;
}

.cheque-section .cheque-container .top .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cheque-section .cheque-container .bottom{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

@media (max-width:850px) {

    .cheque-section .cheque-container .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column-reverse;
        gap: 20px;
    }
    
    .cheque-section .cheque-container .top .detail{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .cheque-section .cheque-container .top .detail p{
        font-size: 14px;
    }

    .cheque-section .cheque-container .top .img{
        width: 100%;
        height: 330px;
    }

    .cheque-section .cheque-container .bottom h2{
        font-size: 20px;
    }

    .cheque-section .cheque-container .bottom p{
        font-size: 14px;
    }
    
}

@media(max-width:1366px){
    .cheque-section,.breadcum-section {
        padding: 1% 5%;
    }
}