.center {
    text-align: center;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 2.1 !important;
    color: #331DFE !important;
    clear: both; 
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 10px;
    margin-top: 30px;
}


h3{
    color: #331DFE !important;
    font-size: 24px !important;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-top: 0px !important;
}


#logo {
    margin: 20px 0px 40px 0px;
}
#logo img {
   width: 200px;
}

.mt-100{
    margin-top: 100px !important;
}

.alternative img {
    width: 140px;
    margin:20px;
}

.main img {
    width:200px;
}


@media only screen and (max-width: 768px) {
   
    .alternative img {
        width: 70%;
        margin:20px 0px 20px 0px;
    }
    
    .main img {
        width:90%;
    }



  }