.body {
    background-color: white;
    text-align: justify;
}

.section {
    margin-bottom: 20px;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.section-2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.container-2:tiny {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.paragraph {
    display: block;
    justify-content: center;
    align-items: center;
    color: hsla(232.56637168141594, 100.00%, 22.16%, 1.00);
    font-size: 20px;
    text-align: center;
    white-space: normal;
}

.paragraph:tiny {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}

.footer-subscribe {
    position: relative;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 40px;
    padding-left: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: hsla(212.00000000000006, 38.46%, 92.35%, 1.00);
}

.footer-subscribe:small {
    padding-right: 15px;
    padding-left: 15px;
}

.container-3 {
    width: 100%;
    max-width: 940px;
    margin-right: auto;
    margin-left: auto;
}

.container-3:medium {
    max-width: 728px;
}

.container-3:tiny {
    max-width: none;
}

.footer-wrapper-three {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-wrapper-three:medium {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-wrapper-three:tiny {
    padding-right: 10px;
    padding-left: 10px;
}

.footer-block-three {
    display: flex;
    margin-right: -20px;
    margin-left: -20px;
    justify-content: flex-start;
    align-items: center;
}

.footer-block-three:small {
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-social-block-three {
    display: flex;
    margin-left: -32px;
    justify-content: flex-start;
    align-items: center;
}

.footer-social-block-three:medium {
    margin-top: 40px;
}

.footer-social-block-three:small {
    margin-top: 10px;
}

.footer-divider-two {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: hsla(212.00000000000006, 38.46%, 92.35%, 1.00);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom:tiny {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-bottom:small {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-copyright {
    color: hsla(214.6153846153846, 18.31%, 27.84%, 1.00);
}

.footer-copyright:small {
    font-size: 14px;
    line-height: 20px;
}
