.ft_banner{position: relative;}
.ft_banner>img{width: 100%;transition: .3s;}

.ft_base{}
.ft_item{padding: 44px;}
.ft_item>h1{font-size: 20px;font-weight: 400;margin-bottom: 20px;}
.ft_item>p{font-size: 16px;line-height: 2;}
.ft_item>img{width: 100%;margin-top: 20px;}


@media screen and (max-width: 766px) {
    .ft_banner>img{height: 12rem;object-fit: cover;}

    .ft_item{padding: 2rem 0;}

    .ft_item>p{font-size: 1.6rem;}

}