.custom_bottom_bar {
    border-bottom: 1px solid #5F5F5F;
    height: 2px;
    width: 30%;
    margin: 0 auto;
}
.custom_main_section_h2_v2 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
}
.custom_main_section_h2_v2 span{
    color: #1BB76D;
}

.pe-richsnippets {
    text-align: center;
    transform: scale(2.5);
    transform-origin: center;
}

@media (max-width: 776px) {
    main {
        margin-top: 105px;
    }
    .pe-richsnippets {
        transform: scale(1.5);
    }
}