.gridtemplate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  .gridtemplate > div {
    min-width: 0; }

.girtemplatewwl {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .girtemplatewwl > div {
    width: calc(100%/3 - 10px);
    flex-grow: 1; }
    .girtemplatewwl > div:nth-child(n+4) {
      width: calc(100%/2 - 10px); }

.girtemplatewwl > div:nth-child(n+4) img {
  width: 100% !important;
  height: auto; }

.headertitle {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px; }

.headertitle .dotti {
  display: inline-block;
  background: #0059a2;
  width: 12px;
  height: 38px;
  transform: skewX(-13deg); }

.headertitle .dotti2 {
  display: inline-flex;
  background: #49C4DC;
  background: linear-gradient(90deg, #0059a2 0%, #4090d3 50%, #63a5db 100%);
  height: auto;
  transform: skewX(-12deg);
  align-items: center;
  padding-left: 24px;
  font-size: 23px;
  letter-spacing: 1px;
  font-weight: bold;
  padding-right: 20px;
  /*font-family: 'Nokia';
	color: #fff;
	*/
  color: #000;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 32px; }
  .headertitle .dotti2 > a {
    color: #000; }
  @media (max-width: 767px) {
    .headertitle .dotti2 {
      font-size: 17px; } }

@media (min-width: 1000px) {
  .section-section_season_coll .gridtemplate {
    gap: 30px; }
    .section-section_season_coll .gridtemplate .threed-cardimg {
      margin-top: 0px; }
  .section-section_season_coll_2 .girtemplatewwl {
    gap: 30px; }
    .section-section_season_coll_2 .girtemplatewwl > div {
      width: calc(100% / 3 - 30px); }
    .section-section_season_coll_2 .girtemplatewwl > div:nth-child(n+4) {
      width: calc(100% / 2 - 30px); }
  .section-section_season_coll_2 .threed-cardimg {
    margin-top: 0px; } }

@media (min-width: 768px) {
  .headertitle .dotti2 {
    color: #fff;
    width: 75%; }
  .headertitle .dotti2 > a {
    color: #fff;
    width: 100%; }
  .section-section_blog .left {
    width: 75%; } }

.headertitle .dotti1 {
  background: #63a5db; }

.headertitle .dotti2 {
  text-transform: uppercase; }

@media (max-width: 767px) {
  .headertitle .dotti2 > a, .headertitle .dotti2 {
    color: #fff;
    font-size: 12px;
    padding: 0 5px; }
  .headertitle .dotti {
    height: 32px; }
  .section_blog .title_module_main {
    flex-wrap: wrap; }
  .headertitle .dotti2 {
    min-width: 60% !important;
    padding-left: 10px; }
  .girtemplatewwl {
    flex-wrap: nowrap;
    overflow-x: scroll;
    align-items: center; }
  .girtemplatewwl > .style2 {
    flex: 0 0 67% !important; } }
