body {
    font-family: "Lato", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Andika", sans-serif;
}

a,a:hover,a:visited,a:active {
    color: #0000e4;
    text-decoration: underline;
}

.text-muted {
    font-size: 0.8rem;
    color: #a6a6a6;
}

.container {
    /*display: flex;
    flex-direction: column; */
}

.row {
    display: flex;
    flex-direction:row;
}

.center {
    justify-content: center;
}

.space-betn {
    justify-content: space-between;
}

.oa-center {
    /* other axis center */
    align-items: center;
}

.mobile-images {
    display: none;
}

.padr-15 {
    padding-right: 15px;
}

.col-75p {
    flex-basis: 75%;
}

@media (max-width: 600px) {
.col-75p {
    flex-basis: 100%;
}
}

@media (max-width: 800px) {
.oa-center>img {
    display: none;
}

.mobile-images {
    display: flex;
    justify-content: center;
}
}
