p {
    margin-bottom: 0;
}

.head {
    display: flex;
    margin: 0 auto;
    margin-top: 15px;
    justify-content: center;
}
.headline {
    position: relative;
}

 .image {
    display: flex;
    justify-content: space-between;
    position: relative;
 }

/* text */
.text {
    white-space: nowrap;
    z-index: 1;
    display: flex;
    display: inline-block;
 }
 .award-text {
    color: white;
    /*text-transform: uppercase;*/
    font-weight: bold;
    font-size: 14px;
    font-family: 'Helvetica Neue', sans-serif;
    position: absolute;
    display: flex;
    justify-content: start;
    
 }
.title-text {
    position: absolute;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #282828;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    transition: color 0.3s;
}
.text .title-text:hover {
    color: #058739;
}
.time-text {
    color: white;
    font-size: 14px;
    font-family: 'Helvetica Neue', sans-serif;
    display: flex;
    justify-content: end;
    position: absolute;
    transition: transform 0.6s ease-in-out;
}
.text .time-text:hover{
    transform: scale(1.1);
}

 /* pc */
.pc.image {
    display: flex;
    justify-content: space-between;
    position: relative;
    width:100%;
 }

.pc .beforeline, .ipad .beforeline {
    position: relative;
}
.pc .beforeline::before {
    content: url(././img/before.png);
    height: 46px;
    width: 100%;
}

.pc .centerline {
    background: url(./img/center.png);
    background-repeat: repeat-x;
    width: 100%;
    display:flex;
    justify-content:center;
}
.pc .afterline {
    position:relative;
}
.pc .afterline::after {
    content: url(././img/after.png);
}
.pc .text {
    white-space: nowrap;
    z-index: 1;
    display: flex;
    display: inline-block;
 }
 .pc .award-text {
    font-size: 13px;
    bottom: 16px;
    left: 42px;
    position:absolute;
    color:white;
 }
 .pc .title-text {
    letter-spacing: 2px;
    top: 10px;
    font-size:15px;
    color:green;
    text-decoration:none;
}

.pc .time-text {    
    font-size: 16px;
    left: 50px;
    margin-top: 17px;   
    position:absolute;
}

/* ipad */
.ipad.image {
    display: flex;
    justify-content: space-between;
    position: relative;
    width:100%;
 }

.ipad .beforeline::before {
    content: url(././img/beforemd.png);
    height: 46px;
    width: 100%;
}

.ipad .centerline {
    background: url(./img/center.png);
    background-repeat: repeat-x;
    width: 100%;
    display:flex;
    justify-content:center;
}
.ipad .afterline::after {
    content: url(././img/afteripad.png);
    height: 46px;
    width: 100%;
}
.ipad .text {
    white-space: nowrap;
    z-index: 1;
    display: flex;
    display: inline-block;
 }
 .ipad .award-text {
    top: 15px;
    left: 39px;
    position:absolute;
 }
 .ipad .title-text {
    top: 12px;
    transition: color 0.3s;
    font-size:14px;
	color:green;
    text-decoration:none;
}

.ipad .time-text {
    right: 2%;
    margin-top: 16px;
    
}

/* mobile */
.mobile.image {
    display: flex;
    justify-content: space-between;
    position: relative;
    width:100%;
 }

.mobile .beforeline::before {
    content: url(././img/beforexs.png);
    height: 46px;
    width: 100%;
}

.mobile .centerline {
    background: url(./img/centerxs.png);
    background-repeat: repeat-x;
    width:100%;
    display:flex;
    justify-content:center;
}
.mobile .afterline::after {
    content: url(././img/afterxs.png);
    height: 46px;
    width: 100%;
}
.text {
    white-space: nowrap;
    z-index: 1;
    display: flex;
    display: inline-block;
 }
 .mobile .award-text {
	font-size: 13px;
    bottom: 16px;
    left: 42px;
    position: absolute;
    color: white;
 }
 .mobile .title-text {
    letter-spacing: 0px;
    margin-top: 7px;
    color: #282828;
    position: absolute;
    margin: 0 auto;
    top: 12px;
    font-size:12px;
    color:green;
    text-decoration:none;
}

.mobile .time-text {
    right: 3px;
    margin-top: 16px;
    
}

@media (min-width: 1180px) {
    .hidden-lg {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1179px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 760px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (max-width: 759px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 350px) {
    .mobile .title-text {
        font-size:9.5px;
		top: 14px;
    }
}
