.inlineimage {
    display: flex;
    justify-content: space-between;

}

.images {
    display: inline-block;
    max-width: 98%;
    height: auto;
    width: 22%;
    margin: 1%;
    left: 20px;
    text-align: center;
}

.font-gateway {
    font-size: 1rem;
    font-family: Arial;
    font-weight: bold;
}
.text-size{
    font-family: Arial;
    font-weight: bold;
}
.lable-size{
    font-family: Arial;
    font-size: 1.5rem;
}

.font-size {
    font-size: 1.3rem;
    font-family: Arial;
}

.text-size {
    font-family: Arial;
    font-weight: bold;
}

.lable-size {
    font-family: Arial;
    font-size: 1.5rem;
}

.font-size::-webkit-input-placeholder {
    font-size: 1.3rem;
}

.btn-gateway {
    background-color: #76923b;
    font-family: Arial;
    font-size: 1.5rem;
    border-color: #76923b;
}

@media screen and (max-width: 320px) {
    .container {
        margin-top: -7%;
    }
}