.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-150{
    padding-top: 150px;
    padding-bottom: 150px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100{
    padding-top: 100px;
}
.py-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pb-30{
   
    padding-bottom: 30px;
}
.pt-50{
   
    padding-top: 50px;
}
.pb-20{
   
    padding-bottom: 20px;
}
.pb-70{
   
    padding-bottom: 70px;
}
.bg-yellow{
    background-color: #74cee4;
}
a{
    text-decoration: none;
    color: #ffffff;
}
a:hover{
    text-decoration: none;
    color: white;
}

.title-1{
    font-size: 45px;
    color:white;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 23px;
}
.title-2{
    font-size: 36px;
    color: #002147;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 23px;
}
.title-3{
    font-size: 20px;
color: #002147;
font-weight: 700;
margin: 0;
line-height: 1;
}
.bg-dark{
background-color: #943c9e !important;
}
.bg-orange{
    background-color: darkorange;
}
@media only screen and (max-width: 600px) {
    .py-150 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .py-100{
        padding-top: 30px;
        padding-bottom: 30px
    }
    .pt-100 {

        padding-top: 30px;
    
    }
    .title-2 {
        font-size: 23px;
        color: #002147;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 18px;
        margin-top: 10px;
    } 
    .title-1 {
        font-size: 30px;
        color: #002147;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 18px;
        margin-top: 10px;
    } 
    .title-2 {
        line-height: inherit;
    }
    .title-5 {
        font-size: 12px;
    }
    
}