p {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    line-height: 37px;
}

h1 {
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
}

h2 {
    font-weight: 600;
    font-size: 34px;
}


section.home-body {
    min-height: 50vh;
    padding-top: 20px;
    padding-bottom: 50px;
}

.event-items .col {
    max-width: 350px;
    margin: auto;
}

.event-items img {
    width: 100%;
}

.event-items a.btn{
    background: #FCB12B;
    color: #000000;
    text-transform: uppercase;
    padding: 5px 40px;
    font-weight: 800;
}

.event-items a.btn:hover {
    background: #FCB12B;
    color: #fff;
}

.event-items p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
}

.hide{
    display: none;
}

@media (max-width: 576px) {
    h1{
        padding: 30px 0px 15px 0px;
    }

    p {    
        text-align: justify;
    }

    section.home-body { 
        max-width: 90%;
        margin: auto;
    }
    .mailing-list{
        padding-left: 20px;
        padding-right: 20px;        
    }

    h2.join-mail.text-white {
        font-size: 30px;
    }

    .mailing-list .maindesc {
        font-size: 20px !important;
        color: #fff !important;
    }
}