/*===================company about==================*/

.company_about {
    width: 40%;
    margin: 0 auto;
    padding-top: 20px
}

.company_about2 {
    width: 40%
}

.company_about_link li a {
    font: 12px poppin;
    color: var(--themelightblue);
    padding: 3px 20px 3px 0;
    position: relative;
}
.company_about_link li a::before {
    content: "";
    position: absolute;
    left: 90%;
    top: 44%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--themegray);
}

.webinar_logo {
    flex-basis: 30%
}

.webinar_logo img {
    width: 100%
}
