body {
    font-family: "lora";
}
section.ds-ct-1 {
    margin: 30px 0;
}
section.ds-ct-1 h3 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #28448e;
}
section.ds-ct-1 .bo-loc {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.ds-ct-1 .bo-loc select {
    width: 200px;
    height: 40px;
    margin: 0 10px 0;
    border-color: #ddd;
    border-radius: 5px;
    background: #e3e3e3;
    text-transform: capitalize;
    color: #000;
}
section.ds-ct-1 .bo-loc button {
    height: 40px;
    border: none;
    margin: 0 10px;
    background: #284483;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0 15px;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
section.ds-ct-2 .col-lg-3 .col-inner .img-inner img {
    width: 100%;
    height: auto;
}
section.ds-ct-2 .col-lg-3 .col-inner .text-inner h4 {
    text-align: center;
    margin: 5px 0;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    font-weight: 600;
}
section.ds-ct-2 .col-lg-3 .col-inner {
    margin: 0 0 20px;
}