.representa-grid {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.representa-grid > div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    max-width: 900px;
    grid-gap: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    align-items: center
}

.representa-grid h3 {
    color: #282828;
    font-weight: 700;
    font-size: 2.25rem;
    margin-bottom: 60px;
}
.representa-grid h3::after {
    content: url(/img/point.svg);
}
.representa {
    padding-bottom: 60px;
    padding-top: 60px;
    position: relative;
}
.main-bg-maior {
    position: absolute;
    top: 120px;
    z-index: -1;
}
.main-bg-round {
    position: absolute;
    right: 0;
    z-index: -1;
}
.representa-grid div a {
    transition: .2s;
}
.representa-grid div a:hover {
    transform: scale(1.02);
}
@media only screen and (min-width:430px) and (max-width:665px) {
    .representa-grid > div img:nth-child(1){
        margin-left: auto;
        margin-right: auto;
    }
    .representa-grid > div img:nth-child(2){
        margin-right: auto;
        margin-left: auto;
    }
    .representa-grid > div{
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        grid-gap: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .representa-grid h3 {
        color: #282828;
        font-weight: 700;
        font-size: 2.22rem;
        margin-bottom: 60px;
        margin-left: 0px;
        text-align: center;
    }
}
@media only screen and (min-width:0px) and (max-width:429px) {
    .representa-grid > div img:nth-child(1){
        margin-left: auto;
        margin-right: auto;
    }
    .representa {
        margin-bottom: 20px;
        margin-top: 100px;
        position: relative;
    }
    .representa-grid > div img:nth-child(2){
        margin-right: auto;
        margin-left: auto;
    }
    .representa-grid > div{
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
        grid-gap: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .representa-grid h3 {
        color: #282828;
        font-weight: 700;
        font-size: 1.8rem;
        margin-bottom: 60px;
        margin-left: 0px;
        text-align: center;
    }
}