.owl-dots.custom-dots {
    position: absolute;
    bottom: -50px;
    width: 100%;
}
.component-image-content-boxes-sec .section-image img {
    height: 380px;
}
.small-image .col-lg-6.d-none.d-lg-block {
    width: 320px;
    margin: 0 50px;
}
.small-image .row {
    justify-content: center !important;
}
/* media/Text css*/
.links-content ul li, .links-content ol li {
    padding-left: 0px !important;
    font-size: 24px;
    margin-bottom: 20px !important;
}
.links-content ul li:before, .links-content ol li:before {
  width: 0 !important;
}

.small-image  .section-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.section-image img, .section-image iframe, .section-image video {
    object-fit: cover;
    height: auto;
}
.small-image  .section-image {
    width: 288px;
    height: 288px;
}
.small-image .pe-lg-5, .small-image .ps-lg-5 {
    padding-right: calc(var(--bs-gutter-x)* .5) !important;
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
}
.image-content-boxes-description h3 {
    font-weight: 400;
}
.image-content-boxes-description img {
    min-width: 393px;
    height: 188px;
    object-fit: cover;
    margin-bottom: 10px;
}
.links-content h3 {
    margin-bottom: 1.5rem;
}
.image-content-boxes-description span {
    font-size: 32px;
    line-height: 1.43;
}
@media only screen and (max-width: 768px)
{
.component-image-content-boxes-sec .section-image img {
    height: 300px;
    margin-bottom: 0px;
}
.owl-dots.custom-dots {
    bottom: 0px;
}
.image-content-boxes-description img {
    min-width: 200px;
    height: auto;
}
.logo-section img {
    max-width: 70%;
}
}
@media only screen and (min-width: 1250px)
{
	.section-image {
    width: 610px;
    height: 420px;
}
}