.show-item {
    width: 95vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.show-item p {
    color: #5d5c5a;
}

.show-item-title {
    font-size: 20px;
    font-weight: 900;
    margin-top: 15px;
    color: #5d5c5a;
}

.show-item-white {
    width: 95vw;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}

.show-item-white p {
    color: white;
}

.show-item-title-white {
    font-size: 20px;
    font-weight: 900;
    margin-top: 15px;
    color: white;
}

.full-div {
    position: relative;
    margin-top: 100px;
    margin-bottom: 30px;
}

.full-div img {
    width: 100%;
}

.phoneTitle {
    font-size: 16px;
}

.blue-icon {
    margin-left: 100px;
    margin-top: -250px;
    width:50px;
}