
.w3-text-white.home-text{
    padding-inline-start: 3em;
    position: absolute;
    /* top: 68%; */
    font-size: 0.8em;
    bottom: 0;
    padding-bottom: 45px;
}
.home-overview .w3-row.contents{
    width: 100%;

}
article .btn {
    background-color: #0071bc;
    color: #fff;
    font-size: 20px;
    padding: 16px 30px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    margin-top: 12px;
    border-radius: 3px;

}
article .btn:hover {
    background-color: #0071bc;
    border:none;
}

.w3-text-white.home-text h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    margin-block-end: 0 !important;
}

.w3-text-white.home-text p {
    font-size: 20px;
    margin: 0px !important;
}

.home-overview {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    position: relative;
    justify-content: space-between;
    padding-inline-start: 2em;
}
.home-overview .w3-container.w3-quarter.learn-more {
    height: 60vh !important;
}
.introduction {
    padding-block-start: 20px;
    margin-bottom: 100px;
}

.introduction h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin-block-end: 0 !important;
    color: #0071bc;
}

.introduction p {
    line-height: 23px;
}
.introduction p > a{
    color: #0071bc;
}

.learn-more h4 {
    color: #000000;
    padding-left: 20px;
    font-weight: 600;
}

.learn-more ul {
    padding-inline-start: 20px !important;
}

.learn-more ul>li {
    color: #3f94cc !important;
    display: flex;
    text-transform: capitalize;
    line-height: 2;
}

p {
    font-size: 1em;
    line-height: 1.5 !important;
}

/* mobile small*/

@media only screen and (max-width: 320px) {
   
}

/* mobile medium */

@media only screen and (min-width: 321px) and (max-width: 375px) {
    .w3-text-white.home-text{
        position: absolute;
        font-size: 0.6em;
        padding-bottom: 25px;
    }
    .w3-text-white.home-text h1 {
        font-size: 20px;
    }
    
    .w3-text-white.home-text p, .learn-more h4 {
        font-size: 16px;
    }
    article .btn {
        font-size: 14px;
        padding: 14px;
    }
    .learn-more ul, .learn-more h4{
        padding-inline-start: 0px !important;
    }
    .home-overview {
        padding-inline-start: 0;
    }
    .home-overview .w3-container.w3-quarter.learn-more {
        height: inherit !important ;
    }
}

/* mobile  Large */

@media only screen and (min-width: 376px) and (max-width: 425px) {
    .w3-text-white.home-text{
        position: absolute;
        font-size: 0.6em;
        padding-bottom: 25px;
    }
    .w3-text-white.home-text h1 {
        font-size: 20px;
    }
    
    .w3-text-white.home-text p, .learn-more h4 {
        font-size: 16px;
    }
    article .btn {
        font-size: 14px;
        padding: 14px;
    }
    .learn-more ul, .learn-more h4{
        padding-inline-start: 0px !important;
    }
    .home-overview {
        padding-inline-start: 0;
    }
    .home-overview .w3-container.w3-quarter.learn-more {
        height: inherit !important ;
    }
}

/* Tablet */

@media (min-width: 426px) and (max-width: 768px) {
    .w3-text-white.home-text{
        position: absolute;
        font-size: 0.6em;
        padding-bottom: 25px;
    }
    .w3-text-white.home-text h1 {
        font-size: 20px;
    }
    
    .w3-text-white.home-text p, .learn-more h4 {
        font-size: 16px;
    }
    article .btn {
        font-size: 14px;
        padding: 14px;
    }
    .learn-more ul, .learn-more h4{
        padding-inline-start: 0px !important;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 2560px) {}

@media only screen and (min-width: 2561px) {}   