/*Text resize for Desktop */
@media (min-width: 1300px) {
.textTop {
padding-left: 25px;
padding-right: 25px;
}
.row .justify-content-center {
padding-top: 10px;
padding-bottom: 10px;
}
}
/*Text resize for Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
.textTop {
padding-left: 25px;
padding-right: 25px;
}
.row .justify-content-center {
padding-top: 5px;
padding-bottom: 5px;
}
.image {
padding-bottom: 10px !important;
}
}
/*Text resize for Mobile*/
@media (max-width: 767px) {
.textTop {
padding-left: 15px;
padding-right: 15px;
}
.row .justify-content-center {
padding-top: 5px;
padding-bottom: 5px;
}
.image{
padding-bottom: 10px !important;
}
.image{
padding-bottom: 5px !important;
}
}



































Reviews
There are no reviews yet.