.pencapainan h4 {
    margin: 0px !important;
    font-weight: bold;
}

.site-footer h2 {
    color: white;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}

.footer_logo {
    height: 80px !important;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.social_media a:nth-child(1) {
    background-color: blue;
}

.social_media a:nth-child(2) {
    background-color: #AA23D5;
    color: #FFCE61;
}

.social_media a:nth-child(3) {
    background-color: #0F54A2;
}

.social_media a:nth-child(4) {
    background-color: #cd201f;
}

.social_media a:nth-child(1) span {
    background-color: white;
    color: #0F54A2;
    border-radius: 10px;
    padding: 2px 2px 0px 2px;
}

.social_media a:nth-child(3) span {
    background-color: white;
    color: #0F54A2;
}

.social_media a:nth-child(4) span {
    background-color: white;
    color: #cd201f;
}

.social_media a {
    padding: 15px;
    border-radius: 50%;
    margin: 6px;
    display: inline-block;
}

.footer_right {
    text-align: center;
}

.social_media i {
    height: 10px !important;
    width: 18px !important;
}

.social_media {
    text-align: center;
}

.footer_right img {
    margin: 5px;
}

.myline {
    display: flex;
    margin-left: -40px;
}

.myline hr {
    margin: auto 0px;
    width: 40px;
    height: 2px;
    border: 0;
    position: relative;
    background-color: #477763;
}

.myline b {
    font-size: 30px;
    font-weight: 600;
    margin-left: 10px;
    color: #477763 !important;
}