@CHARSET "UTF-8";

.content{
  max-width: 700px;
  width: calc(100% - 40px);
}

.content-wrap.center .section-title{
    margin-bottom:10px !important;
}

.row-gap{
    height:50px;
}

.border{
    border:1px solid #d0d0d0;
    border-radius: 5px;
    width:100%;
    min-height: 200px;
    padding: 20px;
}