@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
p span {
    font-weight: bold;
    display: inline-block;
}
.mt-7 {
    margin-top: 80px
}

.text-bold {
    font-weight: 800;
    color: #000
}
.container{
    margin: 0 15px;
}