body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.best-emotional-dog-breeds-720 {
    max-width: 720px;
    width: 100%;
    margin: auto;
}

/* start css */


.best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card{
    display: flex;
    align-items: center;
}

.best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-inner .dog-breed-title , #post-info .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-inner .dog-breed-title{
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 30px !important;
    color: #094454 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-inner p , #post-info .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-inner p{
    font-family: 'Poppins' !important;;
    font-style: normal !important;;
    font-weight: 400 !important;;
    font-size: 18px !important;;
    line-height: 27px !important;;
    color: #094454 !important;;
    margin: 0 !important;;
    padding: 0 !important;;
}

.best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-img{
    margin-top: 32px;
    width: 100%;
    height: 224px;
}

.best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-img img{
    height: 100%;
}

.best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card:nth-child(odd) {
    gap: 15px;
    padding: 0px 32px 0 56px;
    background: rgba(1, 154, 121, 0.1);
}

.best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card:nth-child(even) {
    background: #FFF;
    gap: 26px;
    padding: 0px 49px 0 32px;
}

@media (max-width: 1099px) {
    .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-img {
      margin-top: auto;
      width: 200px;
      min-width: 200px;
      height: auto;
    }
    .best-emotional-dog-breeds-card-inner {
      padding: 15px 0;
    }
     .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-inner p, #post-info .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-inner p {
      
      font-size: 16px !important;
      line-height: 24px !important;
      
    }
}
@media (max-width: 991px) {
.best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card:nth-child(2n+1) {
      gap: 5px;
      padding: 0 30px;
    }
    .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card:nth-child(2n) {
      gap: 5px;
      padding: 0 30px;
    }
   
}

@media(max-width:767px){
    .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card:nth-child(odd) {
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    
    .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card:nth-child(even) {
        flex-direction: column-reverse;
        padding: 20px 20px 0 20px;
    }
     .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-inner p, #post-info .best-emotional-dog-breeds-720 .best-emotional-dog-breeds-card .best-emotional-dog-breeds-card-inner p {
      
      font-size: 18px !important;
      line-height: 26px !important;
      
    }
}