.bottom__content-title::before {
    content: "";
    position: absolute;
    top: 165px;
    left: 0px;
    width: 29px;
    height: 24px;
}

.bottom__content-title::before {
    content: "";
    position: absolute;
    top: 65px;
    left: 0px;
    width: 29px;
    height: 24px;
}

.bottom__content-box {
    display: flex;
    margin: 50px 0px;
}

.item:first-child {
    flex: 7;
  }
  
.item:last-child {
    flex: 3;
}

.item img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.bottom__content-text:not(:last-child) {
    margin-bottom: 25px;
    letter-spacing: -0.7px;
}