.container{
    height: 100vh;
}
.header-package h4{
    padding: 15px 0 10px 0 ;
}
.header-package p{
    padding: 0 0 10px 0;
}
.box-question h4{
    padding: 10px 0;
}
.container-question{
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}
.container-question span{
    padding: 15px;
    font-weight: 550;
}
.container-question span:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}
.box-contact h4{
    padding: 15px 0 15px 0;
}
.container-contact{
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
}
.container-contact span{
    padding: 15px;
    font-weight: 550;
}
.container-contact span:not(:last-child) {
    border-bottom: 1px solid #D9D9D9;
}
