.merchants p {
    margin: -1px;
}
.products {
    height: 100%;
    overflow: hidden;
}
.merchants-footer {
    margin-top: -4px;
}
.content p, .banner p, .merchants-footer p {
    line-height: 0;
}
.products img {
    width: 100%;
}
.application {
    position: relative;
}
.application button {
    background: rgba(207,169,114,0.6);
}
.products button {
    border: none;
    border-radius: 39px;
    background: rgba(207,169,114,0.6);
    transition: 0.5s;
    position: absolute;
    top: calc(50% - 25px);
    left: 40%;
    padding: 1% 0;
    width: 20%;
    cursor: pointer;
}
.products button:focus {
    outline: none;
}
.application button:hover {
    background: rgba(207,169,114,0.8);
}
.products a {
    color: white;
    font-size: 30px;
    text-decoration: none;
}
.btnOne, .btnTwo {
    position: relative;
}
.btnOne button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btnOne button, .btnTwo button {
    background: rgb(3,229,254);
    top: calc(50% - 80px)!important;
}
.products .btnOne span {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background: rgba(12,16,33,0.5);
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .btnOne span img {
    width: 12px;
    height: 16px;
}
.products .know {
    font-size: 14px;
    position: absolute;
    top: calc(50% + 20px)!important;
    color: white;
    left: calc(50% - 98px);
}