@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
section.sector{
    padding:4em 0;
    text-align:center;
}
section.sector h2{
font-family: Poppins;
font-weight:700;
color:#3a3a61;
font-size: 1.8em;
margin-bottom:1.1em;
}

section.sector figure {
    margin:0.5em;
}

section.sector img{
    width:50%;
}
section.sector p{
    font-family:Poppins;
    font-weight:500;
    font-size:18px;
}
section.sector p.closing_text{
    margin:1.3em 0;
    color:#3a3a61;
    font-weight:600;
    font-size:18px;
}

@media only screen and (max-width: 768px) {
    section.sector img{
        width:50%;
    }
    
  }

  @media only screen and (max-width: 425px) {

    section.sector{
        padding:2em 0;
       
    }
    
    section.sector img{
        width:90%;
    }
    section.sector h2{
          margin: 1em 1.2em;
        }
        section.sector p{
            margin:0 1.2em;
            font-size: 16px;
        }
    
  }