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

[data-custom-section="operator-entry"] {margin:60px 0 60px 0;}
[data-custom-section="operator-entry"] .op-wrap{display:grid;grid-template-columns:4fr 1fr;gap:80px;}
[data-custom-section="operator-entry"] .op-wrap .heading{font-size:2.063rem;font-weight:700;margin:0;margin-bottom:20px;}
[data-custom-section="operator-entry"] .op-wrap .text-content{font-size:1.125rem;}
[data-custom-section="operator-entry"] .op-wrap .imagegrid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;margin:40px 0;}
[data-custom-section="operator-entry"] .op-wrap .imagegrid img{border-radius:15px;}
[data-custom-section="operator-entry"] .op-wrap .item.single{display:table;margin:40px auto;}
[data-custom-section="operator-entry"] .op-wrap .item.single img{border-radius:15px;}
[data-custom-section="operator-entry"] .op-wrap .detailswrap{display:flex;flex-direction:column;gap:20px;text-align:center;}
[data-custom-section="operator-entry"] .op-wrap .detailswrap img{margin:0 auto;}
[data-custom-section="operator-entry"] .op-wrap .detailswrap p{margin:0;}
[data-custom-section="operator-entry"] .op-wrap .detailswrap .heading{font-size:1.75rem;font-weight:700;margin-bottom:0;}
[data-custom-section="operator-entry"] .op-wrap .detailswrap .readmorelink a{font-weight:800;}

[data-custom-section="operator-entry"] .gallerywrap{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;margin:40px 0;}
[data-custom-section="operator-entry"] .gallerywrap a{display:block;position:relative;border-radius:15px;}
[data-custom-section="operator-entry"] .gallerywrap a img{border-radius:15px;}
[data-custom-section="operator-entry"] .gallerywrap a .text-overlay{display:block;position:absolute;background-color:var(--white);color:var(--whiteText);bottom:12px;left:12px;right:12px;border-radius:15px;padding:12px;}
[data-custom-section="operator-entry"] .gallerywrap a .text-overlay .text-content{font-weight:400;font-size:1rem;display:flex;flex-direction:column;gap:5px;}
[data-custom-section="operator-entry"] .gallerywrap a .text-overlay .text-content .text{margin:0;font-size:1.125rem;font-weight:800;}
[data-custom-section="operator-entry"] .gallerywrap a .text-overlay .text-content .text-button{font-weight:400;display:inline-grid;grid-template-columns:1fr 22px;align-items:center;gap:12px;font-size:0.875rem;}
[data-custom-section="operator-entry"] .gallerywrap a .text-overlay .text-content .text-button::after{content:'';width:22px;height:12px;background-image:url('../../core/icons/rightarrow.svg');background-repeat:no-repeat;background-size:contain;transition:transform 0.25s ease;}
[data-custom-section="operator-entry"] .gallerywrap a:hover .text-overlay .text-content .text-button::after{transform:translateX(4px);}

[data-custom-section="operator-entry"] .image-grid-wrapper{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px;align-items:center;justify-content:center;margin:40px 0;}
[data-custom-section="operator-entry"] .image-grid-wrapper img{border-radius:15px;}
[data-custom-section="operator-entry"] .termsblock{display:flex;flex-direction:column;gap:20px;}

@media (max-width:1080px)
{
    [data-custom-section="operator-entry"] .op-wrap{ grid-template-columns:3fr 1fr;}
    [data-custom-section="operator-entry"] .gallerywrap{grid-template-columns:repeat(2, 1fr);}
}

@media (max-width:860px)
{
    [data-custom-section="operator-entry"] .op-wrap{ grid-template-columns:unset;gap:40px;}
    [data-custom-section="operator-entry"] .op-wrap .detailswrap{text-align:left;}
    [data-custom-section="operator-entry"] .op-wrap .detailswrap img{margin:0;}
}

@media (max-width:720px)
{
    [data-custom-section="operator-entry"] .op-wrap .imagegrid{grid-template-columns:unset;}
    [data-custom-section="operator-entry"] .image-grid-wrapper{grid-template-columns:unset;}
}

@media (max-width:560px)
{
    [data-custom-section="operator-entry"] .gallerywrap{grid-template-columns:unset;}
}