.products-wrapper {
    padding-top: 65px;
    padding-right: 90px;
    padding-bottom: 65px;
    padding-left: 90px;
}
.text-wrapper {
    padding-top: 35px;
}
.header p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: Crimson;
}
.product-message {
    line-height: 27px;
}
.p4-arrow {
    padding-top: 45px;
    text-align: center;
}
.image img {
    width: 100%;
}
.web-wrapper {
    padding-top: 65px;
    padding-left: 250px;
    padding-right: 250px;
    padding-bottom: 80px;
}
a {
    color: #000;
    font-weight: 600;
}
a:hover {
    color: Crimson;
    transition: ease-in-out 175ms;
    text-decoration: none;
}