section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.title {
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}
#carouselExampleCaptions .carousel-item {
    height: 500px;
    background-position: center bottom;
    background-repeat: no-repeat;
}
#carouselExampleCaptions p {
    font-size: 22px;
}
.about img {
    max-height: 200px;
}
.docs {
    background-color: #e9ecef;
}
.pay .text {
    padding-top: 5px;
    text-align: justify;
    color: red;
}
.contacts {
    background-color: #e9ecef;
}
@media (min-width: 960px) {
.modal {
--bs-modal-width: 800px !important;
}
.modal .modal-dialog{
    width: 800px;
}
}