@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');


.logo-class {
    display: flex;
    justify-content: center; /* Horizontally center the content */
    margin-top: 80px;
}
.text {
    margin-top: 121px;
    justify-content: center;
    text-align: center;
}
.text1 {
    color: #034F79;
    font-size: 32px;
    font-weight: 700;

}
.text2 {
    margin-top: -13px;
    color: #4d95bd;
    font-size: 42px;
    font-weight: 800;

    font-family: Plus Jakarta Sans ;
}
.text3 {
    margin-top: 32px;
    color: #62A61E;
    font-size: 28px;
    font-weight: 700;

    font-family: Plus Jakarta Sans ; 
}
.visit-button {
    font-family: Plus Jakarta Sans;
    margin-top: 65px;
    background-color: #1972A4;
    color: #fff;
    padding: 6px 25px 6px 6px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
    font-weight: 700;

    display: inline-block;
    text-decoration: none;
}
.visit-button i {
    margin-left: 10px;
    font-size: 15px;
}

.visit-button img {
    max-width: 40px; 
    max-height: 40px; 
    margin-right: 15px;
}

