.sectionwrap{margin:60px 0;}
.sectionwrap section{margin:40px 0!important;}
.sectionwrap h2.heading{font-size:1.638rem;}

[data-custom-section="country-entry"] {margin:60px 0 60px 0;}
[data-custom-section="country-entry"] .headwrap{padding-bottom:60px;border-bottom:1px solid;border-color:var(--darkBlue);margin-bottom:60px;}
[data-custom-section="country-entry"] .headwrap.grid{display:grid;grid-template-columns:1fr 1.5fr;gap:80px;/*align-items:center;*/}
[data-custom-section="country-entry"] .headwrap .heading{font-size:2.063rem;font-weight:700;margin:0;margin-bottom:20px;}
[data-custom-section="country-entry"] .headwrap .text-content{font-size:1.125rem;}
[data-custom-section="country-entry"] .headwrap .right.image img{border-radius:15px;}
[data-custom-section="country-entry"] .headwrap .imagegrid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;margin-top:40px;}
[data-custom-section="country-entry"] .headwrap .imagegrid img{border-radius:15px;}

[data-custom-section="touroperator-list"] .heading{font-size:1.75rem;font-weight:700;margin:0;margin-bottom:20px;}
[data-custom-section="touroperator-list"] .tourwrap{margin:40px 0;display:grid;grid-template-columns:repeat(4, 1fr);gap:40px 20px;}
[data-custom-section="touroperator-list"] .tourwrap .item{display:flex;flex-direction:column;gap:20px;border:1px solid var(--black);border-radius:15px;padding:20px;}
[data-custom-section="touroperator-list"] .tourwrap .heading{font-size:1.25rem;font-weight:800;margin-bottom:0;}
[data-custom-section="touroperator-list"] .tourwrap a{color: inherit;text-decoration:none;}
[data-custom-section="touroperator-list"] .tourwrap .address p{margin:0;}
[data-custom-section="touroperator-list"] .tourwrap .tourdetails{display:flex;flex-direction:column;gap:6px;margin-top:auto;}
[data-custom-section="touroperator-list"] .tourwrap .tourdetails p{margin:0;display:grid;grid-template-columns:24px 1fr;gap:6px;align-items:center;}
[data-custom-section="touroperator-list"] .tourwrap .tourdetails p::before{content:'';width:24px;height:24px;background-repeat:no-repeat;}
[data-custom-section="touroperator-list"] .tourwrap .tourdetails p.tel::before{background-image:url(../../core/icons/telephone.svg);}
[data-custom-section="touroperator-list"] .tourwrap .tourdetails p.email::before{background-image:url(../../core/icons/email.svg);}
[data-custom-section="touroperator-list"] .tourwrap .tourdetails p.web::before{background-image:url(../../core/icons/web.svg);}
[data-custom-section="touroperator-list"] .tourwrap p.readmorelink{margin-top:0;}

@media (max-width:1080px)
{
    [data-custom-section="touroperator-list"] .tourwrap{grid-template-columns:repeat(3, 1fr);}
}
@media (max-width:960px)
{
    [data-custom-section="country-entry"] .headwrap.grid{grid-template-columns:unset;gap:40px;}
}
@media (max-width:860px)
{
    [data-custom-section="touroperator-list"] .tourwrap{grid-template-columns:repeat(2, 1fr);}
}
@media (max-width:720px)
{
    [data-custom-section="country-entry"] .headwrap .imagegrid{grid-template-columns:unset;}
}
@media (max-width:500px)
{
    [data-custom-section="touroperator-list"] .tourwrap{grid-template-columns:unset;}
}