/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2021 | 09:32:22 */
.content-wrapper .custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    margin-right: 7px;
    margin-bottom: 7px;
    width: 240px;
    height: 70px;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    color: #485253;
    margin-bottom: 200px;
  text-align: center;
}

.content-wrapper {
  display: inline-block;
}

.content-wrapper:nth-child(1) .custom-button {
    width: 75px;
}

.content-wrapper .content {
  display: none;
}

.content-wrapper.active .content {
  display: block;
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
}