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

body{
    font-family: 'Montserrat', sans-serif;
    background: #1a1a18;
    color: #dedede;
}
.content{
    max-width: 768px;
    margin: auto;
}
#logo{
    text-align: center;
}
#logo img{
    height: 155px;
    width: auto;
}
h2, h3{
    color: #a78b6b;
    text-transform: uppercase;
    /* margin-top: 45px; */
}
.group{
    margin-top: 45px;
}
ul.prices {
  padding: 0;
}
ul.prices li {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dashed 1px #2f2f2c;
    padding-bottom: 9px;
}
ul.prices li span {
  display: table-cell;
}
ul.prices li i{
    display: block;
    font-size:  12px;
}
ul.prices li span:first-child {
  position: relative;
  overflow: hidden;
}
/* ul.prices li span:first-child:after {
  content: "";
  position: absolute;
  bottom: 0.5em;
  margin-left: 0.5em;
  width: 100%;
  border-bottom: 1px dashed #919191;
} */
ul.prices li span + span {
  text-align: right;
  width: auto;
  vertical-align: top;
  color: #a78b6b;
  font-size: 14px;
  padding-left:  10px;
}
p.right{
    text-align: right;
    color: #a78b6b;
    margin-top: 35px;
    font-size: 12px;
}
.row{
    width: 100%;
    float: left;
    height: auto;
}
.row .col{
    width: 70%;
    float: left;
}
.row .col-2{
    width: 30%;
    float: left;
}
/* span.double{
    width: 33%!important;
}
@media(max-width: 400px){
    span.dobule{
        width: 38%!important;
    }
} */
