.border-container {
	border: 1px solid #f5f5f5;
	padding: 20px 20px 80px 20px !important;
    margin: 0px 0px 25px 0px;
}
.border-container .vc_column-inner {
	padding: 0px !important;
}
.border-container .border-bottom {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 80px;
    margin-bottom: 20px;
}
.notes-bundle-container {
    background: #f5f5f5;
    padding: 30px 50px 50px 20px;
    max-width: 280px;
    margin: 20px -15px !important;
    min-height: 350px;
}
border-container .boxes-bundle {
    margin-bottom: 20px;
}
.notes-bundle-container h4 {
	font-size: 18px;
	color: #19aaf8;
    font-weight: bold !important;
    margin-bottom: 5px;
}
.notes-bundle-container .title-description {
	font-size: 13px;
	color: #19aaf8;
}
.notes-bundle-container strong {
    font-size: 13px;
    color: #000000;
    margin-top: 30px !important;
    display: block;
    margin-bottom: 5px;
}
.notes-bundle-container p {
	color: #767676;
	font-size: 13px;
}
.border-container .bullets {
	position: relative;
	padding-left: 20px;
}
.border-container .bullets:before {
    content: " ";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #19aaf8;
    display: block;
    border-radius: 50%;
    left: 0px;
    top: 6px;
}
@media only screen and (max-width: 992px) {
    .notes-bundle-container {
        max-width: inherit;
        padding: 30px 30px 50px 20px;
    }
    .hide-in-mobile {
        display: none;
    }
}   
