/* footer */
/* section1 */

.section1-text-descriotion {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
    color: #555555;
    margin-top: 20px;
    text-align: justify;
}

.section1-text-newsletter {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #333333;
    margin-top: 20px;
}

.section1-button-nesletter {
    width: 149px;
    height: 40px;
    left: 86px;
    top: 2242px;
    background: #ffffff;
    border: 1px solid #bc0028;
    border-radius: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #bc0028;
}
.section1-button-nesletter:hover {
    background: #bc0028;
    border: 1px solid #bc0028;
    color: #ffffff;
}

.section1-title {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: 0.3px;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 2em;
}
.section1-title-2 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #333333;
    text-transform: capitalize;
    margin-bottom: 1em;
    margin-top: 2em;
}

.section1-items-link {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    letter-spacing: 0.3px;
    color: #555555;
    text-decoration: none;
}

.section1-meta {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    color: #333333;
    text-decoration: none;
}

/* section2 */
.section2-copyright {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    align-items: flex-start;
}

.section2-icon {
    margin-right: 30px;
    font-size: 20px;
    color: #ffffff;
    align-items: flex-end;
}

/* footer */
.act-btn {
    background: rgba(13, 174, 24, 1);
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    text-decoration: none;
    transition: ease all 0.3s;
    position: fixed;
    right: 30px;
    bottom: 30px;
}
.act-btn:hover {
    background: #ffffff;
    color: rgba(13, 174, 24, 1);
    border: solid 2px rgba(13, 174, 24, 1);
}

@media only screen and (max-width: 600px) {
    /* .mb-4 {
        margin-bottom: 0rem !important;
    } */
    .section1-title {
        text-align: center;
    }
    .section1-title-2 {
        text-align: center;
    }
    .section2-icon {
        font-size: 20px;
        color: #ffffff;
        padding-left: 0.25rem;
        padding-right: 0.25rem;
        display: inline-block;
        text-align: center;
        margin-right: 0;
    }
}
