.elementor-974 .elementor-element.elementor-element-eb03fb1{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-aff1cb6 */a {
 color: #ff00fe;    
}

strong {
    color: #FFFF01;
}

.content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 10px;
}

.content div {
    display: flex;
    flex-direction: column;
    text-align: center;
}

div.social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .content {
        flex-direction: column;
    }
    .content div {
        padding: 10px;
    }
}/* End custom CSS */