/* Start custom CSS for html, class: .elementor-element-e3d2c44 */.container {
    padding-bottom: 10vh;
    padding-top: 5vh;
}

.titleContainer {
    padding: 30px 0 30px 0;
}

.imgSize {
    height: 20vw;
    filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.3));
    padding: 20px;
    
}
.imgContainer {
    height: 313px;   
}

.bodyText {
    font-weight: bold !important;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.6);
}
.packageTitle {
    font-family: Arial;
    font-size: 48px;
    font-weight: bold;
}
.packageSubtitle {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;

}
.packageHeader {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;

}
.btn-primary.btn-primary {
    background-color: #00a0fe;
    width: 55%;
    height: 60px;
    border-radius: 10px;
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    border: none;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.5);
}
.btn-primary.btn-primary:hover {
    background-color: #056197;
}
.pkg.pkg {
    width: 80%;
    font-size: 20px;
}/* End custom CSS */