*{
    font-family: 'Montserrat', sans-serif !important;
}
.colms-1 {
    background: 
        /* top, transparent red, faked with gradient */ 
        linear-gradient(121deg, rgba(255, 208, 0, 0.89) 0%, rgba(255, 247, 0, 0.76) 100%),
        /* bottom, image */
        url(https://i.imgur.com/uxd5QFf.jpg);
    background-size: cover;
    background-position: center;
}

h1{
    font-weight: 900;
    text-shadow: 2px 2px 5px rgba(24, 24, 24, 0.78);
}

.colms-1 p{
    font-weight: 700;
    color: rgb(75, 61, 30);
    text-align: justify;
    margin: 10px 10px 10px 10px;
}

.weldiv{
    margin: 0px 30px;
}

.cards{
    margin: 4px 3px 0px 0px;
    border: 1px solid rgba(0,0,0,.125);
}

.card-cont{
    padding: 4px;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
     
}
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 5;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top:20px;
}

.btn {
  margin-top: auto;
}