@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800&display=swap');

.bg{
    position: absolute;
    right: 0;
    top:0;
    width: 600px;
}

@media screen and (max-width:500px) {
    .bg{
        display: none;
    }
}

.entry{

    background: url("../img/lines.png");
    background-position: center;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 100px;
}

.entry h1{
    font-family: 'Montserrat', sans-serif;
    opacity: 0.8;
    font-weight: 600;
    font-size: 3rem;
    margin-top: 50px;

}
.entry p{
    font-family: 'Montserrat', sans-serif;
    opacity: 0.8;
    font-weight: 300;
    font-size: 1.2rem;
    width: 100%;
    margin-top: 30px;

}
.entry h3{
    font-family: 'Montserrat', sans-serif;
    
    font-weight: 600;
    margin-top: 25px;
}
.entry h6{
    font-family: 'Montserrat', sans-serif;
    
    font-weight: 300;

}

.card{
    border-radius: 20px;
    border: 1px solid rgba(128, 128, 128, 0.125)!important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-body input{

    padding: 15px 12px!important;
    font-family: 'Montserrat', sans-serif!important;

    margin-top: 20px;
}
.card-body button{

    background-color: #68B049;
    border: none;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif!important;

    color: #fff;
    padding: 12px 42px;
    margin-top: 20px;
    width: 100%;
    margin-bottom: 15px;

}

.card-body a{
    font-family: 'Montserrat', sans-serif!important;
    color: #333;
    text-decoration: none;

}
.card-body a:hover{
    text-decoration: underline;

}

.card-body span{
    font-family: 'Montserrat', sans-serif!important;
    font-weight: 300;
    padding-top: 20px;
    line-height: 10px;
    font-size: 12px;
}

.btn-1{
    background-color:#68B049;
    border: none;
    border-radius: 32px;
    font-family: 'Montserrat', sans-serif!important;
    color: #fff;
    padding: 12px 42px;
    margin-top: 30px;
    margin-right: 15px;
}