.choose-us-section{
    position: relative;
    text-align: center;
}
.choose-us-section .choose-wrapper .content-title h2{
    font-size: 35px;
}
.choose-us-section .choose-wrapper .content-title h3 span{
    color: var(--theme);
}
.choose-us-section .choose-wrapper .content-description{
    width: 68%;
    margin: auto;
    margin-bottom: 40px;
}

.choose-us-item.left {
  border-left: 4px dotted blue;  /* Dotted left border */
  border-right: 3px solid blue; /* Solid right border */
  border-bottom: 2px solid blue; /* Solid right border */
  border-top: 3px dotted blue; /* Solid right border */
  border-radius: 20px;
  padding: 10px;
}

.choose-us-item.right {
  border-left: 4px solid blue;  /* Dotted left border */
  border-right: 3px dotted blue; /* Solid right border */
  border-bottom: 2px solid blue; /* Solid right border */
  border-top: 3px dotted blue; /* Solid right border */
  border-radius: 20px;
  padding: 10px;
}
.choose-image-section img{
    height: 120px;
}

.choose-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* background: #f0f0f0; */
}

.single-news-items{
    height: fit-content;
    border-radius: 10px;
    padding: 0px 0px ;
}
.single-news-items .news-content
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    min-height: 260px;
}
.dashboard{
    display: inherit;
}
.mobile{
    display: none;
}
@media (min-width: 1500px) and (max-width:2000px){
    .single-news-items{
        display: block;
    }

    .hero-1 {
        padding-bottom: 0px!important;
    }

    .hero-image1 img {
        width: 520px;
    }
}

@media (min-width: 1370px) and (max-width:1500px){
    .single-news-items{
        display: block;
    }
}
@media (min-width: 1199px) and (max-width:1280px){
    .single-news-items .news-content
    {
        min-height: 200px;
    }
}
@media (min-width: 576px) and (max-width:1199px){
    .single-news-items .news-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        min-height: 240px;
    }
}
@media (min-width: 576px) and (max-width:800px){
   
    .choose-mob-sec {
        width: 50%!important;
    }
    .single-news-items .news-content {
        min-height: 260px;
    }
}
@media (max-width:575px){
    
    .dashboard{
        display: none;
    }
    .mobile{
        display: inherit;
    }
    .hero-image1 img {
        width: 350px;
    }
    .choose-image-section img{
        margin: 20px 0px;
    }
    
    .choose-us-section .choose-wrapper .content-description {
        width: 95%;
        
    }
    .single-news-items {
        width: 100%;
        display: block;
    }
    .single-news-items .news-image {
        height: 249px;
        min-width: 100%;
        flex-basis: 100%;
        position: relative;
    }
}
