body {
    font-family: "Monteserrat", sans-serif;
}

h1,
h2,
h4,
h5 {
    text-align: center;
    margin: auto;
}

h3{
    color: white;
    text-align: right;
    justify-self: center;
    align-self: center;
}
p{
    width: 80vw;
    padding: 3vh;
    margin: auto;
      font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.3vh;
    text-align: left;
    line-height: 140%;
    text-align: left ;
    text-justify: inter-word;
   
}
#gasBoilers {
    margin: auto;
    margin-top: 25vh;
    margin-bottom: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;

}

#systemBoiler,#combiBoiler,#regularBoiler {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80vw;
}