.icon-secondary-5143 {
    padding: 0px 180px 30px 180px;
    background-color: #f0f0f0;
    display: flex;
    flex-direction: column;
    color: #1e5940;
}

.icon-secondary-5143 h1{
    text-transform: uppercase;
    font-size: 3em;
}

.main-header {
    display: flex;
    flex-direction: column;
}

.form-active-8704 {
    margin-top: 1em;
    display: flex;    
    flex-direction: row;
    gap: 15px;
}

.hero-content-3068 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-primary-1312 {
    padding-bottom: 1em;
    border-bottom: 2px solid #1e5940;
}

.form-active-8704 img {
    width: 50%;
    border-radius: 14px;    
}

.container-hover-1774 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 180px 30px 180px;
    background-color: #1e5940;
}

.card-icon-139 {
    padding: 20px 20px 20px 20px;
    display: flex;
    flex-direction: row;
    background-color: #D40F17;
    border-radius: 12px;
    justify-content: space-between;
    color: #f0f0f0;
    gap: 2em;
}   

.card-icon-139:hover {
    transform: scale(1.01);
}

.button-primary-2921{
    display: flex;
    align-items: center;
}

.button-primary-2921 img{
    width: 200px;
}

.item-active-4667{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

.menu-content-1093 {
    display: flex;
    flex-direction: row;
}

.menu-content-1093 img {
    width: 15px;
}

.block-active-4280 {
    display: flex;
    align-items: center;
    text-align: center;
}

.panel-hover-6209 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-hover-6209 a{
    text-align: center;
    width: 17ch;
    padding: 13px 25px 13px 25px;
    background-color: #f0f0f0;
    color: black;
    border-radius: 12px;
    text-decoration: none;
}

.panel-hover-6209 a:hover {
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.55);
}

.nav-secondary-1158 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 180px 20px 180px;
    background-color: #f0f0f0;
    color: #1e5940;
}

@media (max-width: 1256px) {
    .icon-secondary-5143{
        padding: 0px 20px 20px 20px;
    }

    .form-active-8704{
        flex-direction: column;
    }

    .blocks_with_text-container {
        margin-top: 1em;
        flex-direction: column;
    }

    .form-active-8704 img {
        width: unset;
    }

    .container-hover-1774 {
        padding: 20px 20px 20px 20px;
    }
}

@media (max-width: 982px) {
    .card-icon-139 {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }

    .nav-secondary-1158 {
        padding: 20px 20px 20px 20px;
    }
}

@media (max-width:377px) {
    .icon-secondary-5143 h1 {
        font-size: 2em;
    }
}


