@charset "utf-8";
/* CSS Document */
.banner{
    background: #FAFAFA;
    padding: 60px 0;
}
.banner__inner{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 60px);
}
.banner__text h1{
    color: #000;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 160%; 
}
.banner__text p{
    color: #000;
text-align: center;
margin-top: 8px;
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
@media screen and (max-width: 1190px) {

}
@media screen and (max-width: 980px) {
    .banner__text h1{font-size: 28px;}
}


@media screen and (max-width: 568px) {

}
@media screen and (max-width: 325px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (-o-min-device-pixel-ratio:3/2), only screen and (min-device-pixel-ratio:1.5) {
}


