/**********************
* override            *
**********************/

/**********************
* custom              *
**********************/
#socio-content .container {
  margin-top: 155px;
  background-color:transparent;
}
#socio-content .img-logo {
  margin-top: 50px;
  margin-left: 40px;
}
#socio-content .socio-title {
  display: block;
  margin-top: 50px;
  font-size: 30px;
  margin-left: 45px;
  color: #ad3327;
}
#socio-content .desc-text {
  font-size: 14px;
  margin-top: 30px;
  padding-right: 40px;
}
#socio-content .row {
  background-color:#fff;
  margin-left:0px;
  margin-right:0px;
}
.ciac_detail_back {
  height:70px;
  margin-top:20px;
}
.ciac_detail_back a{
  font-size: 18px;
  color: black;
}
.ciac_detail_back a:hover {
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #socio-content .img-logo {
    margin-left: 10px;
    max-width:90%;
  }
  #socio-content .socio-title {
    margin-left: 10px;
  }
  #socio-content .desc-text {
    margin-left: 10px;
  }
}
.desc-text img{
  max-width: 100%;
  height: auto;
}
.field-content p img:first-child:nth-last-child(1) {
	 width: 100% !important;
	 text-align:left;
}

.field-content p img:first-child:nth-last-child(2),img:first-child:nth-last-child(2) ~ img {
	 width: 45% !important;
	 text-align:left;
}

.field-content p img:first-child:nth-last-child(3),img:first-child:nth-last-child(3) ~ img {
	 width: 30% !important;
	 text-align:left;	 
}

.field-content p img:first-child:nth-last-child(4),img:first-child:nth-last-child(4) ~ img {
	 width: 25% !important;
	 text-align:left;
}

.desc-text p img:first-child:nth-last-child(1) {
	 width: 100% !important;
	 text-align:left;
}

.desc-text p img:first-child:nth-last-child(2),img:first-child:nth-last-child(2) ~ img {
	 width: 45% !important;
	 text-align:left;
}

.desc-text p img:first-child:nth-last-child(3),img:first-child:nth-last-child(3) ~ img {
	 width: 30% !important;
	 text-align:left;
}

.desc-text p img:first-child:nth-last-child(4),img:first-child:nth-last-child(4) ~ img {
	 width: 25% !important;
	 text-align:left;
}

