.social-icon-main-wrapper{
    display: flex;
    flex-direction: row;
    margin-top: 30px;
}

.social-icon-container {
    background-color: #0070ad;
    height: 30px;
    width: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    margin-right: 5px;
}
.social-icon{
    height: 15px;
}

.fb-icon:hover{
    background-color: #4267B2;
}

.twitter-icon:hover{
    background-color: #1DA1F2;
}

.insta-icon:hover{
    background-color: #8a3ab9;
}

.youtube-icon:hover{
    background-color: #FF0000;
}

.linkedin-icon:hover{
    background-color: #0077b5;
}

@media screen and (max-width: 1024px) {
    .display-none-less-than-1024 {
        display: none !important;
    }
}
