.front-page-text-size {
    font-size: 3rem !important;
}
.front-page-text-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.front-page-text-main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.text-bold {
    font-weight: 800;
}

@media (min-width: 1400px) { 
    .front-page-text-size {
        font-size: 3rem;
    }
 }

 .img-main {
    width: 50%;
}
@media (max-width: 992px) {
    .img-main {
        width: 100% !important;
    }
    .front-page-text-size {
        font-size: 3.5rem  !important;
    }
}

.social-icon-hovered {
    display: none;
}
a.social-link:hover .social-icon-default {
    display: none;
}
a.social-link:hover .social-icon-hovered {
    display: block;
}