﻿#div-asm {

}

@media (min-width: 768px) {
    #div-asm {
        display: inline-block;
    }

    .asm-buttons {
        /*height: 50px;*/
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    #div-asm {
        display: none;
    }

    .asm-buttons {
        margin-bottom: 10px;
    }
}

.asm-buttons {
    text-align: center;
}
    .asm-buttons a{
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#section-asm-1 {
    padding: 3rem 0;
    width: 100%;
    height: 100%;
    background: rgba(250,247,247,90%);
    background-image: url(../../Images/common/bg/asm-bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: hue;
    color: #000;
}

#section-asm-2 {
    padding: 3rem 0;
}

#section-asm-3 {
    padding: 3rem 0;
    width: 100%;
    height: 100%;
    background: rgba(250,247,247,90%);
    background-image: url(../../Images/common/bg/asm-bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: hue;
    color: #000;
}

#section-asm-4 {
    padding: 3rem 0;
}

.card-header a {
    color: #000;
}
