.watering__title h1 {
    text-align: center;
    font-size: 4vw;
}

.watering__content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}

.watering__col {
    flex: 1 1 25%;
    border: 1px solid black;
}


.watering__subtitle {
    text-align: center;
    position: relative;
    background-color: lightskyblue;
    font-size: 0.7vw;
    padding-left: 80px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 5px;
}

.watering__subtitle::before {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    left: -37px;
    top: -10px;
    border: 2px solid white;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/watering/ready.png");
    background-color: lightskyblue;
    border-radius: 50%;
}

.watering__text {
    padding-left: 80px;
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: rgb(242, 242, 242);
    display: flex;
    align-items: center;
    min-height: 170px;
}

.watering__col1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.watering__desc {
    font-size: 16px;
    display: flex;
    align-items: center;
    min-height: 100px;
    font-weight: 700;
}

.watering__img {
    text-align: center;
}