@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

.img-small {
    width: 100%;
    border-radius: 5px;
}

.vertically {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.inner {
    padding: 5px;
}

.form-control:focus {
    border-color: #118DF0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(76, 172, 250, 0.6);
}

.left {
    float: left;
    width: 48%;
    /*min-width: 343px;/*/
    max-width: 100%;
}

.right {
    float: right;
    width: 48%;
    /*min-width: 343px;/*/
    max-width: 100%;
}

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

    .left,
    .right {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }

    .own-grid {
        text-align: center !important;
    }
}

.own-grid {
    padding: 10px;
    width: 100%;
}