
.takeActionArea {
    width: 100%;
    padding: 100px 0;
}
.takeActionArea .itemBox {
    flex-wrap: wrap;
    padding: 68px 0 40px;
}
.takeActionArea .contentBox {
    width: 50%;
    padding: 97px 60px;
    border: 1px solid #DFDFDF;
    position: relative;
}
.countryPart .subText {
    position: relative;
}
.takeActionArea .countryBox h4 a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.takeActionArea .image {
    width: 50%;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);; */
}
.takeActionArea .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.countryBox h4 a {
    color: #111111;
}
.countryBox .btn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 20px;
    position: relative;
    z-index: 2;
}
.countryPart .sm_image img {
    width: 100%;
}
.countryBox p {
    display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #4D4D4D;
}
.countryPart .subText .countryBox h4 {
    display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.countryPart .subText .countryBox {
    padding: 24px 40px 40px;
    border: 1px solid #DFDFDF;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}


@media(max-width: 1365px){
    .takeActionArea .contentBox {
        padding: 70px 40px;
    }
}

@media(max-width: 1279px){
    .takeActionArea {
        padding: 80px 0;
    }
    .countryPart .subText .countryBox {
        padding: 24px 30px 40px;
    }
}

@media(max-width: 1199px){
    .takeActionArea .contentBox {
        padding: 40px 20px 20px;
    }
    .countryPart .subText .countryBox {
        padding: 24px 20px 40px;
    }
}

@media(max-width: 991px){

    .takeActionArea {
        padding: 70px 0;
    }
    .takeActionArea .contentBox .countryBox h4 {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .takeActionArea .image img {
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width: 767px){

    .takeActionArea {
        padding: 60px 0 30px;
    }
    .takeActionArea .itemBox {
        flex-wrap: wrap;
        padding: 40px 0 40px;
    }
    .takeActionArea .contentBox {
        padding: 40px 20px 20px;
    }
    .takeActionArea .image {
        width: 100%;
        order: -1;
    }
    .takeActionArea .contentBox {
        width: 100%;
    }

    .countryPart .item {
        margin: 0 0 30px;
    }
    
}

