
.updated h1 {
    font-family: "Outfit";
    font-size: 78px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.updated h2 {
    font-family:"Outfit";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.updated_cta span { 
    color: #1C4380;
    text-align: center;
    font-family: "Outfit";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iconed_section h3 {
    color: #276D19;
    font-family: "Outfit";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iconed_section p {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.iconed_section .widget_custom_html+.widget_sow-editor p {
    color: #41464E;
}
.iconed_cta h3 {
    color: #54B140;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 25px !important;
    margin-bottom: 12px;
}
.iconed_cta p {
    color: #F0F8EE;
    text-align: center;
    font-family: "DM Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.end_cta {
    max-width: 100%;
    margin: 0 auto;
    padding: 80px 0px 80px 0px;
    text-align: center;
}
.end_cta h3{
    color: #FFF;
    text-align: center;
    font-family: "Outfit";
    font-size: 48px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.updated_button {
    display: inline-flex;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: #54B140;
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.updated_button:hover {
    background: #54B140;
    color: #1C4380;
}
.end_cta .updated_button {
    margin: auto;
    margin-top: 50px;
}

.custom__accordion__style a, .arrow_link a {
    display: inline-flex;
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: #54B140;
    color: #FFF;
    font-family: DM Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    text-decoration: none;
}
.custom__accordion__style a span, .arrow_link a span {
    color: #FFF !important;
}
.custom__accordion__style a strong, .arrow_link a strong {
    font-weight: 400 !important;
}
.contact_section h3 { 
    color: #1C4380 !important;
    font-family: Outfit;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* Media query for tablets and mobile devices (up to 768px) */
@media (max-width: 768px) {
    .updated h1 {
        font-size: 48px !important; /* Smaller size for mobile devices */
    }
    .updated h2 {
        font-size: 40px; /* Smaller size for mobile devices */
    }
}

/* Media query for smaller mobile devices (up to 480px) */
@media (max-width: 480px) {
    .updated h1 {
        font-size: 36px !important; /* Even smaller size for small mobile devices */
    }
    .updated h2 {
        font-size: 30px; /* Even smaller size for small mobile devices */
    }
}