.fw_image_banner{
  display: flex;
   justify-content: left;
height:430px;
font-family:"Rooster";
padding:10px 0;
border-top:4px solid #4F83C2;
border-bottom:4px solid #4F83C2;
margin:6px 0;
}

.fw_image_banner > div{
  background: #ffffff95;
  padding: 30px 20px;
  width:33%;
height:auto;
   display: flex;
   flex-direction: column;
text-align:center;
}
.fw_image_banner .left{
margin:auto auto auto 60px;
}

.fw_image_banner .right{
margin:auto 60px auto auto ;
}

.fw_image_banner .title {
   font-weight: bold;
   font-size: 30px;
   line-height: 40px;
text-align:center
}


.fw_image_banner .subtitle {
   font-weight: 200;
   font-size: 20px;
   line-height: 30px;
}

.fw_image_banner .button {
  display: flex;
  font-weight: 600;
  justify-content: center;
  line-height: 48px;
  background: #4F83C2;
  padding: 0 15px;
  margin: 15px auto;
  width: 280px;
  letter-spacing: 2.2px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 1023px) {
.fw_image_banner{
height:300px;
}
.fw_image_banner > div{
  padding: 24px;
width:300px;
}

.fw_image_banner .left{
  margin:auto auto auto 48px;
}

.fw_image_banner .right{
margin:auto 48px auto auto ;
}

.fw_image_banner  .title {
      font-size: 22px;
      line-height: 28px;
   }
.fw_image_banner  .subtitle {
   font-size: 15px;
   line-height: 20px;
}
.fw_image_banner .button {
  line-height: 34px;
  padding: 0 12px;
  margin: 8px auto;
  width: 260px;
  font-size: 11px;
}
}
@media only screen and (max-width: 767px) {
.fw_image_banner > div{
  padding: 16px;
}
}
@media only screen and (max-width: 480px) {
.fw_image_banner{
  display: flex;
flex-direction:column;
height:450px;
}
.fw_image_banner > div{
  padding: 16px;
width:240px;
}
.fw_image_banner .left{
margin:auto auto 16px auto;
}
.fw_image_banner .right{
margin:auto auto 16px auto;
}

.fw_image_banner  .title {
      font-size: 18px;
      line-height: 22px;
   }
.fw_image_banner  .subtitle {
   font-size: 14px;
   line-height: 18px;
}
.fw_image_banner .button {
  line-height: 34px;
  padding: 0 12px;
  margin:0 auto 8px auto;
  width: 216px;
  font-size: 11px;
}

}