
.equipment_photo_and_info {
    display: flex;
    margin-bottom: 200px;
}
.equipment_photo {
    width: 100%;
    height: 100%;
    min-width: 370px;
    min-height: 452px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-right: 30px;
}
.equipment_info {
}
.equipment_title {
    margin-top: 10px;
    font-weight: 800;
    font-size: 34px;
    line-height: 41px;
    text-transform: uppercase;
    color: #2D2D2D;
}
.equipment_text {
    margin-top: 2px;
}
.equipment_text-text {
    margin-top: 26px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.our_services {
    display: none;
}
@media (max-width: 970px) {
    .our_services {
        display: flex;
    }
}
@media (max-width: 768px) {
    .equipment_photo {
        width: 100%;
        height: 100%;
        min-width: 226px;
        min-height: 277px;
        filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
        border-radius: 20px;
        margin-right: 30px;
    }
}
@media (max-width: 574px) {
    .equipment_photo_and_info {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 160px;
    }
    .equipment_photo {
        margin: 0 auto 30px;
        width: 289px;
        height: 354px;
    }
    .equipment_title {
        text-align: center;
    }
}