
.Button {
    display: inline-block;
    padding: 20px;
    margin: 0;
    background-color: #8498e5;
    background-position: center center;
    background-repeat: no-repeat;
    color: #000;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    -ms-transition: color 300ms ease, background-color 300ms ease;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    -moz-transition: color 300ms ease, background-color 300ms ease;
    -o-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
}
    .Button:hover,
    .Button:focus {
        color: #000;
        background: var(--mcolor);
    }
.Button.Small {
  padding: 5px 10px;
  font-size: small;
}
.Button.Block {
  padding: 20px 30px;
      width: 550px;
    height: 500px;
}
.Button h1 {
  font-size: 2em;
  line-height: 1.25em;
  color: #FFF;
}
/* Custom Flipster Styles */
.flipster {
  padding-bottom: 50px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}



/********************/
.home_feedback_main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fb_img {margin-bottom: 10px;}
.fb_img img{margin:0 auto;max-height:195px;}
.fb_txt p{font-size:13px;margin-bottom: 3px;color: #fff;}
.fb_txt_bottom {
	color: #fff;
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.6;
}
.fb_ttl{font-weight:600;}
.fb_des {
    font-size: 15px;
}

@media (max-width:768px) {
    .Button.Block {
        width: 400px;
        padding: 10px 15px;
    }
}

@media (max-width:480px) {
	.flipster{overflow-y:hidden !important;}
    .Button.Block {
        width: 350px;
        height: 520px;
    }

    .fb_img {
    }
    .fb_info {
    }
    .fb_txt_bottom {
        padding-top: 5px;
        margin-top: 5px;
    }
    .fb_txt, .fb_txt p {
        font-size: 12px;
    }
    .fb_ttl{font-size:13px;}
    .fb_des {
        font-size: 10px;
    }
}

@media (max-width:375px) {
	.Button.Block {
        width: 310px;
        height: 520px;
    }
	
	
}