@charset "UTF-8";

@media screen and (max-width: 900px) {
    #ear+section img {
    width: 70% !important;
}
}
a#point+div .inner_item {
    background: #2e2e2e;
    
}
a#point+div .inner_item_img img{
    border-radius: unset;
    filter: brightness(100);
}
    a#point+div .heading .h {
        color: #fff !important;
    }
@media screen and (min-width: 850px) and (max-width: 1000px) {
a#point+div .inner_item {
width: 31%;
}
    a#point+div .inner_item_txt {
        width: calc(100% - 90px - 15px);
        padding: 15px;
    }
}
@media screen and (min-width: 601px) and (max-width: 849px) {
a#point+div .inner_item {
width: 100%;
}
    a#point+div .inner_item_txt {
        width: calc(100% - 90px - 15px);
        padding: 15px;
    }
}
@media screen and (min-width: 850px) {
    a#point+div .inner_item_txt {
    position: relative;
    }
a#point + div .inner_item_txt::after {
    content: "";
    position: absolute;
    top: 25%;
    right: 0;
    width: 1px;
    height: 60%;
    background-color: rgb(255 255 255 / 10%);
}
  a#point + div .inner_item:nth-of-type(3) .inner_item_txt::after {
    content: none;
  }
}
@media screen and (max-width: 849px) {
a#point+div .inner_item {
    border-bottom: 1px solid  rgb(255 255 255 / 10%);
}
  a#point + div .inner_item:nth-of-type(3) {
    border: none;
  }
}