.h3heading_abs {
    display: block;
    background-color: #006BB3;
    padding: 10px;
    font-size: clamp(1.5rem, 1.289rem + 0.94vw, 1.875rem);
    font-weight: bold;
    color: #fff;
    margin: 20px 0 15px;
    position: relative;
}
.h3heading_abs::before {
    content: '';
    width: 100%;
    position: absolute;
    border-bottom: 2px solid #fff;
    bottom: 5px;
    left: 0;
}
.h3heading_abs span {
    /* border-left: 3px solid #fff; */
    padding-left: 6px;
}
.app_mv {
    width: 90%;
    margin: 30px auto;
    img {
        width: 100%;
        height: auto;
    }
}
.qr_code {
    width: 95px;
    margin: 10px auto;
    img {
        width: 100%;
        height: auto;
    }
}
.dl_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.dl_container {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    place-content: center;
    gap: 10px;
}
.device{
    text-align: center;
}
.dl_btn {

}


@media screen and (max-width: 640px){
	
    .dl_wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
	
	
}










