section.custom-package {
    display: grid;
    justify-content: center;
}
.custom-package-big-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 80vw;
    height: 200px;
    background-color: rgba(252,252,253,255);
    margin:2em 0 0 0;
}
.custom-package-wrapper h1{
    font: normal normal bold 16px/25px Poppins;

}
.custom-package-wrapper p{
    font: normal normal normal 16px/25px Poppins;
}
@media only screen and (max-width: 900px){
    .custom-package-big-wrapper {
        display: grid;
        margin:2em;
    }
}