<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.followUs .info{font-family: "Roboto Light"; font-size:16px;line-height:21px;color:#666;width:calc(100% - 62px);
                padding-top:6px;
}
.followUs .grp{display:flex;justify-content:center;list-style:none;flex-wrap:wrap;padding:0px;margin:0px;}
.followUs{padding:57px 0px 44px;}
.followUs .grp&gt;li{margin:0px 49px 22px;}
.followUs .item{display:flex;justify-content:center;}
.followUs .icon{width:40px;font-size:32px;color:#4fb748;display:flex;justify-content:flex-end;margin-right:22px;}

.followUs .info a{color:#666;transition:0.3s all;}


@media screen and (min-width: 1024px){
.followUs .info a:hover{color:#4fb748;}
}

@media screen and (max-width:991px){
    .followUs .grp&gt;li{margin:0px 0px 42px;width:50%;display:flex;justify-content:center;}
    .followUs .grp{justify-content:flex-start;}
    }

@media screen and (max-width:767px){
    .followUs .grp&gt;li{justify-content:flex-start;width:100%;margin-bottom:35px;}
    .followUs .icon{font-size:24px;margin-right:12px;justify-content:center;}
    .followUs .info{width:calc(100% - 52px);padding-top:3px;font-size:13px;line-height:20px;}
    .followUs{padding-bottom:30px;}
    }</pre></body></html>