* {
  box-sizing: border-box;
  //Edit:
  margin: 0;
  padding: 0;
}

@-ms-viewport {
    width: device-width;
}

@font-face {
  font-family: 'EDEKAFontRegular';
  src: url('https://storage.googleapis.com/zw-mcom-sdd-1ct-credit-info-bucket-stg/font/EDEKATextWeb-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EDEKAFontBold';
  src: url('https://storage.googleapis.com/zw-mcom-sdd-1ct-credit-info-bucket-stg/font/EDEKATextWeb-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'EDEKAFontHead';
  src: url('https://storage.googleapis.com/zw-mcom-sdd-1ct-credit-info-bucket-stg/font/EDEKAHeadWEB-Black.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
    color: #000;
    margin: 24px;
    padding: 0;
    font-family: 'EDEKAFontRegular';
    font-size: 100%;
}

div.clear {
    clear: both;
}

.pm-content {
    padding: 0 0 20px 0;
    /*margin: auto;*/
    min-width: 380px;
}

.pm-content header {
    text-align: center;
    margin-bottom: 0.75rem;
}

.notes .row-note {
    line-height: 4rem;
    background-color: #fff;
    font-weight: bold
}

.notes .row-note-border {
    border-bottom: 1px solid #D8D8D8;
    line-height: 3.24rem;
    margin-bottom: 0.75rem;
}

.pm-content .notes .label {
    font-size: 0.875rem;
    font-family: 'EDEKAFontBold';
	color: #676767;
    float: left;
    width: 10rem;
    position: relative;
    bottom: -0.25rem;
}

.pm-content .notes .value {
    font-size: 1rem;
    color: #343638
    margin-top: 0.5rem;
    font-weight: bold;
    font-family: 'EDEKAFontBold';
    position: relative;
    bottom: -0.25rem;
}

.pm-content .description {
    font-size: 1rem;
	padding-top: 24px;
	text-align: left;
	color: #000;
	max-width: 750px;
	margin-right: 7px;
    margin-left: 2.5px
}

.pm-content .description-footer {
    font-size: 1rem;
	text-align: left;
	color: #000;
	margin-bottom: 1rem;
	margin-right: 17.5px;
	margin-left: 2.5px
}

.pm-content .title {
    font-size: 2rem;
	text-align: left;
	color: #000;
	max-width: 750px;
	font-family: 'EDEKAFontHead';
	letter-spacing: 0.1px;
	margin-left: 2.5px
}

.pm-content .notes {
    margin: 1em 0 1rem;
}

.page-content {
    /*padding: 1.5rem 2rem 2rem;*/
    padding-right: 2rem;
}

@media only screen and (min-width : 1025px) {
    .pm-content {
        max-width: 1024px;
    }
}

@media only screen and (max-width : 480px) {
    .option-img {
        margin-bottom: 4rem;
    }

    .column-left, .column-right {
        height: 24rem;
    }
    .column-middle {
        top: 10rem;
        line-height: 4rem;
        width: 4rem ;
        border-radius: 2rem;
    }
    .row-link {
        margin: 0 0.8rem 1.33rem;
    }

    .row-link .link {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .arrowbig-img {
        width: 20px;
    }
}

@media only screen and (max-width : 479px) {

    .pm-content .notes .label {
        width: 6rem;
    }

    .pm-content .notes .value {
        font-size: 0.875rem;
    }

    .page-content {
        /*padding: 1.33rem 1rem 1.33rem;*/
        padding-right: 1.33rem;
    }

    header .page-progress {
        padding: 0 1rem 1rem;
    }
}