._container {
    display: flex;
    gap: 70px;
}

p{
    color: #000000B2;
}

h2.polit-h2 {
    font-family: Onest;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    color: #000;
}

.polit-h3 {
    font-family: Onest;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    color: #000000B2;
}

ul>li::before {
    background-color: #ff6600;
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 7px;
    margin-right: 12px;
    position: relative;
    top: -4px;
    width: 7px;
}

a {
    text-decoration-color: #FF6A00 !important;
}

.right {
    height: auto;
    object-fit: contain;
    align-self: start;
}




@media screen and (max-width: 768px) {
.right{
    display: none;
}
p, li {
    font-family: Onest;
    font-size: 12px;
    font-weight: 300;
    line-height: 16.8px;
}
h2.polit-h2 {
    font-family: Onest;
    font-size: 18px;
    font-weight: 300;
    line-height: 21.6px;
}
h3.polit-h3 {
    font-family: Onest;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
}
section.page-top {
    padding-bottom: 22px;
}
}