.section-content img {
    width: 100%;
    height: 13rem;

}
.section-content.row {
    /* border: 1px solid gray; */ 
    width: 85%;
    /* border-width: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-content.row {
    margin: 50px;
}
.second-row {
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
}

h3 span {
    color: #a52a2ad6;
    font-size: 30px;
    font-weight: 800;
    font-family: sans-serif;
}
.inner-img-content h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: sans-serif;
}
.inner-img-content p {
    font-size: 17px;
    color: #000000bf;
    font-family: math;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .second-row {
        /* margin: 50px; */
        display: contents; 
        align-items: center;
        justify-content: center;
        width: 85%;
    }
}