.sobre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
    justify-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.sobre-grid h3 {
    font-size: 2.77rem;
    font-weight: 700;
    color: #282828;
}
.sobre-grid h3::after {
    content: url(/img/point.svg);
}
.sobre-title p {
    font-size: 1.2rem;
    line-height: 1.7em;
    max-width: 500px;
    margin-top: 5px;
}

.sobre-title span {
    font-weight: 600;
    color: #A25641;
    font-style: italic;
}

.sobre-content {
    margin-top: 40px;
    border: 1px solid #5E5E5E;
    padding: 25px;
}
.sobre-content p {
    max-width: 450px;
    font-style: italic;
    font-size: 1rem;
    margin-top: 5px;
}
.sobre-content p span{
    color: #A25641;
    font-weight: 600;
}
.sobre-content h5{
    font-weight: 600;
    font-size: 1.5rem;
}

.sobre {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.sobre-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sobre-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-img-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-img-bg-minor {
    position: absolute;
    top: 200px;
    z-index: -1;
}

@media only screen and (min-width: 451px) and (max-width:850px) {

    .sobre-grid {
        grid-template-columns:1fr;
        max-width: 600px;
    }

    .sobre-content {
        margin-top: 20px;
    }
}

@media only screen and (max-width:450px) {

    .sobre-grid {
        grid-template-columns:1fr;
        max-width: 600px;
    }

    .sobre-content {
        margin-top: 20px;
    }

    .sobre-content {
        padding: 15px;
    }

    .sobre-title p {
        font-size: 1.125rem;
    }
}
